diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:11:21 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:11:21 -0700 |
commit | 1c1a11e0e0b1e17ba19a4a9976658f3f1659b41e (patch) | |
tree | 60777bf4dbd3f866d15638e7ca12820f90c5795b | |
parent | 5bd2cf1909b38a7d7b6a455583ebe0be323baf50 (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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 0b6d36e..d432ac3 100644 --- a/configure.ac +++ b/configure.ac @@ -34,15 +34,9 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - - # Checks for pkg-config packages PKG_CHECK_MODULES(BEFORELIGHT, x11 xscrnsaver xt) PKG_CHECK_MODULES(XAW, xaw7) -AC_SUBST(BEFORELIGHT_CFLAGS) -AC_SUBST(BEFORELIGHT_LIBS) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |