From: Jim Meyering Date: Sat, 4 Jul 1998 01:46:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1552be320dc029cfecda95ec298ee7f2913e5a7e;p=pspp *** empty log message *** --- diff --git a/m4/regex.m4 b/m4/regex.m4 index 0d55c4496d..a9c2383567 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