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:
committed by
Jeffrey Stedfast
parent
6345165e35
commit
6abc02d6b9
@@ -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
|
||||
|
||||
@@ -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
@@ -108,7 +108,7 @@ else
|
||||
fi
|
||||
fi
|
||||
|
||||
AC_CHECK_FUNCS(mkstemp mkdtemp)
|
||||
AC_CHECK_FUNCS(mkstemp mkdtemp isblank)
|
||||
|
||||
dnl **************************************************
|
||||
dnl ctime_r prototype
|
||||
|
||||
Reference in New Issue
Block a user