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 fd91d36..e38fae1 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