Changeset e72be6 in git


Ignore:
Timestamp:
Sep 17, 2020, 1:13:04 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
f61c736770348c2dfd0c8aa73d011e971b25ed16
Parents:
b6b88031fe5ba9674000dddfb437d165017a49ca
Message:
fix: polymake-check
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/polymake-check.m4

    rb6b8803 re72be6  
    2828##  AC_MSG_CHECKING(whether polymake is properly installed)
    2929   AC_CHECK_PROG([PMCONFIG],[polymake-config],[yes],[no])
    30    if test $PMCONFIG = yes; then
     30   if test $PMCONFIG = "yes"; then
    3131##    AC_MSG_CHECKING([whether polymake is up-to-date])
    3232    SUPPORTEDPOLYMAKEVERSION="21"
Note: See TracChangeset for help on using the changeset viewer.