diff options
-rw-r--r-- | aclocal.m4 | 2 |
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" ;; |