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 | e7b6fa53fc713d0966810afce530897b65456a4c (patch) | |
tree | deeeb3c5ddd3bd3fe2fe179c6b21cee168ae8988 | |
parent | 8b8c3e5731b3347ebc7af6bf7016de884f6b21cb (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 9c4571e..e748ff8 100644 --- a/configure.ac +++ b/configure.ac @@ -90,7 +90,6 @@ AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) # Checks for libraries. -AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) DRIVER_NAME=trident |