]> git.lyx.org Git - features.git/commitdiff
Remove lyx regexp check
authorJohn Levon <levon@movementarian.org>
Wed, 19 Jun 2002 00:04:31 +0000 (00:04 +0000)
committerJohn Levon <levon@movementarian.org>
Wed, 19 Jun 2002 00:04:31 +0000 (00:04 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4424 a592a061-630c-0410-9148-cb99ea01b6c8

config/ChangeLog
config/lyxinclude.m4

index 13b24142b3ff6fc2dbc99a2769e579dfe1c67a32..dd7233aa19c58dd440c5b0eb4c357177e0fe7839 100644 (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.
index 33354afc8d30a0ff3bc253834a34da3a08727a45..b43b37b78a0175837ba6a696ef562d6a44c60283 100644 (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, [