summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 0d9caa6..a999297 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,13 +7,8 @@ AM_MAINTAINER_MODE
m4_ifndef([XORG_MACROS_VERSION], [AC_FATAL([must install xorg-macros 1.2 or later before running autoconf/autogen])])
XORG_MACROS_VERSION(1.2)
-AM_CONFIG_HEADER(config.h)
-
-AC_PROG_CC
AC_PROG_INSTALL
-AC_TYPE_SIGNAL
-
AC_PATH_PROG(XCURSORGEN, xcursorgen, no)
if test "x$XCURSORGEN" = xno; then
AC_MSG_ERROR([xcursorgen is required to build these cursors.])