Changeset 0cfb6aa in git


Ignore:
Timestamp:
Apr 18, 2013, 8:00:55 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
06696e3455e433d41c30a5c6f94d6033eda543cd
Parents:
a0192aa3af9628fec3e5c784010f7cb52b330d83
Message:
Update of GMP checking for  configure
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/configure

    ra0192a r0cfb6aa  
    1611716117                        GMP_LIBS="-L${GMP_HOME}/lib -lgmp"
    1611816118                else
    16119                         GMP_CFLAGS=
    16120                         GMP_LIBS="-lgmp"
     16119                        GMP_CFLAGS="${BACKUP_CFLAGS}"
     16120                        GMP_LIBS="${BACKUP_LIBS} -lgmp"
    1612116121                fi
    1612216122
  • m4/gmp-check.m4

    ra0192a r0cfb6aa  
    4141                        GMP_LIBS="-L${GMP_HOME}/lib -lgmp"     
    4242                else
    43                         GMP_CFLAGS=
    44                         GMP_LIBS="-lgmp"               
     43                        GMP_CFLAGS="${BACKUP_CFLAGS}"
     44                        GMP_LIBS="${BACKUP_LIBS} -lgmp"         
    4545                fi
    4646       
Note: See TracChangeset for help on using the changeset viewer.