aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-10-17 14:37:00 +0000
committerFrederic Culot <calcurse@culot.org>2006-10-17 14:37:00 +0000
commitb60c2c72495d1b6bdc2379e94caba15c86f83787 (patch)
treeedb9a4148d2b3a7396482ecdb2287c0c785a39fe /configure.ac
parent3605e12b498bdc2f9122dab8341a695411701ab4 (diff)
downloadcalcurse-b60c2c72495d1b6bdc2379e94caba15c86f83787.tar.gz
calcurse-b60c2c72495d1b6bdc2379e94caba15c86f83787.zip
check for getopt.h header file added
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 90e45c1..4ddc9f8 100755
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
#
-# $calcurse: configure.ac,v 1.4 2006/09/22 13:11:35 culot Exp $
+# $calcurse: configure.ac,v 1.5 2006/10/17 14:37:00 culot Exp $
AC_PREREQ(2.59)
AC_INIT(calcurse, 1.6, frederic@culot.org)
@@ -31,7 +31,7 @@ AC_CHECK_HEADERS([pthread.h], [
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([stdlib.h string.h sys/time.h time.h stdio.h unistd.h \
+AC_CHECK_HEADERS([stdlib.h string.h sys/time.h time.h stdio.h unistd.h getopt.h\
sys/types.h])
# Checks for typedefs, structures, and compiler characteristics.