*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 4 Jul 1998 01:46:23 +0000 (01:46 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 4 Jul 1998 01:46:23 +0000 (01:46 +0000)
m4/regex.m4

index 0d55c44..a9c2383 100644 (file)
@@ -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