Commit 7574a8ef 7574a8efe627c0fd345745c5e9f2ab44c3c712a0 by Alain Magloire

* configure.in: Check for GNU regex.

1 parent 301f1c76
......@@ -99,6 +99,13 @@ dnl Check for working functions
jm_FUNC_MALLOC
jm_FUNC_REALLOC
AC_FUNC_ALLOCA
jm_INCLUDED_REGEX(lib/regex.c)
# This no-op line works around a bug in automake 1.4:
# it doesn't recognize the assignment to LIBOBJS
# in m4/regex.m4.
: LIBOBJS="$LIBOBJS regex.o"
# Not use.
#AC_FUNC_MEMCMP
AC_FUNC_MMAP
......