--- rpl/configure.ac 2016/08/26 08:57:55 1.159 +++ rpl/configure.ac 2016/09/26 13:11:28 1.163 @@ -11,12 +11,12 @@ dnl Libraries NCURSES=ncurses-6.0 READLINE=readline-6.3 UNITS=units-2.13 -GSL=gsl-2.1 +GSL=gsl-2.2.1 GPP=gpp-3.0 GNUPLOT=gnuplot-5.0.3 FILE=file-5.28 ICONV=libiconv-1.14 -SQLITE=sqlite-3.14.1 +SQLITE=sqlite-3.14.2 OPENSSL=openssl-1.0.2h OPENMOTIF=openmotif-2.3.4 LIBXPM=libXpm-3.5.11 @@ -28,7 +28,7 @@ MPFR=mpfr-3.1.4 MPFI=mpfi-1.5.1 NTL=ntl-5.5.2 COCOA=CoCoALib-0.9950 -PARI=pari-2.5.4 +PARI=pari-2.7.6 GIAC=giac-1.2.2 dnl 32 bits ABI @@ -745,7 +745,7 @@ AC_ARG_WITH(mysql, [ --with-mysql=PATH specify directory for installed mysql], [], [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" libMySQLlib="/usr/lib"