Skip to content

Commit e794c20

Browse files
Removed the accidental requirement for OpenMP in the configure.ac file
1 parent 800a839 commit e794c20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ AC_LANG(C++)
3030
AC_PROG_CXX
3131
AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])
3232
AC_PROG_RANLIB
33-
AC_OPENMP([C++]) dnl make sure we have openmp for multi-core in abismal
3433

3534
dnl recursively configure smithlab_cpp
3635
AC_CONFIG_SUBDIRS([src/smithlab_cpp])

0 commit comments

Comments
 (0)