From ef7592be3441c7928042d75f97c68e1706c933f4 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 16 Apr 2015 09:15:13 -0700 Subject: [PATCH] Add back a space that was removed in emscripten, is in LLVM. --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index dc0d28e973c..2b7c41a5fbb 100755 --- a/configure +++ b/configure @@ -5521,6 +5521,7 @@ case "$withval" in esac EXTRA_LD_OPTIONS=$EXTRA_LD_OPTIONS + # Check whether --enable-bindings was given. if test "${enable_bindings+set}" = set; then enableval=$enable_bindings;