diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:54:12 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:54:12 -0400 |
commit | 1c701d54902e818177f6068bd32cda76b7acedbd (patch) | |
tree | 75ed2f12286cc36a0458e62f8d35ef9cb12483b5 | |
parent | 0679802ae9965983007ec9a37554ea96c53921ba (diff) |
config: remove unrequired AC_SUBST([DRI_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 6299785..3ee65ba 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,6 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) -AC_SUBST([DRI_CFLAGS]) AC_SUBST([moduledir]) DRIVER_NAME=savage |