Changeset ed3ff43 for configure


Ignore:
Timestamp:
2013-03-03T14:48:59Z (11 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8407e25, 9b2a8c1
Parents:
0e788f5 (diff), b2b7f52 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging Skype changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r0e788f5 red3ff43  
    548548
    549549if [ "$skype" = "1" -o "$skype" = "plugin" ]; then
     550        if [ "$arch" = "Darwin" ]; then
     551                echo "SKYPEFLAGS=-dynamiclib -undefined dynamic_lookup" >> Makefile.settings
     552        else
     553                echo "SKYPEFLAGS=-fPIC -shared" >> Makefile.settings
     554        fi
    550555        echo 'SKYPE_PI=skype.so' >> Makefile.settings
    551556        protocols_mods="$protocol_mods skype(plugin)"
Note: See TracChangeset for help on using the changeset viewer.