diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 11:06:36 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 11:06:36 -0700 |
commit | 07211348999cfbc02da6e89230ae3af89cbb8f07 (patch) | |
tree | 0fd3e63ac01893e514277177b5ca79755565d1b1 /configure.ac | |
parent | 493b51689a87742f9c57b386d2809075792f4e98 (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 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 107e3c8..61a9536 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(XF86DGA, x11 xxf86dga) -AC_SUBST(XF86DGA_CFLAGS) -AC_SUBST(XF86DGA_LIBS) AC_OUTPUT([Makefile]) |