]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Don't link libgettextlib and libgettextsrc against libgomp.
authorBruno Haible <bruno@clisp.org>
Sat, 13 Apr 2019 09:08:29 +0000 (11:08 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 13 Apr 2019 13:17:14 +0000 (15:17 +0200)
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add openmp-init. Remove openmp.
* gettext-tools/configure.ac: Invoke AC_OPENMP.

autogen.sh
gettext-tools/configure.ac

index b1837b416b3bdf6fa9fff0e7d15009fc7d6fe2f5..7711187403b37a283f3aa88378fd051ae12905dc 100755 (executable)
@@ -167,7 +167,7 @@ if ! $skip_gnulib; then
     obstack
     open
     opendir
-    openmp
+    openmp-init
     pipe-filter-ii
     progname
     propername
index 271892d14cbe9dab3a3e1288f2921f51d075bb78..fc7431a063cb71bbd1b409e12181eabb4a3bab7a 100644 (file)
@@ -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