From ec2d3b6055d5f4eda11f924e3f52e80a093307e8 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Mon, 8 Feb 2010 19:07:22 -0500 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ab716d0..34d1d91 100644 --- a/configure.ac +++ b/configure.ac @@ -71,7 +71,7 @@ AM_CONDITIONAL(XF86RUSH, test "x$have_xf86rush" = xyes) AC_SUBST([XF86RUSH_LIBS]) AC_SUBST([XF86RUSH_CFLAGS]) -CFLAGS="$CFLAGS $XORG_CFLAGS $XF86RUSH_CFLAGS"' -I$(top_srcdir)/src' +CFLAGS="$CFLAGS $XORG_CFLAGS $XF86RUSH_CFLAGS" AC_SUBST([CFLAGS]) save_CFLAGS="$CFLAGS" -- cgit v1.2.3