singular-4.0.0-fix-omalloc-ar-detection.patch 484 B

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