- Timestamp:
- 2014-09-27T14:54:35Z (10 years ago)
- Branches:
- master
- Children:
- ebe2c5e, f329dfc
- Parents:
- d348377
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rd348377 re252d8c 484 484 elif [ "$ssl" = "nss" ]; then 485 485 detect_nss 486 elif [ "$ssl" = "sspi" ]; then487 echo488 486 elif [ "$ssl" = "openssl" ]; then 489 487 echo … … 806 804 ;; 807 805 CYGWIN* ) 808 echo 'Cygwin is not officially supported.'809 806 ;; 810 807 Windows ) 808 echo 'Native windows compilation is not supported anymore, use cygwin instead.' 811 809 ;; 812 810 * )
Note: See TracChangeset
for help on using the changeset viewer.