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 | ecff91a9c660c2fe22ecee7740819dd0ebea97af (patch) | |
tree | 76a8a461e84c7cb50c9717ae9dbe7dac8e41be57 | |
parent | 6a21d8268b7005b5789afdd638529a342037f755 (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 9c36544..3b77c33 100644 --- a/configure.ac +++ b/configure.ac @@ -124,7 +124,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=r128 |