diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-20 10:35:57 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-20 10:35:57 -0800 |
commit | 30e01e9b012c7191c28946a73c2ff5b969d9eec7 (patch) | |
tree | 59ff445b4fc0a5229cc2b291f5b34d91d86acbe4 /configure.ac | |
parent | 5505a663714c71aa3545889633f36079522edcb5 (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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index c5e8be7..3c65d87 100644 --- a/configure.ac +++ b/configure.ac @@ -35,13 +35,8 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - - +# Checks for pkg-config packages PKG_CHECK_MODULES(XCALC, xaw7) -AC_SUBST(XCALC_CFLAGS) -AC_SUBST(XCALC_LIBS) PKG_CHECK_MODULES(APPDEFS, xt) xt_appdefaultdir=`$PKG_CONFIG --variable=appdefaultdir xt` |