From ca0dd9ac3d78991f20e19e9b1cbb06b8707698bd Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 20 Jul 2010 21:44:58 -0400 Subject: [PATCH] config: remove unrequired AC_SUBST([XORG_CFLAGS]) This macro is called by PKG_CHECK_MODULES Signed-off-by: Gaetan Nadon --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 37f7888..f4a3ec0 100644 --- a/configure.ac +++ b/configure.ac @@ -121,7 +121,6 @@ fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) AC_SUBST([DRI_CFLAGS]) -AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) DRIVER_NAME=sis