regen with autoconf 2.62p0. Fixes xserver build on macppc.
This commit is contained in:
parent
546574439d
commit
406f757488
@ -1,5 +1,8 @@
|
|||||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||||
|
|
||||||
|
/* Define if building universal (internal helper macro) */
|
||||||
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
||||||
|
|
||||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||||
#undef HAVE_DLFCN_H
|
#undef HAVE_DLFCN_H
|
||||||
|
|
||||||
@ -76,12 +79,16 @@
|
|||||||
#undef VERSION
|
#undef VERSION
|
||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||||
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||||
# if defined __BIG_ENDIAN__
|
# if defined __BIG_ENDIAN__
|
||||||
# define WORDS_BIGENDIAN 1
|
# define WORDS_BIGENDIAN 1
|
||||||
#elif ! defined __LITTLE_ENDIAN__
|
# endif
|
||||||
|
#else
|
||||||
|
# ifndef WORDS_BIGENDIAN
|
||||||
# undef WORDS_BIGENDIAN
|
# undef WORDS_BIGENDIAN
|
||||||
# endif
|
# endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
||||||
calls it, or to nothing if 'inline' is not supported under any name. */
|
calls it, or to nothing if 'inline' is not supported under any name. */
|
||||||
|
20
lib/pixman/configure
vendored
20
lib/pixman/configure
vendored
@ -20003,15 +20003,15 @@ if test "${ac_cv_c_bigendian+set}" = set; then
|
|||||||
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
||||||
else
|
else
|
||||||
ac_cv_c_bigendian=unknown
|
ac_cv_c_bigendian=unknown
|
||||||
# See if __BIG_ENDIAN__ or __LITTLE_ENDIAN__ is defined.
|
# See if we're dealing with a universal compiler.
|
||||||
cat >conftest.$ac_ext <<_ACEOF
|
cat >conftest.$ac_ext <<_ACEOF
|
||||||
/* confdefs.h. */
|
/* confdefs.h. */
|
||||||
_ACEOF
|
_ACEOF
|
||||||
cat confdefs.h >>conftest.$ac_ext
|
cat confdefs.h >>conftest.$ac_ext
|
||||||
cat >>conftest.$ac_ext <<_ACEOF
|
cat >>conftest.$ac_ext <<_ACEOF
|
||||||
/* end confdefs.h. */
|
/* end confdefs.h. */
|
||||||
#if ! (defined __BIG_ENDIAN__ || defined __LITTLE_ENDIAN__)
|
#ifndef __APPLE_CC__
|
||||||
neither is defined;
|
not a universal capable compiler
|
||||||
#endif
|
#endif
|
||||||
typedef int dummy;
|
typedef int dummy;
|
||||||
|
|
||||||
@ -20034,7 +20034,13 @@ $as_echo "$ac_try_echo") >&5
|
|||||||
test -z "$ac_c_werror_flag" ||
|
test -z "$ac_c_werror_flag" ||
|
||||||
test ! -s conftest.err
|
test ! -s conftest.err
|
||||||
} && test -s conftest.$ac_objext; then
|
} && test -s conftest.$ac_objext; then
|
||||||
ac_cv_c_bigendian=universal
|
|
||||||
|
# Check for potential -arch flags. It is not universal unless
|
||||||
|
# there are some -arch flags. Note that *ppc* also matches
|
||||||
|
# ppc64. This check is also rather less than ideal.
|
||||||
|
case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in #(
|
||||||
|
*-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
|
||||||
|
esac
|
||||||
else
|
else
|
||||||
$as_echo "$as_me: failed program was:" >&5
|
$as_echo "$as_me: failed program was:" >&5
|
||||||
sed 's/^/| /' conftest.$ac_ext >&5
|
sed 's/^/| /' conftest.$ac_ext >&5
|
||||||
@ -20382,6 +20388,11 @@ _ACEOF
|
|||||||
no)
|
no)
|
||||||
;; #(
|
;; #(
|
||||||
universal)
|
universal)
|
||||||
|
|
||||||
|
cat >>confdefs.h <<\_ACEOF
|
||||||
|
#define AC_APPLE_UNIVERSAL_BUILD 1
|
||||||
|
_ACEOF
|
||||||
|
|
||||||
;; #(
|
;; #(
|
||||||
*)
|
*)
|
||||||
{ { $as_echo "$as_me:$LINENO: error: unknown endianness
|
{ { $as_echo "$as_me:$LINENO: error: unknown endianness
|
||||||
@ -21713,6 +21724,7 @@ $as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
|
|||||||
Usually this means the macro was only invoked conditionally." >&2;}
|
Usually this means the macro was only invoked conditionally." >&2;}
|
||||||
{ (exit 1); exit 1; }; }
|
{ (exit 1); exit 1; }; }
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test -z "${USE_MMX_TRUE}" && test -z "${USE_MMX_FALSE}"; then
|
if test -z "${USE_MMX_TRUE}" && test -z "${USE_MMX_FALSE}"; then
|
||||||
{ { $as_echo "$as_me:$LINENO: error: conditional \"USE_MMX\" was never defined.
|
{ { $as_echo "$as_me:$LINENO: error: conditional \"USE_MMX\" was never defined.
|
||||||
Usually this means the macro was only invoked conditionally." >&5
|
Usually this means the macro was only invoked conditionally." >&5
|
||||||
|
Loading…
Reference in New Issue
Block a user