projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a8313
)
add missing close paren
author
Jim Meyering
<jim@meyering.net>
Sun, 27 Sep 1998 17:31:29 +0000
(17:31 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 27 Sep 1998 17:31:29 +0000
(17:31 +0000)
m4/fnmatch.m4
patch
|
blob
|
history
diff --git
a/m4/fnmatch.m4
b/m4/fnmatch.m4
index 96d1a354a4e5a73dce7e1a5f191e84daa95420cb..1d3cfb4825c6743dd60e32ba58fd5ad7ef239649 100644
(file)
--- a/
m4/fnmatch.m4
+++ b/
m4/fnmatch.m4
@@
-18,4
+18,4
@@
AC_DEFUN(jm_FUNC_FNMATCH,
LIBOBJS="$LIBOBJS fnmatch.o"
AC_DEFINE_UNQUOTED(fnmatch, rpl_fnmatch)
fi
-]
+]
)