]> Dogcows Code - chaz/openbox/blobdiff - configure.ac
add obt_paths_try_exec() that will see if an executable exists
[chaz/openbox] / configure.ac
index f58f7e5c1774aa3cbc5cad7b3d677569288a8f8b..37654211619dedf4a238e6a011d7f4baee7365bd 100644 (file)
@@ -87,9 +87,9 @@ AC_PROG_INSTALL
 AM_GNU_GETTEXT_VERSION(0.15)
 AM_GNU_GETTEXT([external])
 
-AC_CHECK_HEADERS(ctype.h fcntl.h locale.h signal.h string.h stdio.h stdlib.h)
-AC_CHECK_HEADERS(unistd.h sys/stat.h sys/select.h sys/socket.h sys/time.h)
-AC_CHECK_HEADERS(sys/wait.h)
+AC_CHECK_HEADERS(ctype.h fcntl.h grp.h locale.h pwd.h signal.h string.h)
+AC_CHECK_HEADERS(stdio.h stdlib.h unistd.h sys/stat.h sys/select.h)
+AC_CHECK_HEADERS(sys/socket.h sys/time.h sys/wait.h)
 # AC_HEADER_TIME
 # AC_TYPE_SIGNAL
 
This page took 0.02517 seconds and 4 git commands to generate.