diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 43da458..bade848 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -120,7 +120,7 @@ AC_SUBST([CYTHON_SUB]) | |||
| 120 | AC_ARG_ENABLE([openssl], | 120 | AC_ARG_ENABLE([openssl], |
| 121 | [AS_HELP_STRING([--disable-openssl], | 121 | [AS_HELP_STRING([--disable-openssl], |
| 122 | [Do not look for OpenSSL])], | 122 | [Do not look for OpenSSL])], |
| 123 | [use_openssl=no], | 123 | [use_openssl=$enableval], |
| 124 | [use_openssl=yes]) | 124 | [use_openssl=yes]) |
| 125 | 125 | ||
| 126 | pkg_req_openssl="openssl >= 0.9.8" | 126 | pkg_req_openssl="openssl >= 0.9.8" |
