Changeset 4c811b in git for m4/gmp-check.m4


Ignore:
Timestamp:
May 2, 2011, 7:48:18 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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
Message:
FIX: bug fix: /usr/local is not searched by gcc by default
File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/gmp-check.m4

    r3bb9cb r4c811b  
    3737        if test -r "$GMP_HOME/include/gmp.h"; then
    3838
    39                 if test "x$GMP_HOME" != "x/usr" -a "x$GMP_HOME" != "x/usr/local"; then
     39                if test "x$GMP_HOME" != "x/usr"; then
    4040                        GMP_CFLAGS="-I${GMP_HOME}/include"
    4141                        GMP_LIBS="-L${GMP_HOME}/lib -lgmp"     
Note: See TracChangeset for help on using the changeset viewer.