Diff for /rpl/configure.ac between versions 1.155 and 1.162

version 1.155, 2016/04/01 10:14:20 version 1.162, 2016/09/22 15:26:45
Line 10  AC_CONFIG_HEADERS([rplconfig.h]) Line 10  AC_CONFIG_HEADERS([rplconfig.h])
 dnl Libraries  dnl Libraries
 NCURSES=ncurses-6.0  NCURSES=ncurses-6.0
 READLINE=readline-6.3  READLINE=readline-6.3
 UNITS=units-2.12  UNITS=units-2.13
 GSL=gsl-2.1  GSL=gsl-2.2.1
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.0.1  GNUPLOT=gnuplot-5.0.3
 FILE=file-5.25  FILE=file-5.28
 ICONV=libiconv-1.14  ICONV=libiconv-1.14
 SQLITE=sqlite-3.12.0  SQLITE=sqlite-3.14.2
 OPENSSL=openssl-1.0.2g  OPENSSL=openssl-1.0.2h
 OPENMOTIF=openmotif-2.3.4  OPENMOTIF=openmotif-2.3.4
 LIBXPM=libXpm-3.5.11  LIBXPM=libXpm-3.5.11
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
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.155  
changed lines
  Added in v.1.162


CVSweb interface <joel.bertrand@systella.fr>