summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Rice <glennricster@gmail.com>2012-12-23 16:21:57 -0600
committerGlenn Rice <glennricster@gmail.com>2012-12-23 16:21:57 -0600
commit7d92e9626c2c583babb22bde61d6694822920ae8 (patch)
tree42edde1c3a1d1e70087eedd7ebcead46bb1d46fa
parent5a216e1be66f3af5e9a090c7a9151ced768df8d3 (diff)
Disable long-long warnings when compiling with warnings enabled.
Otherwise the build will fail on i386 architecture with --enable-warnings=fatal
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 82c080f..0ad95fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ MM_ARG_WITH_TAGFILE_DOC([cairomm-1.0.tag], [cairomm-1.0])
AC_LANG([C++])
MM_ARG_ENABLE_WARNINGS([POPPLER_GLIBMM_WXXFLAGS],
[-Wall],
- [-pedantic -Wall -Wextra],
+ [-pedantic -Wall -Wextra -Wno-long-long],
[G POPPLER_GLIB GLIBMM CAIROMM GTKMM])
AC_CONFIG_FILES([Makefile