summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-08-10 14:07:23 +0000
committerSøren Sandmann Pedersen <sandmann@daimi.au.dk>2005-08-10 14:07:23 +0000
commitc15eccbba22fa18d928fe6eb1578aa679a4cf4b1 (patch)
treefe9ed89622dcf43c46aa1c59407ffb867a40d567
parent1ff1e757c6846723c346caa3960561d25f339f43 (diff)
Don\'t lose existing CFLAGS in all the input drivers and some of the video
drivers
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b61f332..1b0e097 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_SUBST(inputdir)
PKG_CHECK_MODULES(XORG, xorg-server xproto)
sdkdir=$(pkg-config --variable=sdkdir xorg-server)
-CFLAGS="$XORG_CFLAGS "' -I$(top_srcdir)/src'
+CFLAGS="$CFLAGS $XORG_CFLAGS "' -I$(top_srcdir)/src'
AC_SUBST([CFLAGS])
# Checks for libraries.