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 | 00d2b8790a0aa732d0abb4688330749a1c44763d (patch) | |
tree | f10265b6d1aaf287df4ff776422a89e8c94073e1 | |
parent | ca0dd9ac3d78991f20e19e9b1cbb06b8707698bd (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 f4a3ec0..cbe5322 100644 --- a/configure.ac +++ b/configure.ac @@ -120,7 +120,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=sis |