diff ChangeLog @ 9613:16907d1153d1

attempt to fix LD_PRELOAD for Cygwin
author John W. Eaton <jwe@octave.org>
date Fri, 04 Sep 2009 11:25:44 -0400
parents bb36a5730ecc
children d4557fd08323
line wrap: on
line diff
--- a/ChangeLog	Fri Sep 04 11:22:53 2009 +0200
+++ b/ChangeLog	Fri Sep 04 11:25:44 2009 -0400
@@ -1,3 +1,9 @@
+2009-09-04  John W. Eaton  <jwe@octave.org>
+
+	* configure.in (ldpreloadsep): New variable.  Set to ':' for Cygwin.
+	* Makeconf.in (do-subst-script-vals): Substitute it.
+	* run-octave.in: Use it to seprate elements in the LD_PRELOAD variable.
+
 2009-09-03  John W. Eaton  <jwe@octave.org>
 
 	* configure.in (AH_BOTTOM): If HAVE_Z is defined, define HAVE_ZLIB.