bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

goops 0.9.0 patch: scm_shared_array*


From: Ralf Stephan
Subject: goops 0.9.0 patch: scm_shared_array*
Date: Sat, 25 Nov 2000 10:28:57 +0100
User-agent: Mutt/1.2.5i

Hi,

abovementioned functions aren't in guile-1.3.4 (distributed with
SuSE Linux 7.0 PPC) but appear again in 1.4, so...

--- configure.in.orig   Fri Jun 30 22:26:08 2000
+++ configure.in        Sat Nov 25 10:26:17 2000
@@ -13,8 +13,8 @@
 fi
 
 GUILE_FLAGS
-if test "`guile -c '(display (string>=? (version) "1.3.3"))'`" != "#t"; then
-  AC_MSG_ERROR([Your Guile is too old.  You need guile-core-1.3.3 or later.])
+if test "`guile -c '(display (and (string=? (version) "1.3.3")(string>=? 
(version) "1.4")))'`" != "#t"; then
+  AC_MSG_ERROR([Sorry, you need guile-core-1.3.3 or 1.4 or later.])
 fi
 
 AC_PROG_CC




reply via email to

[Prev in Thread] Current Thread [Next in Thread]