aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--acconfig.h1
-rw-r--r--configure.in2
3 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 43d2ca4748..735263d81a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-10-05 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * configure.in: Check for isblank
+
+ * config.h.in:
+ * acconfig.h: #undef HAVE_ISBLANK
+
2000-10-05 Michael Meeks <michael@helixcode.com>
* configure.in: Bump Bonobo requirement to >= 0.20
diff --git a/acconfig.h b/acconfig.h
index f99c947ca7..de3e404849 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -22,6 +22,7 @@
#undef PGP_PATH
#undef USING_GNOME_PRINT_0_20
#undef NEED_KRB_SENDAUTH_PROTO
+#undef HAVE_ISBLANK
/* Define this if you want to build against the development gtk */
#undef HAVE_DEVGTK
diff --git a/configure.in b/configure.in
index bf2afc2b1b..5537b4ceb3 100644
--- a/configure.in
+++ b/configure.in
@@ -108,7 +108,7 @@ else
fi
fi
-AC_CHECK_FUNCS(mkstemp mkdtemp)
+AC_CHECK_FUNCS(mkstemp mkdtemp isblank)
dnl **************************************************
dnl ctime_r prototype