diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-24 11:43:33 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-24 11:43:33 -0700 |
commit | 663b798d1464be003b9659bbd00112d8b63f6f6f (patch) | |
tree | 1580fc003365d57c8a6d46d164b4190259e2fe0c /configure.ac | |
parent | 7ff4acd4c8cf2d97d321276d2616d199f81c7e16 (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 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 6811099..9db24cb 100644 --- a/configure.ac +++ b/configure.ac @@ -34,16 +34,10 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - - AC_CHECK_FUNCS([strncasecmp]) # Checks for pkg-config packages PKG_CHECK_MODULES(XMODMAP, x11) -AC_SUBST(XMODMAP_CFLAGS) -AC_SUBST(XMODMAP_LIBS) dnl Allow checking code with lint, sparse, etc. XORG_WITH_LINT |