summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index daa8c339f1..ccb45d5d4d 100755
--- a/configure
+++ b/configure
@@ -1520,7 +1520,7 @@ echo configuration: $_configuration > "$TMPLOG"
echo >> "$TMPLOG"
-if x86 ; then
+if test -z "$_target" && x86 ; then
cat > $TMPC << EOF
int main(void) {
int test[sizeof(char *)-7];