We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5712b commit 6001c52Copy full SHA for 6001c52
configure.ac
@@ -35,12 +35,13 @@ AC_CONFIG_SUBDIRS([src/smithlab_cpp])
35
36
dnl OpenMP happens here
37
AC_OPENMP([C++])
38
+AS_VAR_IF(OPENMP_CXXFLAGS, [], [
39
dnl check for the OpenMP library; can't be later
40
AC_SEARCH_LIBS([omp_get_num_threads], [gomp omp], [],
41
[AC_MSG_FAILURE([OpenMP library not found])])
42
dnl now we get setup for the right OpenMP flags
43
ADS_OPENMP([], [AC_MSG_FAILURE([OpenMP must be installed to build abismal])])
-dnl end of OpenMP stuff
44
+])dnl end of OpenMP stuff
45
46
dnl check for the Zlib library
47
AC_CHECK_LIB([z], [zlibVersion], [],
0 commit comments