white space configure.ac

This commit is contained in:
kaleb-himes 2015-01-06 15:00:38 -07:00
parent 6f17e5ecd0
commit e84f429ed4
1 changed files with 2 additions and 2 deletions

View File

@ -1777,8 +1777,8 @@ AC_CONFIG_FILES([wolfssl/options.h])
#have options.h and version.h for autoconf fips tag and build
if test "x$ENABLED_FIPS" = "xyes"
then
AC_CONFIG_FILES([cyassl/version.h])
AC_CONFIG_FILES([cyassl/options.h])
AC_CONFIG_FILES([cyassl/version.h])
AC_CONFIG_FILES([cyassl/options.h])
fi
AC_CONFIG_FILES([support/wolfssl.pc])
AC_CONFIG_FILES([rpm/spec])