projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2344f04
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sat, 4 Jul 1998 01:46:23 +0000
(
01:46
+0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 4 Jul 1998 01:46:23 +0000
(
01:46
+0000)
m4/regex.m4
patch
|
blob
|
history
diff --git
a/m4/regex.m4
b/m4/regex.m4
index 0d55c4496dbe7cd45e8c395bd8abcb09cde5fc33..a9c238356722338c8e5a5aea6213b9fbbc11b552 100644
(file)
--- 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