aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac
index af07dad..41e6f32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,23 +15,8 @@ XORG_MACROS_VERSION(1.3)
AC_CONFIG_HEADER([config.h])
# Checks for programs.
-AC_PROG_CC
XORG_DEFAULT_OPTIONS
-# Checks for header files.
-AC_HEADER_STDC
-AC_CHECK_HEADERS([stdlib.h sys/time.h unistd.h])
-
-# Checks for typedefs, structures, and compiler characteristics.
-AC_HEADER_TIME
-AC_STRUCT_TM
-
-# Checks for library functions.
-AC_FUNC_MALLOC
-AC_CHECK_FUNCS([gettimeofday localtime_r])
-
PKG_CHECK_MODULES(XCOMPMGR, xcomposite xfixes xdamage xrender)
-AC_SUBST(XCOMPMGR_CFLAGS)
-AC_SUBST(XCOMPMGR_LIBS)
AC_OUTPUT([Makefile])