diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-08 00:10:49 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-08 00:10:49 -0800 |
commit | 69ee0754e697737d002d8f7008d5dc94fd66041e (patch) | |
tree | 4df6ae7a633dd69b919517f6570f451c970837ee | |
parent | 4361837a352b40332ab84b6716a69413716720dc (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 2e46adc..a8b0732 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(XGAMMA, x11 xxf86vm) -AC_SUBST(XGAMMA_CFLAGS) -AC_SUBST(XGAMMA_LIBS) AC_OUTPUT([Makefile]) |