Changeset 4c811b in git
- Timestamp:
- May 2, 2011, 7:48:18 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- ebc18829d97405bd491f08e4e73e1fe3f961b5f1
- Parents:
- 3bb9cb2aa362f52992e1584a41e4f67368e603b3
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-02 19:48:18+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:32+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
m4/gmp-check.m4
r3bb9cb r4c811b 37 37 if test -r "$GMP_HOME/include/gmp.h"; then 38 38 39 if test "x$GMP_HOME" != "x/usr" -a "x$GMP_HOME" != "x/usr/local"; then39 if test "x$GMP_HOME" != "x/usr"; then 40 40 GMP_CFLAGS="-I${GMP_HOME}/include" 41 41 GMP_LIBS="-L${GMP_HOME}/lib -lgmp"
Note: See TracChangeset
for help on using the changeset viewer.