From: Bruno Haible Date: Sat, 13 Apr 2019 09:08:29 +0000 (+0200) Subject: build: Don't link libgettextlib and libgettextsrc against libgomp. X-Git-Tag: v0.20~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89965c55109605539291a3dd8394901c935f655;p=thirdparty%2Fgettext.git build: Don't link libgettextlib and libgettextsrc against libgomp. * autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add openmp-init. Remove openmp. * gettext-tools/configure.ac: Invoke AC_OPENMP. --- diff --git a/autogen.sh b/autogen.sh index b1837b416..771118740 100755 --- a/autogen.sh +++ b/autogen.sh @@ -167,7 +167,7 @@ if ! $skip_gnulib; then obstack open opendir - openmp + openmp-init pipe-filter-ii progname propername diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index 271892d14..fc7431a06 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -154,6 +154,9 @@ if test "$MSGMERGE_LIBM" = "?"; then fi AC_SUBST([MSGMERGE_LIBM]) +dnl Test whether msgmerge can make use of OpenMP. +AC_OPENMP + dnl Checks for header files, functions and declarations. gl_INIT grgl_INIT