diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 19:52:54 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-09-22 19:52:54 -0700 |
commit | a7515825e8d487ec58634dde47e110602617079f (patch) | |
tree | a2befbb8b075c6286c7891d8012d2ce9dda9c78a | |
parent | d4b4454ad1aa65849a83f12938e6e2913d7e2ce9 (diff) |
config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 3158964..7485299 100644 --- a/configure.ac +++ b/configure.ac @@ -34,10 +34,6 @@ XORG_DEFAULT_OPTIONS AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - - # Checks for pkg-config packages PKG_CHECK_MODULES(OCLOCK, x11 xmu xext) AC_SUBST(OCLOCK_CFLAGS) |