diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 09:47:20 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 09:47:20 -0700 |
commit | cb4a3d7f9ba598d38e9b17371146bd496c671246 (patch) | |
tree | 67a893bdc9f88973f8e9eacd80764a8723ab54a0 | |
parent | f390503a4ed8617a7e4f56828e78715e06823ff4 (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 b8c06b8..9b1667f 100644 --- a/configure.ac +++ b/configure.ac @@ -12,17 +12,12 @@ XORG_MACROS_VERSION(1.8) AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - AC_TYPE_SIGNAL XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(XHOST, x11 xmuu xau) -AC_SUBST(XHOST_CFLAGS) -AC_SUBST(XHOST_LIBS) # Transport selection macro from xtrans.m4 XTRANS_CONNECTION_FLAGS |