projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e2dd6
)
Fix typo in variable test.
author
Ken Hornstein
<kenh@pobox.com>
Fri, 10 Feb 2012 04:43:30 +0000
(23:43 -0500)
committer
Ken Hornstein
<kenh@pobox.com>
Fri, 10 Feb 2012 04:43:30 +0000
(23:43 -0500)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
fd91d36
..
e38fae1
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-167,7
+167,7
@@
AC_CACHE_CHECK([whether preprocessor supports -Wunused-macros],
CPPFLAGS="$nmh_saved_cppflags"])
if test "$nmh_cv_has_unusedmacros" = 'yes'; then
- test -z "$CPPLAGS" && CPPFLAGS=-Wunused-macros \
+ test -z "$CPPFLAGS" && CPPFLAGS=-Wunused-macros \
|| CPPFLAGS="$CPPFLAGS -Wunused-macros"
DISABLE_UNUSED_MACROS_WARNING=-Wno-unused-macros
fi