From 3370539eea599ff51a556507ec16a1570b8ed076 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 35abfbf..f2329a0 100644 --- a/configure.ac +++ b/configure.ac @@ -62,7 +62,7 @@ XORG_DRIVER_CHECK_EXT(XFreeXDGA, xf86dgaproto) # Checks for pkg-config packages PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901] xproto fontsproto $REQUIRED_MODULES) -CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src' +CFLAGS="$CFLAGS $XORG_CFLAGS " AC_SUBST([CFLAGS]) # Checks for libraries. -- cgit v1.2.3