diff options
author | unknown <msvensson@shellback.(none)> | 2006-10-12 12:14:50 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2006-10-12 12:14:50 +0200 |
commit | a1a0b3deabf4f8415ca1361f3ce12bfb5cab5b85 (patch) | |
tree | c3907710b6d030ed76aae886d1524341d8e0aaf3 /netware/BUILD/compile-netware-max | |
parent | 1a0d3bb128654457bfbc52d4b7d32003189ad40e (diff) | |
download | mariadb-git-a1a0b3deabf4f8415ca1361f3ce12bfb5cab5b85.tar.gz |
Only one switch for ssl(--with-ssl) in 5.1
Diffstat (limited to 'netware/BUILD/compile-netware-max')
-rw-r--r-- | netware/BUILD/compile-netware-max | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/BUILD/compile-netware-max b/netware/BUILD/compile-netware-max index 3286c3c693b..d8278a4e915 100644 --- a/netware/BUILD/compile-netware-max +++ b/netware/BUILD/compile-netware-max @@ -15,7 +15,7 @@ suffix="max" extra_configs=" \ --with-innodb \ --with-embedded-server \ - --with-yassl \ + --with-ssl \ " . $path/compile-netware-END |