* configure.ac: Fixed typo with fatal warnings support, the variable name was not...
authorAlejandro G. Castro <alex@igalia.com>
Tue, 30 Sep 2008 08:22:36 +0000 (08:22 +0000)
committerAlejandro G. Castro <alex@igalia.com>
Tue, 30 Sep 2008 08:22:36 +0000 (08:22 +0000)
ChangeLog
configure.ac

index 39a8e6d..1fb71fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-30  Alejandro G. Castro         <alex@igalia.com>
+
+       * configure.ac: Fixed typo with fatal warnings support, the
+       variable name was not correct
+
 2008-09-29  Alberto Garcia  <agarcia@igalia.com>
 
        * src/hildon-app-menu.c
index 21bca3e..be4e432 100644 (file)
@@ -164,7 +164,7 @@ fi
 PKG_CHECK_MODULES(CHECK, check , [BUILD_TESTS="yes"], [BUILD_TESTS="no"])
 AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
 
-CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format ${FATAL_FLAGS}"
+CFLAGS="$CFLAGS ${ASSERT_CFLAGS} -Wall -Wmissing-prototypes -Wmissing-declarations -Wno-format ${FATAL_CFLAGS}"
 # -Wno-format due to way translation string are done
 
 ### enable MAEMO platform extensions