ref: a1468a2ba345c3b795f7e652503901d4139a8fb8
parent: bae8fdc12314d5ba0dfaeaf17437ab7c678d100f
author: robs <robs>
date: Fri Dec 12 05:54:08 EST 2008
disable GOMP by default
--- a/configure.ac
+++ b/configure.ac
@@ -183,7 +183,7 @@
dnl Check for GOMP
AC_MSG_CHECKING([whether to use GOMP])
AC_ARG_ENABLE(gomp,
- AC_HELP_STRING([--disable-gomp], [Don't use GOMP.]),,enable_gomp=yes)
+ AC_HELP_STRING([--enable-gomp], [Use GOMP.]),,enable_gomp=no)
AC_MSG_RESULT($enable_gomp)
if test "$enable_gomp" = "yes"; then
AC_CHECK_HEADERS(omp.h,
@@ -646,7 +646,7 @@
echo "Distro name ...................... $DISTRO"
echo "Debugging build................... $enable_debug"
echo "External module support........... $using_libltdl"
-echo "GOMP support...................... $enable_gomp"
+echo "GOMP support (experimental)....... $enable_gomp"
echo "ALSA driver....................... $enable_alsa"
echo "libao driver...................... $enable_libao"
echo "OSS driver........................ $enable_oss"