- Timestamp:
- 2013-03-03T14:48:59Z (12 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r0e788f5 red3ff43 548 548 549 549 if [ "$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 550 555 echo 'SKYPE_PI=skype.so' >> Makefile.settings 551 556 protocols_mods="$protocol_mods skype(plugin)"
Note: See TracChangeset
for help on using the changeset viewer.