Changeset 76d6af in git for m4/flint-check.m4


Ignore:
Timestamp:
Apr 2, 2021, 1:10:03 AM (3 years ago)
Author:
Matthias Koeppe <mkoeppe@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '98550b669234b32be762076c32b3be2c35188ac4')
Children:
585444a5482086cb96984f6b9d23caa457961245
Parents:
9c5975d8089ed9f5038344f301171308aa4b2f38
Message:
configure.ac, {factory,libpolys}/configure.ac, m4/*.m4: Reverse DEFAULT_CHECKING_PATH and break the loop when library is found
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flint-check.m4

    r9c5975 r76d6af  
    1414AC_DEFUN([LB_CHECK_FLINT],
    1515[
    16 DEFAULT_CHECKING_PATH="/usr /usr/local /sw /opt/local /opt/homebrew"
     16DEFAULT_CHECKING_PATH="/opt/homebrew /opt/local /sw /usr/local /usr"
    1717
    1818AC_ARG_WITH(flint,
     
    7474                []
    7575                )
     76                if test "x$flint_found" = "xyes" ; then
     77                    break
     78                  fi
    7679                fi
    7780        done
Note: See TracChangeset for help on using the changeset viewer.