aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-04-16 17:51:52 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-04-16 17:51:52 -0400
commitb4263b354e2463855674079fbed0785292528d37 (patch)
tree5f87b284403f7eb7709698c2e907e3787cb5c271 /configure.ac
parent2462434390016d9821ed86a3e84fef2509e63580 (diff)
Check for paths.h and make sure we have _PATH_BSHELL
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c44d28d..6b595e7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -203,7 +203,7 @@ AM_CONDITIONAL([COND_THIRD_LIBSTDDJB],
# Checks for header files.
AC_CHECK_HEADERS([arpa/inet.h fcntl.h langinfo.h limits.h locale.h netinet/in.h stddef.h stdint.h inttypes.h stdlib.h string.h sys/ioctl.h sys/resource.h sys/socket.h sys/time.h termios.h unistd.h wchar.h wctype.h], [], [AC_MSG_ERROR([Missing required header file.])])
-AC_CHECK_HEADERS([pty.h util.h libutil.h])
+AC_CHECK_HEADERS([pty.h util.h libutil.h paths.h])
AC_CHECK_HEADERS([endian.h sys/endian.h])
# Checks for typedefs, structures, and compiler characteristics.