Changeset 66911fc


Ignore:
Timestamp:
2011-06-29T23:29:01Z (13 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
004f494
Parents:
2ff0f37
Message:

configure: --skype=plugin -> --skype=1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2ff0f37 r66911fc  
    541541fi
    542542
    543 if [ "$skype" = "plugin" ]; then
     543if [ "$skype" = "1" ]; then
    544544        echo 'SKYPE_PI=skype.so' >> Makefile.settings
    545545fi
     
    747747fi
    748748
    749 if [ "$skype" = "plugin" ]; then
     749if [ "$skype" = "1" ]; then
    750750        echo '  Skype enabled (as a plugin).'
    751751else
Note: See TracChangeset for help on using the changeset viewer.