summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 75c47718e7..4cee994859 100755
--- a/configure
+++ b/configure
@@ -343,7 +343,7 @@ fi
# out which assembler is used by the $_cc compiler
if [ "$_as" = auto ]; then
_as=`$_cc -print-prog-name=as`
- if [ "_$as" = "" ]; then
+ if [ "$_as" = "" ]; then
_as=as
fi
fi