Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
added quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dimpase committed Jun 11, 2020
1 parent 4a6ec70 commit 926c9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/palp/spkg-configure.m4
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
SAGE_SPKG_CONFIGURE([palp], [
m4_foreach([palpprog], [[poly], [class], [nef], [cws]], [
AC_PATH_PROG(PALP[]palpprog, [palpprog.x])
AS_IF([test x$PALP[]palpprog = x], [sage_spkg_install_palp=yes])
AS_IF([test "x$PALP[]palpprog" = "x"], [sage_spkg_install_palp=yes])
m4_foreach([suff], [4, 5, 6, 11], [
AC_PATH_PROG(PALP[]palpprog[]suff, [palpprog[-]suff[d.x]])
AS_IF([test x$PALP[]palpprog[]suff = x], [sage_spkg_install_palp=yes])
AS_IF([test "x$PALP[]palpprog[]suff" = "x"], [sage_spkg_install_palp=yes])
])
])
])

0 comments on commit 926c9f3

Please sign in to comment.