diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-07 10:38:07 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-07 10:38:07 -0800 |
commit | 60c96d9b2add63684c8e28a3221fee3d807f3926 (patch) | |
tree | f985f5ed932b79a4001e30863b62b64de5d4579b | |
parent | 81777e705aab605d1f92edd01c3712033f7ee1cc (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 01fbdc8..d35c0c8 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(XWUD, x11) -AC_SUBST(XWUD_CFLAGS) -AC_SUBST(XWUD_LIBS) AC_OUTPUT([Makefile]) |