summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-04-22 14:00:50 +0000
committerChris Wilson <chris+github@qwirx.com>2007-04-22 14:00:50 +0000
commitc46531bae61f86f8404d6a161fccfdc0b441f574 (patch)
tree386b63da2b5cf227a70eeef39022ed1c95e49203 /configure.ac
parent0f5561c0e175e5238c8f3231f06c83d3c7dca451 (diff)
Detect whether getopt.h is present on system. (refs #3)
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 4294658c..e52ba99f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,7 +102,7 @@ esac
AC_HEADER_STDC
AC_HEADER_SYS_WAIT
-AC_CHECK_HEADERS([dlfcn.h execinfo.h process.h pwd.h signal.h])
+AC_CHECK_HEADERS([dlfcn.h execinfo.h getopt.h process.h pwd.h signal.h])
AC_CHECK_HEADERS([syslog.h time.h])
AC_CHECK_HEADERS([netinet/in.h])
AC_CHECK_HEADERS([sys/param.h sys/socket.h sys/time.h sys/types.h sys/wait.h])