diff options
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 |