Skip to content

Commit 9b156f1

Browse files
configure.ac: removing the OPENMP stuff as it seems not used
1 parent 99d1c4e commit 9b156f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ AC_DEFINE_UNQUOTED([PROGRAM_PATH], ["$srcdir"],
3535
[The PROGRAM_PATH variable])
3636

3737
AX_CXX_COMPILE_STDCXX_17([noext], [mandatory])
38-
AC_OPENMP([C++]) dnl make sure we have openmp for multi-core in falco
38+
dnl AC_OPENMP([C++]) dnl make sure we have openmp for multi-core in falco
3939

4040
dnl check for the Zlib library
4141
AC_CHECK_LIB([z], [zlibVersion], [],

0 commit comments

Comments
 (0)