diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/options b/auto/options index c506062de..5aea141d6 100644 --- a/auto/options +++ b/auto/options @@ -42,6 +42,9 @@ USE_PCRE=NO PCRE=NONE PCRE_OPT= +USE_OPENSSL=NO +OPENSSL=NONE + USE_MD5=NO MD5=NONE MD5_OPT= @@ -103,6 +106,8 @@ do --with-pcre=*) PCRE="$value" ;; --with-pcre-opt=*) PCRE_OPT="$value" ;; + --with-openssl=*) OPENSSL="$value" ;; + --with-md5=*) MD5="$value" ;; --with-md5-opt=*) MD5_OPT="$value" ;; --with-md5-asm) MD5_ASM=YES ;; |
