version 1.295, 2024/07/04 06:43:24
|
version 1.296, 2024/10/23 13:51:47
|
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, [[ |