aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Culot <calcurse@culot.org>2006-10-17 14:49:32 +0000
committerFrederic Culot <calcurse@culot.org>2006-10-17 14:49:32 +0000
commit64be7a0ecf7da21d8298b63e3f6468a0cbe669ff (patch)
tree18c355b484e53158cba51acb756caf842fcce8b6
parent67608b5ab30728768706e687bd55d8c8ac795431 (diff)
downloadcalcurse-64be7a0ecf7da21d8298b63e3f6468a0cbe669ff.tar.gz
calcurse-64be7a0ecf7da21d8298b63e3f6468a0cbe669ff.zip
forgot a white space :(
-rwxr-xr-xconfigure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4ddc9f8..3fac5e0 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.5 2006/10/17 14:37:00 culot Exp $
+# $calcurse: configure.ac,v 1.6 2006/10/17 14:49:32 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 getopt.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.