diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-07 23:59:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-08 00:04:23 -0800 |
commit | dcdb41471ddb985fe837f12ddea33ddd59e7499e (patch) | |
tree | 0739db50539a920bf285fe677a7292a938ddd30c | |
parent | cc5faefb86c79aea188ebb0cd1d1c5b2f9ac54fb (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
AC_TYPE_SIGNAL was not used in xdriinfo
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 37f3cef..0e57dbf 100644 --- a/configure.ac +++ b/configure.ac @@ -32,17 +32,10 @@ XORG_MACROS_VERSION(1.8) AM_CONFIG_HEADER(config.h) -AC_PROG_CC -AC_PROG_INSTALL - -AC_TYPE_SIGNAL - XORG_DEFAULT_OPTIONS # Checks for pkg-config packages PKG_CHECK_MODULES(XDRIINFO, x11 glproto) -AC_SUBST(XDRIINFO_CFLAGS) -AC_SUBST(XDRIINFO_LIBS) # Checks for non-pkg-config packages (Mesa or vendor OpenGL) AC_SEARCH_LIBS([glXGetProcAddressARB], [GL], [], |