summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandry Breuil <landry@xfce.org>2015-02-20 22:13:31 +0100
committerLandry Breuil <landry@xfce.org>2015-02-20 22:13:31 +0100
commit6196cc3f6df7d3cd7f3c4699f96f46c117c5b6c1 (patch)
tree0e27347ca510eefc258a4718de009d37706074c0
parentc5fccf1c0f278fd699c57176c2e2ea41e87145c9 (diff)
downloadxfce4-session-6196cc3f6df7d3cd7f3c4699f96f46c117c5b6c1.tar.gz
Remove AC_CHECK_HEADER_STDBOOL, it was only added in autoconf 2.69 and we dont use stdbool.h anyway
-rw-r--r--configure.ac.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac.in b/configure.ac.in
index d5f612c8..3b3714c8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -76,7 +76,6 @@ AC_C_INLINE
AC_TYPE_MODE_T
AC_TYPE_PID_T
AC_TYPE_SIZE_T
-AC_CHECK_HEADER_STDBOOL
# Checks for library functions.
AC_FUNC_MALLOC