diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-02-08 18:42:52 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-02-08 18:42:52 -0500 |
commit | 64a42c229af2b6a530a022e0dfff78649d63bb70 (patch) | |
tree | e35ed374842d57d6a38e62075b582689621b4e1f /configure.ac | |
parent | ae33c52060a59e68466c47020d158950347007f1 (diff) |
config: remove unused INCLUDES='-I$(top_srcdir)/src'
This statement is redundant and not used in the makefile
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d0fd4db..fcc1659 100644 --- a/configure.ac +++ b/configure.ac @@ -79,9 +79,7 @@ if test "x$GCC" = xyes ; then fi CFLAGS="$CFLAGS $CWARNFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src' -INCLUDES='-I$(top_srcdir)/src' AC_SUBST([CFLAGS]) -AC_SUBST([INCLUDES]) # Checks for libraries. |