Changeset 10591 for trunk/FACT++


Ignore:
Timestamp:
05/05/11 14:24:56 (14 years ago)
Author:
tbretz
Message:
Removed the annoying warning about the linagage of shared objects.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/.aux_dir/ltmain.sh

    r10563 r10591  
    55845584          done
    55855585          if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
    5586             $ECHO
    5587             if test "$linkmode" = prog; then
    5588               $ECHO "*** Warning: Linking the executable $output against the loadable module"
    5589             else
     5586            if test "$linkmode" != prog; then
    55905587              $ECHO "*** Warning: Linking the shared library $output against the loadable module"
     5588              $ECHO "*** $linklib is not portable!"
    55915589            fi
    5592             $ECHO "*** $linklib is not portable!"
    55935590          fi
    55945591          if test "$linkmode" = lib &&
Note: See TracChangeset for help on using the changeset viewer.