summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-22 14:34:02 +0000
committerDana Jansens <danakj@orodu.net>2003-03-22 14:34:02 +0000
commit4502cad55033f4a703cb562d27d637f41a05c5c6 (patch)
treef8ed3cc180ef9cfb6ba76bf373b2972a62c30edc
parentff06051eb797cf5c026b3ea125d964103df3c3c8 (diff)
check for stdio.h
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index efe02a17..0aea8925 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,8 @@ AC_SUBST(GLIB_LIBS)
PKG_CHECK_MODULES([GMODULE], [gmodule-2.0])
AC_SUBST(GMODULE_CFLAGS)
AC_SUBST(GMODULE_LIBS)
-
+
+AM_PROG_LEX
AC_PROG_LIBTOOL
LIBTOOL="$LIBTOOL --silent"
AC_PROG_INSTALL
@@ -38,7 +39,7 @@ ALL_LINGUAS=""
AM_GNU_GETTEXT_VERSION(0.11.5)
AM_GNU_GETTEXT([external])
-AC_CHECK_HEADERS(ctype.h fcntl.h locale.h signal.h string.h stdlib.h)
+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/time.h sys/wait.h)
# AC_HEADER_TIME
# AC_TYPE_SIGNAL