[Hide Content]commit 7344b6ae81ac20ff09e9660a6f53a121ddda1d52
Author: Stephane Glondu <steph@glondu.net>
Date: Fri Feb 20 00:28:49 2009 +0100
Fix a typo in configure
diff --git a/configure b/configure
index 503f555..8709f5a 100755
--- a/configure
+++ b/configure
@@ -1103,7 +1103,7 @@ case "$arch,$system" in
echo "Cannot detect system stack overflow.";;
esac
-x# Determine the target architecture for the "num" library
+# Determine the target architecture for the "num" library
case "$arch" in
alpha) bng_arch=alpha; bng_asm_level=1;;