diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 20:30:58 +0100 | 
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 20:30:58 +0100 | 
| commit | 1c1ab90618ece5e20964edbce01a017b26a21548 (patch) | |
| tree | 874ee4de3819b490c0c7ab49432709663e800a3b | |
| parent | f77dcb8619f9487655245f8ab07c7c4665c9221e (diff) | |
fix duplicate compile options and enable -Wall
| -rw-r--r-- | configure.ac | 3 | 
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. | 
