diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:44:58 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:44:58 -0400 |
commit | ca0dd9ac3d78991f20e19e9b1cbb06b8707698bd (patch) | |
tree | bd3a9a7e9bacb713ebc5bb17d0cbb88fafb29c7e | |
parent | 96daa64b9ce5a44474fa0c62c5cc5971496120ee (diff) |
config: remove unrequired AC_SUBST([XORG_CFLAGS])
This macro is called by PKG_CHECK_MODULES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
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 |