Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88093 | Differences between
and this patch

Collapse All | Expand All

(-)configure.in.orig (+2 lines)
Lines 130-135 Link Here
130
AS_HELP_STRING([--enable-openmp], [enable OpenMP multi-threading [[default=no]]]),[],[enable_openmp=no])
130
AS_HELP_STRING([--enable-openmp], [enable OpenMP multi-threading [[default=no]]]),[],[enable_openmp=no])
131
if test "x$enable_openmp" = "xyes"; then
131
if test "x$enable_openmp" = "xyes"; then
132
  CFLAGS="$CFLAGS -fopenmp"
132
  CFLAGS="$CFLAGS -fopenmp"
133
  LIBGOMP="-lgomp"
133
fi
134
fi
134
135
135
dnl Checks for typedefs, structures, and compiler characteristics.
136
dnl Checks for typedefs, structures, and compiler characteristics.
Lines 290-293 Link Here
290
AC_SUBST(LDADD)
291
AC_SUBST(LDADD)
291
AC_SUBST(XSLDIR)
292
AC_SUBST(XSLDIR)
292
AC_SUBST(ECM_FASTOBJ)
293
AC_SUBST(ECM_FASTOBJ)
294
AC_SUBST(LIBGOMP)
293
AC_OUTPUT
295
AC_OUTPUT
(-)configure.in.orig (-1 / +2 lines)
Lines 1-3 Link Here
1
A
1
2
2
m4_define([ECM_VERSION], 6.2.1)
3
m4_define([ECM_VERSION], 6.2.1)
3
4
Lines 33-39 Link Here
33
  AC_DEFINE(WANT_ASSERT,1,[Define to 1 if you want assertions enabled])
34
  AC_DEFINE(WANT_ASSERT,1,[Define to 1 if you want assertions enabled])
34
fi
35
fi
35
36
36
AC_ARG_ENABLE(assert,
37
AC_ARG_ENABLE(shellcmd,
37
AS_HELP_STRING([--enable-shellcmd], [enable shell command execution [[default=no]]]),[],[enable_shellcmd=no])
38
AS_HELP_STRING([--enable-shellcmd], [enable shell command execution [[default=no]]]),[],[enable_shellcmd=no])
38
if test "x$enable_shellcmd" = "xyes"; then
39
if test "x$enable_shellcmd" = "xyes"; then
39
  AC_DEFINE(WANT_SHELLCMD,1,[Define to 1 if you want shell command execution])
40
  AC_DEFINE(WANT_SHELLCMD,1,[Define to 1 if you want shell command execution])

Return to bug 88093