summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-10-17 22:05:25 +0000
committerIan McIntosh <ian_mcintosh@linuxadvocate.org>2005-10-17 22:05:25 +0000
commitfefffa833f47f6be754c35faac7adb9e3b689581 (patch)
treed437c9e8e6276d8093596005bcfc5aeddec5f581 /configure.ac
parent9b1f4929d445a9396a104c15473df746c6e76c09 (diff)
Added -Wall compiler option (show all warnings).
The return of Cairo! Now drawing from tile data and using bounding box overlap tests. The return of hittesting! Remove dead code. Properly return a value from a GnomeVFS callback. Switch from GPtrArrays to GArrays for points. Properly include libintl.h Cleanups. Dead code removal. Add random road segment color option for debugging. Added polygon clipping and line stitching. Do basic line stitching at load time. Cleanups. Move some code to util.c Receive some code from mainwindow.c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2d13523..11b49fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,6 +25,8 @@ dnl GNOME_DEBUG_CHECK
ALL_LINGUAS=""
+CFLAGS="$CFLAGS -Wall"
+
AM_GLIB_GNU_GETTEXT
PACKAGE_LOCALE_DIR="${PACKAGE_PREFIX}/${DATADIRNAME}/locale"