* configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1

or newer is not used.
This commit is contained in:
Andrew V. Samoilov 2002-03-26 13:55:42 +00:00
parent ffd87714d2
commit 20154c6f50
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2002-03-26 Andrew V. Samoilov <kai@cmail.ru>
* configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
or newer is not used.
* acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
* src/Makefile.am: Move mc.hlp.ru processing ...

View File

@ -718,6 +718,9 @@ if test "x$enable_charset" = xyes; then
fi
fi
if test "$GLIBC21" != yes; then
AC_DEFINE(USE_INCLUDED_REGEX, 1, [Use the regex included here])
fi
dnl
dnl This code should be moved to the ac_WITH_SLANG