From 4ed00c3d1fff5e73f0f1d8abdcfb90cc343d6a95 Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 5 Aug 2010 20:27:12 +0200 Subject: Fix detection of Erlang R11 and older (thanks to Mathias Ertl)(EJAB-1287) --- src/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configure') 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 -- cgit v1.2.3