[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:55:31 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 51aeb41974b8ac04bf9edc44722742d2c2eac143
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date:   Tue Apr 3 15:02:25 2012 +0200

    fix: typo

diff --git a/Singular/configure b/Singular/configure
index 693cf00..3628ee2 100755
--- a/Singular/configure
+++ b/Singular/configure
@@ -7823,9 +7823,9 @@ return completion_matches ();
 }
 _ACEOF
 if ac_fn_cxx_try_link "$LINENO"; then :
-  ac_cv_lib_readline_completion_matchese=yes
+  ac_cv_lib_readline_completion_matches=yes
 else
-  ac_cv_lib_readline_completion_matchese=no
+  ac_cv_lib_readline_completion_matches=no
 fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list