diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 ######################################## |