diff options
| author | Brent Cook <bcook@openbsd.org> | 2015-07-08 09:02:12 -0500 |
|---|---|---|
| committer | Brent Cook <bcook@openbsd.org> | 2015-07-08 09:02:12 -0500 |
| commit | 83d07710b517cf5472bc57377ba3440db194805a (patch) | |
| tree | 693c779538d0b3a8fe648dcf5f93ec3433411246 | |
| parent | 5d916a25d2381525359228f8f973e0a1d75da7b0 (diff) | |
| download | portable-83d07710b517cf5472bc57377ba3440db194805a.tar.gz portable-83d07710b517cf5472bc57377ba3440db194805a.tar.bz2 portable-83d07710b517cf5472bc57377ba3440db194805a.zip | |
remove unused --with-enginesdir configuration parameter
| -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]) |
