Diff for /rpl/configure.ac between versions 1.161 and 1.163

version 1.161, 2016/09/21 09:41:12 version 1.163, 2016/09/26 13:11:28
Line 28  MPFR=mpfr-3.1.4 Line 28  MPFR=mpfr-3.1.4
 MPFI=mpfi-1.5.1  MPFI=mpfi-1.5.1
 NTL=ntl-5.5.2  NTL=ntl-5.5.2
 COCOA=CoCoALib-0.9950  COCOA=CoCoALib-0.9950
 PARI=pari-2.5.4  PARI=pari-2.7.6
 GIAC=giac-1.2.2  GIAC=giac-1.2.2
   
 dnl 32 bits ABI  dnl 32 bits ABI
Line 745  AC_ARG_WITH(mysql, Line 745  AC_ARG_WITH(mysql,
 [  --with-mysql=PATH         specify directory for installed mysql],  [  --with-mysql=PATH         specify directory for installed mysql],
 [], [with_mysql=check])  [], [with_mysql=check])
   
 if test "x$with_mysql" = xcheck -o "x$with_mysql" = yes; then  if test "x$with_mysql" = xcheck -o "x$with_mysql" = xyes; then
     libMySQLinc="-I/usr/include"      libMySQLinc="-I/usr/include"
     libMySQLlib="/usr/lib"      libMySQLlib="/usr/lib"
   

Removed from v.1.161  
changed lines
  Added in v.1.163


CVSweb interface <joel.bertrand@systella.fr>