diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:44:57 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 21:44:57 -0400 |
commit | 2550adc89eedea904472a0106d4efa74d8664be7 (patch) | |
tree | 1bcbab3a7a1b54eb0a19a748be5760d37aa2b41b | |
parent | 31fd1c66b5bfdc0f6e587d01c9f61d8177f45b49 (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 37cf792..8a189e5 100644 --- a/configure.ac +++ b/configure.ac @@ -76,7 +76,6 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) -AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) DRIVER_NAME=nv |