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

version 1.203, 2017/08/21 12:17:20 version 1.204, 2017/08/21 16:46:40
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.204


CVSweb interface <joel.bertrand@systella.fr>