Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rfb87924 re252d8c  
    484484elif [ "$ssl" = "nss" ]; then
    485485        detect_nss
    486 elif [ "$ssl" = "sspi" ]; then
    487         echo
    488486elif [ "$ssl" = "openssl" ]; then
    489487        echo
     
    608606        # BI == built-in
    609607        echo '#define OTR_BI' >> config.h
    610         echo "EFLAGS+=-L${otrprefix}/lib -lotr" >> Makefile.settings
     608        echo "EFLAGS+=-L${otrprefix}/lib -lotr -lgcrypt" >> Makefile.settings
    611609        echo "CFLAGS+=-I${otrprefix}/include" >> Makefile.settings
    612610        echo 'OTR_BI=otr.o' >> Makefile.settings
     
    806804;;
    807805CYGWIN* )
    808         echo 'Cygwin is not officially supported.'
    809806;;
    810807Windows )
     808        echo 'Native windows compilation is not supported anymore, use cygwin instead.'
    811809;;
    812810* )
Note: See TracChangeset for help on using the changeset viewer.