help-smalltalk
[Top][All Lists]
Advanced

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

[Help-smalltalk] [CFT] xemacs lockup fix


From: Paolo Bonzini
Subject: [Help-smalltalk] [CFT] xemacs lockup fix
Date: Thu, 07 Dec 2006 17:59:06 +0100
User-agent: Thunderbird 1.5.0.8 (Macintosh/20061025)

Can you test that this patch fixes the issue?

(Just in case, you can apply it with "patch configure < /path/to/patch.diff"; you don't need autoconf installed on your system).

Thanks,

Paolo
--- configure.save      2006-12-07 17:55:03.000000000 +0100
+++ configure   2006-12-07 17:56:56.000000000 +0100
@@ -5322,10 +5322,11 @@
 
   ac_cv_emacs_comint=no
   if test $EMACS != no; then
-    $EMACS -batch -q -no-site-file -l comint.el 2>&1 | \
-      grep 'Cannot open load file' > /dev/null 2>&1 || ac_cv_emacs_comint=yes
-    $EMACS -batch -q -no-site-file -l comint.elc 2>&1 | \
-      grep 'Cannot open load file' > /dev/null 2>&1 || ac_cv_emacs_comint=yes
+    echo "(require 'comint)" > conftest
+    $EMACS -batch -q -no-site-file -l conftest 2>&1 | \
+      grep 'Cannot open load file' > /dev/null 2>&1 || \
+      ac_cv_emacs_comint=yes
+    rm conftest
   fi
 
 fi

reply via email to

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