aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 4f6fb38..43ef0cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,11 +57,10 @@ AC_CHECK_HEADERS([err.h])
57AC_ARG_WITH([openssldir], 57AC_ARG_WITH([openssldir],
58 AS_HELP_STRING([--with-openssldir], 58 AS_HELP_STRING([--with-openssldir],
59 [Set the default openssl directory]), 59 [Set the default openssl directory]),
60 OPENSSLDIR="$withval", 60 OPENSSLDIR="$withval"
61 OPENSSLDIR="$sysconfdir/ssl" 61 AC_SUBST(OPENSSLDIR)
62) 62)
63AC_SUBST(OPENSSLDIR) 63AM_CONDITIONAL([OPENSSLDIR_DEFINED], [test x$with_openssldir != x])
64AC_DEFINE_UNQUOTED(OPENSSLDIR, "$OPENSSLDIR")
65 64
66AC_ARG_ENABLE([extratests], 65AC_ARG_ENABLE([extratests],
67 AS_HELP_STRING([--enable-extratests], [Enable extra tests that may be unreliable on some platforms])) 66 AS_HELP_STRING([--enable-extratests], [Enable extra tests that may be unreliable on some platforms]))