aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/aclocal.m42
-rwxr-xr-xsrc/configure2
2 files changed, 2 insertions, 2 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
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