* configure.in: Define USE_INCLUDED_REGEX if GNU C library 2.1
or newer is not used.
Этот коммит содержится в:
родитель
ffd87714d2
Коммит
20154c6f50
@ -1,5 +1,7 @@
|
|||||||
2002-03-26 Andrew V. Samoilov <kai@cmail.ru>
|
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.
|
* acinclude.m4: New option --with-mcfs and macro WITH_MCFS.
|
||||||
|
|
||||||
* src/Makefile.am: Move mc.hlp.ru processing ...
|
* src/Makefile.am: Move mc.hlp.ru processing ...
|
||||||
|
@ -718,6 +718,9 @@ if test "x$enable_charset" = xyes; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$GLIBC21" != yes; then
|
||||||
|
AC_DEFINE(USE_INCLUDED_REGEX, 1, [Use the regex included here])
|
||||||
|
fi
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
dnl This code should be moved to the ac_WITH_SLANG
|
dnl This code should be moved to the ac_WITH_SLANG
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user