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 | e4720abcbd0965eeb58bdd1eee66506c8b46110a (patch) | |
tree | 13f102eeb0a840caf1646e2ea3c14bbf5352ce54 | |
parent | ad2fcf65a4b26d4313ad3ff164f8a6f103bf2fe2 (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 0dda843..4bb73d9 100644 --- a/configure.ac +++ b/configure.ac @@ -75,7 +75,6 @@ AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) AM_CONDITIONAL(SPARC, test x$SPARC = xyes) -AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) DRIVER_NAME=sunffb |