From 8b0e2a28ddac1acbe0959966990a520125c03d4c Mon Sep 17 00:00:00 2001
From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de>
Date: Fri, 5 Jul 2019 13:40:47 +0200
Subject: [PATCH] Update autogenerated Autotools files.

---
 config/ltmain.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config/ltmain.sh b/config/ltmain.sh
index 9c5b49eb0..c693fb148 100644
--- a/config/ltmain.sh
+++ b/config/ltmain.sh
@@ -9511,11 +9511,11 @@ EOF
       # better not to revert the changes, otherwise, uncomment the following
       # lines.
 
-      # func_cc_basename $CC
-      # case $func_cc_basename_result in
-      #   nagfor*)
-      #     new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% -Wl,-pthread% -pthread%g'` ;;
-      # esac
+      func_cc_basename $CC
+      case $func_cc_basename_result in
+        nagfor*)
+          new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% -Wl,-pthread% -pthread%g'` ;;
+      esac
 
       # move library search paths that coincide with paths to not yet
       # installed libraries to the beginning of the library search list
-- 
GitLab