summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-31 09:53:35 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2010-10-31 09:53:35 -0700
commit89869523bd5b0545312df5030f0c37629e391d07 (patch)
tree82381b969e4dd30dd1f3e6ed4fad041a3ddb25ea
parent82e3870dbaba5fe51c5c991f55affbe5a108863c (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 f875fb1..fc63a80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,13 +33,8 @@ XORG_MACROS_VERSION(1.8)
AM_CONFIG_HEADER(config.h)
-AC_PROG_CC
-AC_PROG_INSTALL
-
XORG_DEFAULT_OPTIONS
PKG_CHECK_MODULES(XDBEDIZZY, xext x11)
-AC_SUBST(XDBEDIZZY_CFLAGS)
-AC_SUBST(XDBEDIZZY_LIBS)
AC_OUTPUT([Makefile])