diff --git a/configure.ac b/configure.ac index c853cd9af7..beb65ff8a1 100644 --- a/configure.ac +++ b/configure.ac @@ -187,6 +187,7 @@ AS_IF([test "x$ac_cv_prog_c_openmp" != x && AC_DEFINE(ENABLE_OPENMP, 1, [Enable multithreading support?]) ], [AC_MSG_RESULT([no]) + OPENMP_CFLAGS= if test "$enable_openmp" = "yes"; then AC_MSG_ERROR([OpenMP too old]) fi