aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"]
)