3 Fix unportable test(1) construct.
4 https://sourceforge.net/tracker/?func=detail&aid=3411735&group_id=55736&atid=478072
6 --- src/configure.in.orig 2011-02-27 00:52:58.000000000 +0000
8 @@ -292,7 +292,7 @@ then
12 - if test "x$fat" == "xyes";
13 + if test "x$fat" = "xyes";
15 MORECFLAGS="-isysroot /Developer/SDKs/MacOSX10.4u.sdk \
16 -arch i386 -arch ppc -Wno-error"