diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 5ca40ec373b..390d22e15c2 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -1340,7 +1340,7 @@ AC_DEFINE_UNQUOTED(DEFAULT_SYSROOT,"$withval", AC_ARG_WITH(clang-default-openmp-runtime, AS_HELP_STRING([--with-clang-default-openmp-runtime], [The default OpenMP runtime for Clang.]),, - withval="") + withval="libgomp") AC_DEFINE_UNQUOTED(CLANG_DEFAULT_OPENMP_RUNTIME,"$withval", [Default OpenMP runtime used by -fopenmp.]) diff --git a/configure b/configure index b3ccccbb881..254f7e0eb85 100755 --- a/configure +++ b/configure @@ -5954,7 +5954,7 @@ _ACEOF if test "${with_clang_default_openmp_runtime+set}" = set; then withval=$with_clang_default_openmp_runtime; else - withval="" + withval="libgomp" fi