diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:54:11 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:54:11 -0400 |
commit | 1cb6b6939e5d466797721a2e59afdd067e769fcc (patch) | |
tree | 5d3941fda61a6d0771071104b6e6edf1c5c2597c | |
parent | 590d1989f22c38d8db01146b2207d440bc59f285 (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 79c7b79..0cd2881 100644 --- a/configure.ac +++ b/configure.ac @@ -211,7 +211,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=mach64 |