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

version 1.203, 2017/08/21 12:17:20 version 1.205, 2018/01/01 10:34:06
Line 17  GNUPLOT=gnuplot-5.0.6 Line 17  GNUPLOT=gnuplot-5.0.6
 FILE=file-5.31  FILE=file-5.31
 ICONV=libiconv-1.15  ICONV=libiconv-1.15
 SQLITE=sqlite-3.19.3  SQLITE=sqlite-3.19.3
 OPENSSL=openssl-1.1.0f  OPENSSL=openssl-1.1.0g
 OPENMOTIF=openmotif-2.3.7  OPENMOTIF=openmotif-2.3.7
 LIBXPM=libXpm-3.5.12  LIBXPM=libXpm-3.5.12
 SIGSEGV=libsigsegv-2.11  SIGSEGV=libsigsegv-2.11
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.205


CVSweb interface <joel.bertrand@systella.fr>