diff options
Diffstat (limited to '')
| -rw-r--r-- | auto/options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/options b/auto/options index d1996142a..c912119c6 100644 --- a/auto/options +++ b/auto/options @@ -58,7 +58,7 @@ do --with-cc=*) CC="$value" ;; - --without-pcre) USE_PCRE=NO ;; + --without-pcre) USE_PCRE=DISABLED ;; --with-pcre=*) PCRE="$value" ;; --with-md5=*) MD5="$value" ;; --with-zlib=*) ZLIB="$value" ;; |
