summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-10-22 00:06:45 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-22 00:06:45 +0000
commit2f54c3a913d1ce5b8af06c2e5ab52af674bce74f (patch)
treeb419496cb1617641470f3bfa0a07e46ee7cbfedf
parentf3fd56223c9452361dc00f8174198377a5d9a539 (diff)
downloadgmime-2f54c3a913d1ce5b8af06c2e5ab52af674bce74f.tar.gz
updated acconfig.h
-rw-r--r--acconfig.h5
-rw-r--r--config.h.in1
-rw-r--r--configure.in3
3 files changed, 7 insertions, 2 deletions
diff --git a/acconfig.h b/acconfig.h
index edf46ff7..3a9e9aa2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -4,6 +4,11 @@
#undef HAVE_TIMEZONE
#undef HAVE_TM_GMTOFF
#undef HAVE_ISBLANK
+#undef HAVE_STRFTIME
+#undef hAVE_LOCALTIME
+
+#undef HAVE_CTYPE_H
+#undef HAVE_TIME_H
#ifdef HAVE_ALLOCA_H
#include <alloca.h>
diff --git a/config.h.in b/config.h.in
index 4197079f..198a5a42 100644
--- a/config.h.in
+++ b/config.h.in
@@ -11,7 +11,6 @@
#undef HAVE_TIMEZONE
#undef HAVE_TM_GMTOFF
-#undef HAVE_ISBLANK
/* Define if you have the isblank function. */
#undef HAVE_ISBLANK
diff --git a/configure.in b/configure.in
index 45378501..9161d104 100644
--- a/configure.in
+++ b/configure.in
@@ -54,6 +54,7 @@ dnl Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS(ctype.h)
AC_CHECK_HEADERS(time.h)
+AC_CHECK_HEADERS(alloca.h)
dnl Specific dir for HTML output ?
if test "x$with_html_dir" = "x" ; then
@@ -105,7 +106,7 @@ AC_SUBST(glib_libs)
dnl Checks for library functions.
AC_FUNC_STRFTIME
-AC_CHECK_FUNCS(strftime localtime isblank)
+AC_CHECK_FUNCS(localtime isblank)
dnl * Time zone stuff
AC_CACHE_CHECK(for timezone variable, ac_cv_var_timezone,