diff ChangeLog @ 8621:f1534e248260

configure.in: check for pcre_compile, don't check for other regex functions if pcre library is found
author John W. Eaton <jwe@octave.org>
date Wed, 28 Jan 2009 18:58:15 -0500
parents f8b3ece45bda
children 53fb843ca498
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 28 11:25:07 2009 -0500
+++ b/ChangeLog	Wed Jan 28 18:58:15 2009 -0500
@@ -1,10 +1,15 @@
 2009-01-28  John W. Eaton  <jwe@octave.org>
 
+	* configure.in: Check to see that pcre library has pcre_compile
+	function.  Don't check for other regex functions is pcre library
+	is found.
+
  	* configure.in (SHLLIBPRE, SHLBINPRE): New variables.  AC_SUBST them.
  	(*-*-cygwin*): Set LIBPRE and SHLBINPRE to cyg and SHLLIBPRE to lib.
 	Use SHLLIBPRE and SHLLIB in definition of SONAME_FLAGS.
 	(*-*-msdosmsvc): Make SHLBINPRE and SHLLIBPRE empty.
  	Adjust definition of SONAME_FLAGS for SHLLIBPRE.
+
 	* Makeconf.in (SHLLIBPRE, SHLBINPRE): Substitute new variables here.
 	From Marco Atzeri <marco_atzeri@yahoo.it>.