Deleted Added
full compact
configure.ac (266731) configure.ac (269833)
1dnl Licensed to the Apache Software Foundation (ASF) under one
2dnl or more contributor license agreements. See the NOTICE file
3dnl distributed with this work for additional information
4dnl regarding copyright ownership. The ASF licenses this file
5dnl to you under the Apache License, Version 2.0 (the
6dnl "License"); you may not use this file except in compliance
7dnl with the License. You may obtain a copy of the License at
8dnl

--- 1266 unchanged lines hidden (view full) ---

1275 AC_SUBST(RUBY_MAJOR)
1276 AC_SUBST(RUBY_MINOR)
1277 AC_SUBST(RUBY_TEENY)
1278 if test \( "$RUBY_MAJOR" -eq "1" -a "$RUBY_MINOR" -gt "8" -a "$RUBY_TEENY" -lt "3" \); then
1279 # Disallow Ruby between 1.8.7 and 1.9.3
1280 RUBY="none"
1281 AC_MSG_WARN([The detected Ruby is between 1.9 and 1.9.3])
1282 AC_MSG_WARN([Only 1.8.x and 1.9.3 releases are supported at this time])
1dnl Licensed to the Apache Software Foundation (ASF) under one
2dnl or more contributor license agreements. See the NOTICE file
3dnl distributed with this work for additional information
4dnl regarding copyright ownership. The ASF licenses this file
5dnl to you under the Apache License, Version 2.0 (the
6dnl "License"); you may not use this file except in compliance
7dnl with the License. You may obtain a copy of the License at
8dnl

--- 1266 unchanged lines hidden (view full) ---

1275 AC_SUBST(RUBY_MAJOR)
1276 AC_SUBST(RUBY_MINOR)
1277 AC_SUBST(RUBY_TEENY)
1278 if test \( "$RUBY_MAJOR" -eq "1" -a "$RUBY_MINOR" -gt "8" -a "$RUBY_TEENY" -lt "3" \); then
1279 # Disallow Ruby between 1.8.7 and 1.9.3
1280 RUBY="none"
1281 AC_MSG_WARN([The detected Ruby is between 1.9 and 1.9.3])
1282 AC_MSG_WARN([Only 1.8.x and 1.9.3 releases are supported at this time])
1283 elif test \( "$RUBY_MAJOR" -eq "1" -a "$RUBY_MINOR" -eq "9" -a "$RUBY_TEENY" -eq "3" \); then
1284 #Warn about 1.9.3 support
1285 AC_MSG_WARN([WARNING: The detected Ruby is 1.9.3])
1286 AC_MSG_WARN([WARNING: Only 1.8.x releases are fully supported, 1.9.3 support is new])
1287 fi
1288 else
1289 AC_MSG_RESULT([no])
1290 RUBY="none"
1291 AC_MSG_WARN([The detected Ruby is too old for Subversion to use])
1292 AC_MSG_WARN([A Ruby which has rb_hash_foreach is required to use the])
1293 AC_MSG_WARN([Subversion Ruby bindings])
1294 AC_MSG_WARN([Upgrade to the official 1.8.2 release, or later])

--- 248 unchanged lines hidden ---
1283 fi
1284 else
1285 AC_MSG_RESULT([no])
1286 RUBY="none"
1287 AC_MSG_WARN([The detected Ruby is too old for Subversion to use])
1288 AC_MSG_WARN([A Ruby which has rb_hash_foreach is required to use the])
1289 AC_MSG_WARN([Subversion Ruby bindings])
1290 AC_MSG_WARN([Upgrade to the official 1.8.2 release, or later])

--- 248 unchanged lines hidden ---