diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 12:05:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-31 12:05:42 -0700 |
commit | 5f5d8495455e806ea66f021f49efb1fa3d3f5221 (patch) | |
tree | 52a64c2caaee104f77e2a5c093552705f94d8f9c | |
parent | 070c9d45cc0678708d5766804d0c529bc6f8bee3 (diff) |
config: Remove unnecessary calls from configure.ac
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index c9e1ab2..589a71c 100644 --- a/configure.ac +++ b/configure.ac @@ -34,9 +34,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - PKG_CHECK_MODULES(XBIFF, xaw7 xmu xbitmaps xext x11) AC_OUTPUT([Makefile]) |