Index: /trunk/FACT++/.aux_dir/ltmain.sh
===================================================================
--- /trunk/FACT++/.aux_dir/ltmain.sh	(revision 10590)
+++ /trunk/FACT++/.aux_dir/ltmain.sh	(revision 10591)
@@ -5584,11 +5584,8 @@
 	  done
 	  if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
-	    $ECHO
-	    if test "$linkmode" = prog; then
-	      $ECHO "*** Warning: Linking the executable $output against the loadable module"
-	    else
+	    if test "$linkmode" != prog; then
 	      $ECHO "*** Warning: Linking the shared library $output against the loadable module"
+	      $ECHO "*** $linklib is not portable!"
 	    fi
-	    $ECHO "*** $linklib is not portable!"
 	  fi
 	  if test "$linkmode" = lib &&
