*** empty log message ***
authorDavid J. MacKenzie <djm@gnu.org>
Tue, 24 Nov 1992 14:17:32 +0000 (14:17 +0000)
committerDavid J. MacKenzie <djm@gnu.org>
Tue, 24 Nov 1992 14:17:32 +0000 (14:17 +0000)
configure.in
regex.c

index f087c0fb975fd7d19bc5898cb31f0f24a9dc3b64..f0fc780250952567ae8f309b32c9a2c70e72e4db 100644 (file)
@@ -13,7 +13,7 @@ AC_ISC_POSIX
 AC_MINIX
 
 AC_STDC_HEADERS
-AC_USG
+AC_HAVE_HEADERS(string.h)
 
 AC_ALLOCA
 AC_CONST
diff --git a/regex.c b/regex.c
index 112e0d6d7ad691ba2e07873f51534b49c6a54fb0..f6720da20ae4e7ad89c76ca0608271bc4a9aa8eb 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -45,7 +45,7 @@
 
 /* We used to test for `BSTRING' here, but only GCC and Emacs define
    `BSTRING', as far as I know, and neither of them use this code.  */
-#if USG || STDC_HEADERS
+#if HAVE_STRING_H || STDC_HEADERS
 #include <string.h>
 #ifndef bcmp
 #define bcmp(s1, s2, n)        memcmp ((s1), (s2), (n))