Work around problem reported by Steven M. Schweda in
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jun 2007 18:35:17 +0000 (18:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jun 2007 18:35:17 +0000 (18:35 +0000)
commitdf16e1813f0218ccd3bfce56c26007ce85467bff
tree03c5165aeca785f323b0e70616aae7c329dbb61f
parentb52c5a79e7b6fd61d1577528ec6d883a45b46b27
Work around problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
Tru64 5.1B with the Compaq compiler environment installed declares
an 'isblank' function but does not define it in the C library.
* lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
* lib/regex_internal.h (isblank): Likewise.
* m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
* m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
ChangeLog
lib/fnmatch.c
lib/regex_internal.h
m4/fnmatch.m4
m4/regex.m4