Diff for /rpl/configure.ac between versions 1.203 and 1.215

version 1.203, 2017/08/21 12:17:20 version 1.215, 2018/05/29 06:04:58
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-7.0  READLINE=readline-7.0
 UNITS=units-2.14  UNITS=units-2.16
 GSL=gsl-2.4  GSL=gsl-2.4
 GPP=gpp-3.0  GPP=gpp-3.0
 GNUPLOT=gnuplot-5.0.6  GNUPLOT=gnuplot-5.2.3
 FILE=file-5.31  FILE=file-5.33
 ICONV=libiconv-1.15  ICONV=libiconv-1.15
 SQLITE=sqlite-3.19.3  SQLITE=sqlite-3.23.1
 OPENSSL=openssl-1.1.0f  OPENSSL=openssl-1.1.0h
 OPENMOTIF=openmotif-2.3.7  OPENMOTIF=motif-2.3.8
 LIBXPM=libXpm-3.5.12  LIBXPM=libXpm-3.5.12
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.12
 ZLIB=zlib-1.2.8  ZLIB=zlib-1.2.11
   
 GMP=gmp-6.1.2  GMP=gmp-6.1.2
 MPFR=mpfr-3.1.5  MPFR=mpfr-3.1.5
Line 721  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP Line 721  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP
                  AC_MSG_ERROR([Can not find libXinerama !]))                   AC_MSG_ERROR([Can not find libXinerama !]))
 fi  fi
 AC_CHECK_LIB(gomp, omp_get_num_procs,, AC_MSG_ERROR([Can not find libgomp !]))  AC_CHECK_LIB(gomp, omp_get_num_procs,, AC_MSG_ERROR([Can not find libgomp !]))
 OPENMP=-gomp  OPENMP=-lgomp
 AC_SUBST(OPENMP)  AC_SUBST(OPENMP)
   
 dnl Check for union semun  dnl Check for union semun

Removed from v.1.203  
changed lines
  Added in v.1.215


CVSweb interface <joel.bertrand@systella.fr>