aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7b63cdc..7c818e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,6 +165,10 @@ AC_ARG_WITH([enginesdir],
165 AC_DEFINE_UNQUOTED(ENGINESDIR, "$withval") 165 AC_DEFINE_UNQUOTED(ENGINESDIR, "$withval")
166) 166)
167 167
168AC_ARG_ENABLE([asm],
169 AS_HELP_STRING([--disable-asm], [Disable assembly]))
170AS_IF([test "x$enable_asm" == "xno"], [CFLAGS="$CFLAGS -DOPENSSL_NO_ASM"])
171
168LT_INIT 172LT_INIT
169 173
170AC_CONFIG_FILES([ 174AC_CONFIG_FILES([