diff options
author | Badlop <badlop@process-one.net> | 2010-08-05 20:27:12 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-08-05 20:27:12 +0200 |
commit | 4ed00c3d1fff5e73f0f1d8abdcfb90cc343d6a95 (patch) | |
tree | 4f95e69862566288209934f1b38071a8c84471c2 /src/configure | |
parent | Loading ASN.1 driver explicitly to avoid races in LDAP (EJAB-1284) (diff) |
Fix detection of Erlang R11 and older (thanks to Mathias Ertl)(EJAB-1287)
Diffstat (limited to 'src/configure')
-rwxr-xr-x | src/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configure b/src/configure index f8fd718a2..49a11b5e4 100755 --- a/src/configure +++ b/src/configure @@ -3224,7 +3224,7 @@ ssldef() -> if OTP >= "R14" -> "-DSSL40\n"; OTP >= "R12" -> "-DSSL39\n"; - true -> "" + true -> "\n" end. %% return physical architecture based on OS/Processor |