Changeset cc4d1d4 in git for m4/flint-check.m4


Ignore:
Timestamp:
Apr 3, 2021, 3:22:47 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
5b3d51b8d7d8968d26f3f28146b161fead6a3ecf
Parents:
963d718ed5ff6c9cc467e25f89b32b3927239f5a2b7db4b17f19bc1680c6d09a460f49427291301d
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2021-04-03 15:22:47+02:00
git-committer:
GitHub <noreply@github.com>2021-04-03 15:22:47+02:00
Message:
Merge pull request #1074 from mkoeppe/DEFAULT_CHECKING_PATH_linker_option_1_arg

Replace '-Wl,-rpath -Wl,...' by '-Wl,-rpath,...'
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/flint-check.m4

    r963d71 rcc4d1d4  
    6363
    6464                FLINT_CFLAGS="-I${FLINT_HOME}/include/"
    65                 FLINT_LIBS="-L${FLINT_HOME}/lib -Wl,-rpath -Wl,${FLINT_HOME}/lib -lflint -lmpfr -lgmp"
     65                FLINT_LIBS="-L${FLINT_HOME}/lib -Wl,-rpath,${FLINT_HOME}/lib -lflint -lmpfr -lgmp"
    6666
    6767        # we suppose that mpfr and mpir to be in the same place or available by default
Note: See TracChangeset for help on using the changeset viewer.