]> git.marmaro.de Git - mmh/commitdiff
Fix typo in variable test.
authorKen Hornstein <kenh@pobox.com>
Fri, 10 Feb 2012 04:43:30 +0000 (23:43 -0500)
committerKen Hornstein <kenh@pobox.com>
Fri, 10 Feb 2012 04:43:30 +0000 (23:43 -0500)
configure.ac

index fd91d36de589bb26867b93c8886bbdb38e129360..e38fae1e4d0b0af1063553d3d0e255edc1cb30f1 100644 (file)
@@ -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