summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-09 16:29:37 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-11-09 16:29:37 -0800
commit894a6fdd37ff5c14f53db08f77bbec4a1387c9a2 (patch)
treef64dc081d029c47d000a6d8a1ff7782bb6ed3897
parent09a8377a96411bd62a08a4f0e921a18162ef669e (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.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index ba682c7..9314d49 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(XREFRESH, x11)
-AC_SUBST(XREFRESH_CFLAGS)
-AC_SUBST(XREFRESH_LIBS)
AC_OUTPUT([Makefile])