aboutsummaryrefslogtreecommitdiff
path: root/src/aclocal.m4
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-08-05 20:27:12 +0200
committerBadlop <badlop@process-one.net>2010-08-05 20:27:12 +0200
commit4ed00c3d1fff5e73f0f1d8abdcfb90cc343d6a95 (patch)
tree4f95e69862566288209934f1b38071a8c84471c2 /src/aclocal.m4
parentLoading 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/aclocal.m4')
-rw-r--r--src/aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aclocal.m4 b/src/aclocal.m4
index 09b166b99..5d9dbca60 100644
--- a/src/aclocal.m4
+++ b/src/aclocal.m4
@@ -134,7 +134,7 @@ ssldef() ->
if
OTP >= "R14" -> "-DSSL40\n";
OTP >= "R12" -> "-DSSL39\n";
- true -> ""
+ true -> "\n"
end.
%% return physical architecture based on OS/Processor