From 83d07710b517cf5472bc57377ba3440db194805a Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 8 Jul 2015 09:02:12 -0500 Subject: remove unused --with-enginesdir configuration parameter --- configure.ac | 6 ------ 1 file changed, 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], AC_DEFINE_UNQUOTED(OPENSSLDIR, "$withval") ) -AC_ARG_WITH([enginesdir], - AS_HELP_STRING([--with-enginesdir], - [Set the default engines directory (use with openssldir)]), - AC_DEFINE_UNQUOTED(ENGINESDIR, "$withval") -) - AC_ARG_ENABLE([extratests], AS_HELP_STRING([--enable-extratests], [Enable extra tests that may be unreliable on some platforms])) AM_CONDITIONAL([ENABLE_EXTRATESTS], [test "x$enable_extratests" = xyes]) -- cgit v1.2.3-55-g6feb