regen
This commit is contained in:
10
configure
vendored
10
configure
vendored
@@ -14,7 +14,7 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
#
|
||||
# $Id: configure,v 1.369 2005/07/08 04:36:29 marka Exp $
|
||||
# $Id: configure,v 1.370 2005/07/09 07:10:22 jinmei Exp $
|
||||
#
|
||||
# Portions Copyright (C) 1996-2001 Nominum, Inc.
|
||||
#
|
||||
@@ -29,7 +29,7 @@
|
||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
# From configure.in Revision: 1.382 .
|
||||
# From configure.in Revision: 1.383 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.59.
|
||||
#
|
||||
@@ -27463,7 +27463,7 @@ if test "$use_atomic" = "yes"; then
|
||||
echo $ECHO_N "checking architecture type for atomic operations... $ECHO_C" >&6
|
||||
case "$host" in
|
||||
i[3456]86-*|x86_64-*)
|
||||
# XXX: some old x86 architectures actualy do not support
|
||||
# XXX: some old x86 architectures actually do not support
|
||||
# (some of) these operations. Do we need stricter checks?
|
||||
# Note: We currently use the same code for both the x86_32 and
|
||||
# x86_64 architectures, but there may be a better
|
||||
@@ -27479,6 +27479,10 @@ echo $ECHO_N "checking architecture type for atomic operations... $ECHO_C" >&6
|
||||
have_atomic=yes
|
||||
arch=powerpc
|
||||
;;
|
||||
mips-*)
|
||||
have_atomic=yes
|
||||
arch=mips
|
||||
;;
|
||||
*)
|
||||
have_atomic=no
|
||||
arch=noatomic
|
||||
|
||||
Reference in New Issue
Block a user