Changeset e252d8c for configure


Ignore:
Timestamp:
2014-09-27T14:54:35Z (10 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
ebe2c5e, f329dfc
Parents:
d348377
Message:

RIP native win32 support (use cygwin instead)

It has been broken for a very long time and nobody cared about it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    rd348377 re252d8c  
    484484elif [ "$ssl" = "nss" ]; then
    485485        detect_nss
    486 elif [ "$ssl" = "sspi" ]; then
    487         echo
    488486elif [ "$ssl" = "openssl" ]; then
    489487        echo
     
    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.