Changeset 20030 in vbox for trunk/configure
- Timestamp:
- May 26, 2009 12:22:31 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47759
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r20023 r20030 800 800 801 801 # 802 # Check for openssl, needed for RDP 802 # Check for openssl, needed for RDP and S3 803 803 # 804 804 check_ssl() … … 2179 2179 [ $WITH_LIBIDL -eq 1 ] && check_libidl 2180 2180 # build openssl on Darwin in every case 2181 [ "$OS" != "darwin" -a $OSE -eq 0] && check_ssl2181 [ "$OS" != "darwin" ] && check_ssl 2182 2182 [ "$OS" != "darwin" ] && check_z 2183 2183 [ "$OS" != "darwin" -a "$OS" != "freebsd" ] && check_png
Note:
See TracChangeset
for help on using the changeset viewer.