aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlejandro G. Castro <alex@igalia.com>2008-09-30 08:22:36 +0000
committerAlejandro G. Castro <alex@igalia.com>2008-09-30 08:22:36 +0000
commit7d6aa2a521b0d7178582bf2ec99186b48f142ac2 (patch)
treec9b63f65000937591e3550e632758e29f105a0c2 /configure.ac
parent38be7fbc01d94df2ad82632b876a12f6ae8fc7b1 (diff)
* configure.ac: Fixed typo with fatal warnings support, the variable name was not correct
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 21bca3e..be4e432 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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