Diff for /rpl/configure.ac between versions 1.294 and 1.296

version 1.294, 2024/05/28 17:10:40 version 1.296, 2024/10/23 13:51:47
Line 17  dnl ftp://ftp.astron.com/pub/file/ Line 17  dnl ftp://ftp.astron.com/pub/file/
 FILE=file-5.45  FILE=file-5.45
 ICONV=libiconv-1.17  ICONV=libiconv-1.17
 SQLITE=sqlite-3.42.0  SQLITE=sqlite-3.42.0
 OPENSSL=openssl-3.2.1  OPENSSL=openssl-3.3.1
 OPENMOTIF=motif-2.3.8  OPENMOTIF=motif-2.3.8
 LIBXPM=libXpm-3.5.16  LIBXPM=libXpm-3.5.16
 SIGSEGV=libsigsegv-2.14  SIGSEGV=libsigsegv-2.14
Line 748  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP Line 748  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP
                  AC_MSG_ERROR([Can not find libXinerama !]))                   AC_MSG_ERROR([Can not find libXinerama !]))
     LIBS=$REG      LIBS=$REG
 fi  fi
 AC_CHECK_LIB(gomp, omp_get_num_procs,, AC_MSG_ERROR([Can not find libgomp !]))  dnl AC_CHECK_LIB(gomp, omp_get_num_procs,, AC_MSG_ERROR([Can not find libgomp !]))
 OPENMP=-lgomp  dnl OPENMP=-lgomp
 AC_SUBST(OPENMP)  dnl AC_SUBST(OPENMP)
   
 dnl Check for union semun  dnl Check for union semun
 AC_CHECK_TYPE([union semun], SEMUN=-DUNION_SEMUN, SEMUN=-UUNION_SEMUN, [[  AC_CHECK_TYPE([union semun], SEMUN=-DUNION_SEMUN, SEMUN=-UUNION_SEMUN, [[

Removed from v.1.294  
changed lines
  Added in v.1.296


CVSweb interface <joel.bertrand@systella.fr>