]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrap and Test Fallout
authorAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 4 May 2008 12:36:34 +0000 (06:36 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Sun, 4 May 2008 12:36:34 +0000 (06:36 -0600)
configure

index 0e6f82fbbdc3b6a84acf2d6f82f2dbff1a1f639b..6cc208f6e3007e0d791095c84282b8b48fa2d6c0 100755 (executable)
--- a/configure
+++ b/configure
@@ -22102,7 +22102,7 @@ fi
 
 
 if test $needlargefiles && test -z "$buildmodel"; then
-       for model in POSIX_V6_ILP32_OFFBIG XBS5_ILP32_OFFBIG POSIX_V6_LP64_OFF64 XBS5_LP64_OFF64 POSIX_V6_LPBIG_OFFBIG XBS5_LPBIG_OFFBIG; do
+       for model in POSIX_V6_LPBIG_OFFBIG XBS5_LPBIG_OFFBIG POSIX_V6_LP64_OFF64 XBS5_LP64_OFF64 POSIX_V6_ILP32_OFFBIG XBS5_ILP32_OFFBIG; do
                if test "`getconf _$model 2>/dev/null || true`" = 1 || test "`getconf $model 2>/dev/null || true`" ; then
                        buildmodel=$model
                        break