Changeset d3164ca in git
- Timestamp:
- May 21, 2014, 4:47:18 PM (9 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 97cc983dc88957dfbc956bcac76352b37abfb290
- Parents:
- 2ac52e4169287939c2658fb77bad2d4262179e7f
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-05-21 16:47:18+02:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-05-21 16:48:50+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/gmp-check.m4
r2ac52e rd3164ca 41 41 if test "x$GMP_HOME" != "x/usr"; then 42 42 GMP_CFLAGS="-I${GMP_HOME}/include" 43 GMP_LIBS="-L${GMP_HOME}/lib - rpath${GMP_HOME}/lib -lgmp"43 GMP_LIBS="-L${GMP_HOME}/lib -Wl,-rpath -Wl,${GMP_HOME}/lib -lgmp" 44 44 else 45 45 GMP_CFLAGS=""
Note: See TracChangeset
for help on using the changeset viewer.