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 | 0679802ae9965983007ec9a37554ea96c53921ba (patch) | |
tree | 9acef25040b9b02ac55d09464fe66d6188536f6c | |
parent | d56dd52399dc47f2873678c70cbfd1e4ebccd614 (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 3ef1a93..6299785 100644 --- a/configure.ac +++ b/configure.ac @@ -119,7 +119,6 @@ fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) AC_SUBST([DRI_CFLAGS]) -AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) DRIVER_NAME=savage |