Skip to content

Commit 2316824

Browse files
committed
autoconf: regex library detection typofix
1 parent a1e3b66 commit 2316824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ yippeeyeswehaveit
718718
#endif
719719
]),
720720
[ac_cv_c_excellent_regex=yes],
721-
[ac_cv_c_excellent_regex=yes])
721+
[ac_cv_c_excellent_regex=no])
722722
])
723723
if test $ac_cv_c_excellent_regex = yes; then
724724
NO_REGEX=

0 commit comments

Comments
 (0)