--- configure.in.orig 2008-08-16 21:56:34.602711868 +0200 +++ configure.in 2008-08-16 22:16:11.374711171 +0200 @@ -130,6 +130,7 @@ AS_HELP_STRING([--enable-openmp], [enable OpenMP multi-threading [[default=no]]]),[],[enable_openmp=no]) if test "x$enable_openmp" = "xyes"; then CFLAGS="$CFLAGS -fopenmp" + LIBGOMP="-lgomp" fi dnl Checks for typedefs, structures, and compiler characteristics. @@ -290,4 +291,5 @@ AC_SUBST(LDADD) AC_SUBST(XSLDIR) AC_SUBST(ECM_FASTOBJ) +AC_SUBST(LIBGOMP) AC_OUTPUT --- configure.in.orig 2008-09-26 23:54:57.010094591 +0200 +++ configure.in 2008-09-26 23:53:30.009092760 +0200 @@ -1,3 +1,4 @@ +A m4_define([ECM_VERSION], 6.2.1) @@ -33,7 +34,7 @@ AC_DEFINE(WANT_ASSERT,1,[Define to 1 if you want assertions enabled]) fi -AC_ARG_ENABLE(assert, +AC_ARG_ENABLE(shellcmd, AS_HELP_STRING([--enable-shellcmd], [enable shell command execution [[default=no]]]),[],[enable_shellcmd=no]) if test "x$enable_shellcmd" = "xyes"; then AC_DEFINE(WANT_SHELLCMD,1,[Define to 1 if you want shell command execution])