summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 20:30:58 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-01-30 20:30:58 +0100
commit1c1ab90618ece5e20964edbce01a017b26a21548 (patch)
tree874ee4de3819b490c0c7ab49432709663e800a3b /configure.ac
parentf77dcb8619f9487655245f8ab07c7c4665c9221e (diff)
fix duplicate compile options and enable -Wall
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c9f56c7..02c0479 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,8 +7,7 @@ AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/Panorama.H])
AC_CONFIG_HEADER(config.h)
-CPPFLAGS="-g -I/usr/local/include -DDATADIR=\\\"$datadir\\\" $CPPFLAGS"
-CXXFLAGS="-g -I/usr/local/include $CXXFLAGS"
+CPPFLAGS="-Wall -g -I/usr/local/include -DDATADIR=\\\"$datadir\\\" $CPPFLAGS"
LDFLAGS="-g $LDFLAGS"
# Checks for programs.