diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-06 05:01:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-06 05:01:19 +0800 |
commit | 6abc02d6b9260bb8aa191f93d003e5bd8eedd393 (patch) | |
tree | f73aa752d74b07462bf0f230bfa15180ad986044 /acconfig.h | |
parent | 6345165e35e8bff57d36012efee81fd023057a2d (diff) | |
download | gsoc2013-evolution-6abc02d6b9260bb8aa191f93d003e5bd8eedd393.tar gsoc2013-evolution-6abc02d6b9260bb8aa191f93d003e5bd8eedd393.tar.gz gsoc2013-evolution-6abc02d6b9260bb8aa191f93d003e5bd8eedd393.tar.bz2 gsoc2013-evolution-6abc02d6b9260bb8aa191f93d003e5bd8eedd393.tar.lz gsoc2013-evolution-6abc02d6b9260bb8aa191f93d003e5bd8eedd393.tar.xz gsoc2013-evolution-6abc02d6b9260bb8aa191f93d003e5bd8eedd393.tar.zst gsoc2013-evolution-6abc02d6b9260bb8aa191f93d003e5bd8eedd393.zip |
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
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |