You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/singular/files/singular-4.0.0-fix-omalloc-...

13 lines
484 B

diff -U 3 -dHrN singular-4.0.0.orig/omalloc/configure.ac singular-4.0.0/omalloc/configure.ac
--- singular-4.0.0.orig/omalloc/configure.ac 2014-03-06 18:07:49.000000000 +0100
+++ singular-4.0.0/omalloc/configure.ac 2014-05-09 15:41:19.755097185 +0200
@@ -117,7 +117,7 @@
dnl check for programs
dnl
AC_CHECK_PROG(AR, ar, ar, :)
-if test "$ac_cv_prog_AR" != ar; then
+if test "$ac_cv_prog_AR" = no; then
AC_MSG_ERROR(*** ar program not found)
fi
AC_CHECK_PROGS(PERL, perl, "no")