summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 11:11:36 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-06-18 11:11:36 -0700
commit49a8f7e0e92acb48e999229363c3ca5f815f3157 (patch)
treedd0ceb29c6c7f4c6cd654083f1fa34b805fd15f4
parentfa0e8ddb0c769bbdab3ba3bda8d7b71548f08cb0 (diff)
configure: remove unnecessary checks
These are all part of our base platform assumptions now, and the code was already using them without checking the results of the configure tests Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index bf9b668..06159a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74,19 +74,9 @@ XLIBS_CFLAGS="$CWARNFLAGS $XLIBS_CFLAGS"
AC_SUBST(XLIBS_CFLAGS)
AC_SUBST(XLIBS_LIBS)
-# Checks for header files.
-
-AC_HEADER_STDC
-AC_CHECK_HEADERS([stdlib.h string.h unistd.h])
-
# Checks for typedefs, structures, and compiler characteristics.
-AC_C_CONST
AC_TYPE_PID_T
-# Checks for library functions.
-
-AC_CHECK_FUNCS([memset strdup])
-
XORG_CHANGELOG
AC_CONFIG_FILES([Makefile doc/Makefile xrestop.spec])