]> Dogcows Code - chaz/openbox/blobdiff - configure.in
fixed col placement
[chaz/openbox] / configure.in
index 0b3bf72bafb7f075781bbcceb9eaa002fd281251..05ae51017542bbd8a6937f69f4d006009029029e 100644 (file)
@@ -21,8 +21,7 @@ if test x$regex_cmd = "x"; then
 fi
 
 dnl Check for system header files
-AC_HEADER_STDC
-AC_CHECK_HEADERS(ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h time.h unistd.h sys/param.h sys/select.h sys/signal.h sys/stat.h sys/time.h sys/types.h sys/wait.h)
+AC_CHECK_HEADERS(ctype.h dirent.h fcntl.h libgen.h locale.h nl_types.h process.h signal.h stdarg.h stdio.h string.h stdlib.h time.h unistd.h sys/param.h sys/select.h sys/signal.h sys/stat.h sys/time.h sys/types.h sys/wait.h)
 AC_HEADER_TIME
 
 dnl Check for existance of basename(), setlocale() and strftime()
This page took 0.021452 seconds and 4 git commands to generate.