aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Slaven <bpk@hoopajoo.net>2019-11-08 06:33:59 (GMT)
committerSteve Slaven <bpk@hoopajoo.net>2019-11-08 06:33:59 (GMT)
commit901987072286076ba8b4a2d3c3cb06e30ad93230 (patch)
tree1cbc6af1cf0c887a2536a4914efe3bb740a08dea /configure.ac
parent41433b803c5f9c8f6cd0f74890296314d354f840 (diff)
downloadpowwow-901987072286076ba8b4a2d3c3cb06e30ad93230.zip
powwow-901987072286076ba8b4a2d3c3cb06e30ad93230.tar.gz
powwow-901987072286076ba8b4a2d3c3cb06e30ad93230.tar.bz2
fix default value for enable-regex
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e019dd..25cca81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ AC_ARG_ENABLE(regex,
[yes - find first available: pcreposix, libc]
[pcreposix - use pcreposix]
[libc - use libc]
- ,
+ ,,
[enable_regex="yes"]
)