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:
John Levon 2002-06-19 00:04:31 +00:00
parent 481937ef95
commit f15780a9b3
2 changed files with 4 additions and 8 deletions

View File

@ -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.

View File

@ -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, [