diff options
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 8fe9339..6cf41aa 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -60,12 +60,6 @@ AC_ARG_WITH([openssldir], | |||
60 | AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval") | 60 | AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval") |
61 | ) | 61 | ) |
62 | 62 | ||
63 | AC_ARG_WITH([enginesdir], | ||
64 | AS_HELP_STRING([--with-enginesdir], | ||
65 | [Set the default engines directory (use with openssldir)]), | ||
66 | AC_DEFINE_UNQUOTED(ENGINESDIR, "$withval") | ||
67 | ) | ||
68 | |||
69 | AC_ARG_ENABLE([extratests], | 63 | AC_ARG_ENABLE([extratests], |
70 | AS_HELP_STRING([--enable-extratests], [Enable extra tests that may be unreliable on some platforms])) | 64 | AS_HELP_STRING([--enable-extratests], [Enable extra tests that may be unreliable on some platforms])) |
71 | AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) | 65 | AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) |