diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-08 19:07:22 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-08 19:07:22 -0500 |
commit | 269276497a4f452cc943afe0eb9072519621d36e (patch) | |
tree | 99137c267237bd7140212f4dc96e563dd5146e0e /configure.ac | |
parent | 64a42c229af2b6a530a022e0dfff78649d63bb70 (diff) |
config: remove unrequired '-I$(top_srcdir)/src'
The current dir is already included by default in the makefile
top_builddir = ..
DEFAULT_INCLUDES = -I. -I$(top_builddir)
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fcc1659..792bf6a 100644 --- a/configure.ac +++ b/configure.ac @@ -78,7 +78,7 @@ if test "x$GCC" = xyes ; then CWARNFLAGS="-Wall -Wstrict-prototypes -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -Wold-style-definition -Wbad-function-cast -Wdeclaration-after-statement" fi -CFLAGS="$CFLAGS $CWARNFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src' +CFLAGS="$CFLAGS $CWARNFLAGS $XORG_CFLAGS " AC_SUBST([CFLAGS]) # Checks for libraries. |