mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Remove lyx regexp check
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4424 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
481937ef95
commit
f15780a9b3
@ -1,3 +1,7 @@
|
||||
2002-06-19 John Levon <moz@compsoc.man.ac.uk>
|
||||
|
||||
* lyxinclude.m4: remove LYX_REGEX properly
|
||||
|
||||
2002-06-12 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyxinclude.m4 (LYX_STL_STRING_FWD): removed.
|
||||
|
@ -436,14 +436,6 @@ AC_DEFUN(LYX_CXX_GOOD_STD_STRING,[
|
||||
])
|
||||
|
||||
|
||||
dnl Usage: LYX_REGEX : checks if the header regex.h is available
|
||||
dnl if it is not available the automake variable USE_REGEX will be
|
||||
dnl defined and the regex.h and regex.c that we provide will be used.
|
||||
dnl AC_DEFUN(LYX_REGEX,[
|
||||
dnl AC_CHECK_HEADERS(regex.h, lyx_regex=no, lyx_regex=yes)
|
||||
dnl AM_CONDITIONAL(USE_REGEX, test x$lyx_regex = xyes)
|
||||
dnl ])
|
||||
|
||||
dnl NOT USED CURRENTLY*************************************
|
||||
dnl LYX_CXX_PARTIAL
|
||||
AC_DEFUN(LYX_CXX_PARTIAL, [
|
||||
|
Loading…
Reference in New Issue
Block a user