summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/regex.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/regex.m4 b/m4/regex.m4
index 0d55c4496..a9c238356 100644
--- a/m4/regex.m4
+++ b/m4/regex.m4
@@ -8,7 +8,6 @@ AC_DEFUN(jm_WITH_REGEX,
[ --without-included-regex don't compile regex],
jm_with_regex=$withval,
jm_with_regex=yes)
-
if test "$jm_with_regex" = yes; then
LIBOBJS="$LIBOBJS regex.o"
fi