From 5b14b89e85cbf4fe4fe92e283288f652b642c0f1 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Sun, 4 Apr 1999 10:00:16 +0000 Subject: * configure.in: Check for regcomp and compile lib/regex.c if the system doesn't provide it. --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 9d49fc9..6fb4330 100644 --- a/configure.in +++ b/configure.in @@ -102,6 +102,7 @@ AM_FUNC_OBSTACK AC_CHECK_FUNCS(getwd getcwd link strerror isascii bcopy bzero memcpy) AC_REPLACE_FUNCS(strdup strndup strspn strcspn strpbrk strstr strtok) AC_REPLACE_FUNCS(basename dirname fnmatch error memcpy memset) +AC_CHECK_FUNC(regcomp, , [LIBOBJS="$LIBOBJS regex.o"]) ############################################################################## ################ Internationalization ######################################## -- cgit v1.2.3