Check for isblank

2000-10-05  Jeffrey Stedfast  <fejj@helixcode.com>

	* configure.in: Check for isblank

	* config.h.in:
	* acconfig.h: #undef HAVE_ISBLANK

svn path=/trunk/; revision=5746
This commit is contained in:
Jeffrey Stedfast
2000-10-05 21:01:19 +00:00
committed by Jeffrey Stedfast
parent 6345165e35
commit 6abc02d6b9
3 changed files with 9 additions and 1 deletions
+7
View File
@@ -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
+1
View File
@@ -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
+1 -1
View File
@@ -108,7 +108,7 @@ else
fi
fi
AC_CHECK_FUNCS(mkstemp mkdtemp)
AC_CHECK_FUNCS(mkstemp mkdtemp isblank)
dnl **************************************************
dnl ctime_r prototype