diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 18:26:41 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-26 18:26:41 -0700 |
commit | 6961d77007443b63a014362805bd93c20d853ab7 (patch) | |
tree | ee6514d9f4b542095233edfbf1ebe962ae0f3ea0 | |
parent | a69ea17324a94d667fc1661b70f2a365b75f3c6b (diff) |
config: Remove unnecessary calls from configure.ac
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 41f7767..cdca88f 100644 --- a/configure.ac +++ b/configure.ac @@ -33,14 +33,9 @@ XORG_MACROS_VERSION(1.8) AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(XVINFO, xv x11) -AC_SUBST(XVINFO_CFLAGS) -AC_SUBST(XVINFO_LIBS) AC_OUTPUT([Makefile]) |