[BACK]Return to configure CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_pari

Diff for /OpenXM/src/ox_pari/configure between version 1.2 and 1.4

version 1.2, 2016/09/22 17:12:51 version 1.4, 2018/06/07 04:49:12
Line 587  am__EXEEXT_TRUE
Line 587  am__EXEEXT_TRUE
 LTLIBOBJS  LTLIBOBJS
 LIBOBJS  LIBOBJS
 OXLIBS  OXLIBS
   LN_S
 am__fastdepCC_FALSE  am__fastdepCC_FALSE
 am__fastdepCC_TRUE  am__fastdepCC_TRUE
 CCDEPMODE  CCDEPMODE
Line 3705  fi
Line 3706  fi
   
   
   
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
   $as_echo_n "checking whether ln -s works... " >&6; }
   LN_S=$as_ln_s
   if test "$LN_S" = "ln -s"; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
   $as_echo "yes" >&6; }
   else
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
   $as_echo "no, using $LN_S" >&6; }
   fi
   
   
 # Check whether --enable-shared was given.  # Check whether --enable-shared was given.
 if test "${enable_shared+set}" = set; then :  if test "${enable_shared+set}" = set; then :
   enableval=$enable_shared;    enableval=$enable_shared;
Line 3723  if test "${enable_shared}" = no ; then
Line 3735  if test "${enable_shared}" = no ; then
     OXLIBS='${libdir}/libox.a ${libdir}/libmpfr.a ${libdir}/libgmp.a ${libdir}/libgc.a ${libdir}/libpari.a'      OXLIBS='${libdir}/libox.a ${libdir}/libmpfr.a ${libdir}/libgmp.a ${libdir}/libgc.a ${libdir}/libpari.a'
 fi  fi
   
   
 $as_echo "#define _POSIX_C_SOURCE 1" >>confdefs.h  
   
   
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.4

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