[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/configure between version 1.65 and 1.66

version 1.65, 2016/09/22 07:15:33 version 1.66, 2016/09/23 03:03:39
Line 5555  else
Line 5555  else
 fi  fi
   
   
 GMPLIB="-lmpc -lmpfr -lgmp"  GMPLIB="-L ${libdir} -lmpc -lmpfr -lgmp"
 # Check whether --enable-static_gmp was given.  # Check whether --enable-static_gmp was given.
 if test "${enable_static_gmp+set}" = set; then :  if test "${enable_static_gmp+set}" = set; then :
   enableval=$enable_static_gmp; enable_static_gmp=yes    enableval=$enable_static_gmp; enable_static_gmp=yes
Line 5564  else
Line 5564  else
 fi  fi
   
 if test ${enable_static_gmp:=no} != no ; then  if test ${enable_static_gmp:=no} != no ; then
     GMPLIB="libmpc.a libmpfr.a libgmp.a"      GMPLIB='${libdir}/libmpc.a ${libdir}/libmpfr.a ${libdir}/libgmp.a'
 fi  fi
   
   

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>