summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-04 01:46:23 +0000
committerJim Meyering <jim@meyering.net>1998-07-04 01:46:23 +0000
commit1df5503ccfb3e87768ec496ae287b143c9f98e74 (patch)
tree0b1aba50a7b184f5ef3a07baf56c9164592d6892 /m4
parente9a5c7551ce512177843563bf4e3090a8089fd11 (diff)
downloadcoreutils-1df5503ccfb3e87768ec496ae287b143c9f98e74.tar.xz
*** empty log message ***
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