*** ghc-6.2.orig/configure.orig 2004-02-16 10:31:03.646908696 +0900 --- ghc-6.2/configure 2004-02-16 10:31:50.401800872 +0900 *************** *** 3901,3912 **** esac test -n "$ArCmd" && test -n "$verbose" && echo " setting ArCmd to $ArCmd" ! if $ArCmd conftest.a -input /dev/null >/dev/null 2>/dev/null; then ! ArSupportsInput='-input' ! else ! ArSupportsInput='' ! fi ! rm -rf conftest* test -n "$ArSupportsInput" && test -n "$verbose" && echo " setting ArSupportsInput to $ArSupportsInput" if test -z "$NeedRanLib"; then --- 3901,3908 ---- esac test -n "$ArCmd" && test -n "$verbose" && echo " setting ArCmd to $ArCmd" ! # Force ArSupportsInput to '' to work around a build error ! ArSupportsInput='' test -n "$ArSupportsInput" && test -n "$verbose" && echo " setting ArSupportsInput to $ArSupportsInput" if test -z "$NeedRanLib"; then