summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 720e0d5457..4b84e027a0 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -491,7 +491,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS],
[
AC_MSG_CHECKING([Setting up $2, $3, $4 and $5])
case $$1 in
- i386-apple-darwin)
+ i386-*)
# Workaround for #7799
$2="$$2 -U__i686"
;;