Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    re252d8c rfb87924  
    484484elif [ "$ssl" = "nss" ]; then
    485485        detect_nss
     486elif [ "$ssl" = "sspi" ]; then
     487        echo
    486488elif [ "$ssl" = "openssl" ]; then
    487489        echo
     
    606608        # BI == built-in
    607609        echo '#define OTR_BI' >> config.h
    608         echo "EFLAGS+=-L${otrprefix}/lib -lotr -lgcrypt" >> Makefile.settings
     610        echo "EFLAGS+=-L${otrprefix}/lib -lotr" >> Makefile.settings
    609611        echo "CFLAGS+=-I${otrprefix}/include" >> Makefile.settings
    610612        echo 'OTR_BI=otr.o' >> Makefile.settings
     
    804806;;
    805807CYGWIN* )
     808        echo 'Cygwin is not officially supported.'
    806809;;
    807810Windows )
    808         echo 'Native windows compilation is not supported anymore, use cygwin instead.'
    809811;;
    810812* )
Note: See TracChangeset for help on using the changeset viewer.