summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-24 17:10:10 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-24 17:10:10 -0700
commit5bc5c8c768c80cf7ca8c09f6a1a0f2f4f5dfa0ae (patch)
treec44716e883fdf42f517e353488e340e5d7bfb79e
parentc734aa47795aa1bdbcbd01872a8b0d1a99cd4dd4 (diff)
Remove unnecessary configure steps, since no C code is compiled here
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-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.])