mirror of https://github.com/MidnightCommander/mc
* configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
or newer is not used.
This commit is contained in:
parent
ffd87714d2
commit
20154c6f50
|
@ -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 ...
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue