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

version 1.201, 2017/08/21 09:06:02 version 1.204, 2017/08/21 16:46:40
Line 443  if test "$UUENCODE" = no; then Line 443  if test "$UUENCODE" = no; then
     AC_MSG_ERROR([Can not find uuencode !])      AC_MSG_ERROR([Can not find uuencode !])
 fi  fi
   
   dnl Checks for patch
   AC_CHECK_PROG(PATCH, patch, yes, no)
   if test "$PATCH" = no; then
       AC_MSG_ERROR([Can not find patch !])
   fi
   
 if test ! -d tools; then  if test ! -d tools; then
     mkdir tools      mkdir tools
 fi  fi
Line 714  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP Line 720  if test "$MOTIF_SUPPORT" = "-DMOTIF_SUPP
     AC_CHECK_LIB(Xinerama, XineramaIsActive,,      AC_CHECK_LIB(Xinerama, XineramaIsActive,,
                  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 !]))
   OPENMP=-lgomp
   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.201  
changed lines
  Added in v.1.204


CVSweb interface <joel.bertrand@systella.fr>