From 2c4f93671548ec184dc3f77da96d1ba3fc16a3db Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 24 Oct 2013 12:27:50 -0700 Subject: [PATCH] Compile separately and use lipo(1) to build universal binaries. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1cc99bea..b0244aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -281,7 +281,7 @@ AC_C_BIGENDIAN( AC_DEFINE(NATIVE_BIG_ENDIAN, 1, [machine is bigendian]), AC_DEFINE(NATIVE_LITTLE_ENDIAN, 1, [machine is littleendian]), AC_MSG_ERROR([unknown endianess]), - AC_MSG_ERROR([universal endianess is not supported]) + AC_MSG_ERROR([universal endianess is not supported - compile separately and use lipo(1)]) ) AC_MSG_CHECKING(whether __STDC_LIMIT_MACROS is required)