зеркало из https://github.com/mozilla/pjs.git
Automated update from host egg.build.mozilla.org
This commit is contained in:
Родитель
98c6d64d89
Коммит
c2548b82aa
|
@ -16590,6 +16590,8 @@ EOF
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
LDFLAGS="$LDFLAGS -MANIFEST:NO"
|
LDFLAGS="$LDFLAGS -MANIFEST:NO"
|
||||||
|
DLLFLAGS="$DLLFLAGS -MANIFEST:NO"
|
||||||
|
export DLLFLAGS
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
{ echo "configure: error: --enable-jemalloc not supported on ${target}" 1>&2; exit 1; }
|
{ echo "configure: error: --enable-jemalloc not supported on ${target}" 1>&2; exit 1; }
|
||||||
|
@ -16602,6 +16604,7 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Check whether --enable-wrap-malloc or --disable-wrap-malloc was given.
|
# Check whether --enable-wrap-malloc or --disable-wrap-malloc was given.
|
||||||
if test "${enable_wrap_malloc+set}" = set; then
|
if test "${enable_wrap_malloc+set}" = set; then
|
||||||
enableval="$enable_wrap_malloc"
|
enableval="$enable_wrap_malloc"
|
||||||
|
@ -16643,7 +16646,7 @@ fi
|
||||||
|
|
||||||
if test -n "$_ENABLE_EFENCE"; then
|
if test -n "$_ENABLE_EFENCE"; then
|
||||||
echo $ac_n "checking for malloc in -lefence""... $ac_c" 1>&6
|
echo $ac_n "checking for malloc in -lefence""... $ac_c" 1>&6
|
||||||
echo "configure:16647: checking for malloc in -lefence" >&5
|
echo "configure:16650: checking for malloc in -lefence" >&5
|
||||||
ac_lib_var=`echo efence'_'malloc | sed 'y%./+-%__p_%'`
|
ac_lib_var=`echo efence'_'malloc | sed 'y%./+-%__p_%'`
|
||||||
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
|
@ -16651,7 +16654,7 @@ else
|
||||||
ac_save_LIBS="$LIBS"
|
ac_save_LIBS="$LIBS"
|
||||||
LIBS="-lefence $LIBS"
|
LIBS="-lefence $LIBS"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 16655 "configure"
|
#line 16658 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* Override any gcc2 internal prototype to avoid an error. */
|
/* Override any gcc2 internal prototype to avoid an error. */
|
||||||
/* We use char because int might match the return type of a gcc2
|
/* We use char because int might match the return type of a gcc2
|
||||||
|
@ -16662,7 +16665,7 @@ int main() {
|
||||||
malloc()
|
malloc()
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:16666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:16669: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_lib_$ac_lib_var=yes"
|
eval "ac_cv_lib_$ac_lib_var=yes"
|
||||||
else
|
else
|
||||||
|
@ -16794,12 +16797,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
|
||||||
for ac_func in __builtin_vec_new __builtin_vec_delete __builtin_new __builtin_delete __pure_virtual
|
for ac_func in __builtin_vec_new __builtin_vec_delete __builtin_new __builtin_delete __pure_virtual
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:16798: checking for $ac_func" >&5
|
echo "configure:16801: checking for $ac_func" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 16803 "configure"
|
#line 16806 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
|
@ -16825,7 +16828,7 @@ $ac_func();
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:16829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:16832: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
|
@ -17044,12 +17047,12 @@ cross_compiling=$ac_cv_prog_cxx_cross
|
||||||
for ac_func in __cxa_demangle
|
for ac_func in __cxa_demangle
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:17048: checking for $ac_func" >&5
|
echo "configure:17051: checking for $ac_func" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17053 "configure"
|
#line 17056 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
|
@ -17075,7 +17078,7 @@ $ac_func();
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:17082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
|
@ -17123,17 +17126,17 @@ fi
|
||||||
if test "$HAVE_GCC3_ABI" && test -z "$SKIP_LIBRARY_CHECKS"; then
|
if test "$HAVE_GCC3_ABI" && test -z "$SKIP_LIBRARY_CHECKS"; then
|
||||||
ac_safe=`echo "unwind.h" | sed 'y%./+-%__p_%'`
|
ac_safe=`echo "unwind.h" | sed 'y%./+-%__p_%'`
|
||||||
echo $ac_n "checking for unwind.h""... $ac_c" 1>&6
|
echo $ac_n "checking for unwind.h""... $ac_c" 1>&6
|
||||||
echo "configure:17127: checking for unwind.h" >&5
|
echo "configure:17130: checking for unwind.h" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17132 "configure"
|
#line 17135 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <unwind.h>
|
#include <unwind.h>
|
||||||
EOF
|
EOF
|
||||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||||
{ (eval echo configure:17137: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
{ (eval echo configure:17140: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||||
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||||
if test -z "$ac_err"; then
|
if test -z "$ac_err"; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
|
@ -17152,12 +17155,12 @@ if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
|
||||||
for ac_func in _Unwind_Backtrace
|
for ac_func in _Unwind_Backtrace
|
||||||
do
|
do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:17156: checking for $ac_func" >&5
|
echo "configure:17159: checking for $ac_func" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17161 "configure"
|
#line 17164 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
|
@ -17180,7 +17183,7 @@ $ac_func();
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17184: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:17187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
|
@ -17302,7 +17305,7 @@ if test -z "$SKIP_COMPILER_CHECKS"; then
|
||||||
# Compiler Options
|
# Compiler Options
|
||||||
|
|
||||||
echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6
|
echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6
|
||||||
echo "configure:17306: checking for gcc -pipe support" >&5
|
echo "configure:17309: checking for gcc -pipe support" >&5
|
||||||
if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
|
if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
|
||||||
echo '#include <stdio.h>' > dummy-hello.c
|
echo '#include <stdio.h>' > dummy-hello.c
|
||||||
echo 'int main() { printf("Hello World\n"); exit(0); }' >> dummy-hello.c
|
echo 'int main() { printf("Hello World\n"); exit(0); }' >> dummy-hello.c
|
||||||
|
@ -17317,14 +17320,14 @@ if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
|
||||||
_SAVE_CFLAGS=$CFLAGS
|
_SAVE_CFLAGS=$CFLAGS
|
||||||
CFLAGS="$CFLAGS -pipe"
|
CFLAGS="$CFLAGS -pipe"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17321 "configure"
|
#line 17324 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
int main() {
|
int main() {
|
||||||
printf("Hello World\n");
|
printf("Hello World\n");
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:17331: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
_res_gcc_pipe="yes"
|
_res_gcc_pipe="yes"
|
||||||
else
|
else
|
||||||
|
@ -17366,16 +17369,16 @@ if test "$_IGNORE_LONG_LONG_WARNINGS"; then
|
||||||
_SAVE_CFLAGS="$CFLAGS"
|
_SAVE_CFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS ${_COMPILER_PREFIX}-Wno-long-long"
|
CFLAGS="$CFLAGS ${_COMPILER_PREFIX}-Wno-long-long"
|
||||||
echo $ac_n "checking whether compiler supports -Wno-long-long""... $ac_c" 1>&6
|
echo $ac_n "checking whether compiler supports -Wno-long-long""... $ac_c" 1>&6
|
||||||
echo "configure:17370: checking whether compiler supports -Wno-long-long" >&5
|
echo "configure:17373: checking whether compiler supports -Wno-long-long" >&5
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17372 "configure"
|
#line 17375 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
return(0);
|
return(0);
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17379: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:17382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
|
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
|
||||||
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
|
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
|
||||||
|
@ -17396,16 +17399,16 @@ _SAVE_CFLAGS="$CFLAGS"
|
||||||
CFLAGS="$CFLAGS -fprofile-generate"
|
CFLAGS="$CFLAGS -fprofile-generate"
|
||||||
|
|
||||||
echo $ac_n "checking whether C compiler supports -fprofile-generate""... $ac_c" 1>&6
|
echo $ac_n "checking whether C compiler supports -fprofile-generate""... $ac_c" 1>&6
|
||||||
echo "configure:17400: checking whether C compiler supports -fprofile-generate" >&5
|
echo "configure:17403: checking whether C compiler supports -fprofile-generate" >&5
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17402 "configure"
|
#line 17405 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
return 0;
|
return 0;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17409: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:17412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
PROFILE_GEN_CFLAGS="-fprofile-generate"
|
PROFILE_GEN_CFLAGS="-fprofile-generate"
|
||||||
result="yes"
|
result="yes"
|
||||||
|
@ -17425,16 +17428,16 @@ if test $result = "yes"; then
|
||||||
else
|
else
|
||||||
CFLAGS="$_SAVE_CFLAGS -fprofile-arcs"
|
CFLAGS="$_SAVE_CFLAGS -fprofile-arcs"
|
||||||
echo $ac_n "checking whether C compiler supports -fprofile-arcs""... $ac_c" 1>&6
|
echo $ac_n "checking whether C compiler supports -fprofile-arcs""... $ac_c" 1>&6
|
||||||
echo "configure:17429: checking whether C compiler supports -fprofile-arcs" >&5
|
echo "configure:17432: checking whether C compiler supports -fprofile-arcs" >&5
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17431 "configure"
|
#line 17434 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
return 0;
|
return 0;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17438: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:17441: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
PROFILE_GEN_CFLAGS="-fprofile-arcs"
|
PROFILE_GEN_CFLAGS="-fprofile-arcs"
|
||||||
result="yes"
|
result="yes"
|
||||||
|
@ -17485,16 +17488,16 @@ if test "$_PEDANTIC"; then
|
||||||
_SAVE_CXXFLAGS=$CXXFLAGS
|
_SAVE_CXXFLAGS=$CXXFLAGS
|
||||||
CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic"
|
CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic"
|
||||||
echo $ac_n "checking whether C++ compiler has -pedantic long long bug""... $ac_c" 1>&6
|
echo $ac_n "checking whether C++ compiler has -pedantic long long bug""... $ac_c" 1>&6
|
||||||
echo "configure:17489: checking whether C++ compiler has -pedantic long long bug" >&5
|
echo "configure:17492: checking whether C++ compiler has -pedantic long long bug" >&5
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17491 "configure"
|
#line 17494 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
$configure_static_assert_macros
|
$configure_static_assert_macros
|
||||||
int main() {
|
int main() {
|
||||||
CONFIGURE_STATIC_ASSERT(sizeof(long long) == 8)
|
CONFIGURE_STATIC_ASSERT(sizeof(long long) == 8)
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17498: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:17501: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
result="no"
|
result="no"
|
||||||
else
|
else
|
||||||
|
@ -17519,12 +17522,12 @@ rm -f conftest*
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for correct temporary object destruction order""... $ac_c" 1>&6
|
echo $ac_n "checking for correct temporary object destruction order""... $ac_c" 1>&6
|
||||||
echo "configure:17523: checking for correct temporary object destruction order" >&5
|
echo "configure:17526: checking for correct temporary object destruction order" >&5
|
||||||
if test "$cross_compiling" = yes; then
|
if test "$cross_compiling" = yes; then
|
||||||
result="maybe"
|
result="maybe"
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17528 "configure"
|
#line 17531 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
class A {
|
class A {
|
||||||
public: A(int& x) : mValue(x) {}
|
public: A(int& x) : mValue(x) {}
|
||||||
|
@ -17544,7 +17547,7 @@ else
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:17551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
result="yes"
|
result="yes"
|
||||||
else
|
else
|
||||||
|
@ -17565,12 +17568,12 @@ fi
|
||||||
_SAVE_CXXFLAGS=$CXXFLAGS
|
_SAVE_CXXFLAGS=$CXXFLAGS
|
||||||
CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS}"
|
CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS}"
|
||||||
echo $ac_n "checking for correct overload resolution with const and templates""... $ac_c" 1>&6
|
echo $ac_n "checking for correct overload resolution with const and templates""... $ac_c" 1>&6
|
||||||
echo "configure:17569: checking for correct overload resolution with const and templates" >&5
|
echo "configure:17572: checking for correct overload resolution with const and templates" >&5
|
||||||
if eval "test \"`echo '$''{'ac_nscap_nonconst_opeq_bug'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_nscap_nonconst_opeq_bug'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 17574 "configure"
|
#line 17577 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
template <class T>
|
template <class T>
|
||||||
|
@ -17600,7 +17603,7 @@ int main() {
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:17604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:17607: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_nscap_nonconst_opeq_bug="no"
|
ac_nscap_nonconst_opeq_bug="no"
|
||||||
else
|
else
|
||||||
|
@ -17903,7 +17906,7 @@ then
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:17907: checking for $ac_word" >&5
|
echo "configure:17910: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -17947,19 +17950,19 @@ fi
|
||||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||||
echo $ac_n "checking for libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0""... $ac_c" 1>&6
|
echo $ac_n "checking for libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0""... $ac_c" 1>&6
|
||||||
echo "configure:17951: checking for libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0" >&5
|
echo "configure:17954: checking for libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0" >&5
|
||||||
|
|
||||||
if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0" ; then
|
if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0" ; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
succeeded=yes
|
succeeded=yes
|
||||||
|
|
||||||
echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6
|
echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6
|
||||||
echo "configure:17958: checking LIBIDL_CFLAGS" >&5
|
echo "configure:17961: checking LIBIDL_CFLAGS" >&5
|
||||||
LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0"`
|
LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0"`
|
||||||
echo "$ac_t""$LIBIDL_CFLAGS" 1>&6
|
echo "$ac_t""$LIBIDL_CFLAGS" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6
|
echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6
|
||||||
echo "configure:17963: checking LIBIDL_LIBS" >&5
|
echo "configure:17966: checking LIBIDL_LIBS" >&5
|
||||||
## Remove evil flags like -Wl,--export-dynamic
|
## Remove evil flags like -Wl,--export-dynamic
|
||||||
LIBIDL_LIBS="`$PKG_CONFIG --libs \"libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0\" |sed s/-Wl,--export-dynamic//g`"
|
LIBIDL_LIBS="`$PKG_CONFIG --libs \"libIDL-2.0 >= 0.8.0 glib-2.0 gobject-2.0\" |sed s/-Wl,--export-dynamic//g`"
|
||||||
echo "$ac_t""$LIBIDL_LIBS" 1>&6
|
echo "$ac_t""$LIBIDL_LIBS" 1>&6
|
||||||
|
@ -18083,7 +18086,7 @@ fi
|
||||||
# Extract the first word of "glib-config", so it can be a program name with args.
|
# Extract the first word of "glib-config", so it can be a program name with args.
|
||||||
set dummy glib-config; ac_word=$2
|
set dummy glib-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:18087: checking for $ac_word" >&5
|
echo "configure:18090: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -18118,7 +18121,7 @@ fi
|
||||||
|
|
||||||
min_glib_version=1.2.0
|
min_glib_version=1.2.0
|
||||||
echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
|
echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
|
||||||
echo "configure:18122: checking for GLIB - version >= $min_glib_version" >&5
|
echo "configure:18125: checking for GLIB - version >= $min_glib_version" >&5
|
||||||
no_glib=""
|
no_glib=""
|
||||||
if test "$GLIB_CONFIG" = "no" ; then
|
if test "$GLIB_CONFIG" = "no" ; then
|
||||||
no_glib=yes
|
no_glib=yes
|
||||||
|
@ -18141,7 +18144,7 @@ echo "configure:18122: checking for GLIB - version >= $min_glib_version" >&5
|
||||||
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 18145 "configure"
|
#line 18148 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
@ -18217,7 +18220,7 @@ main ()
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:18221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:18224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
@ -18251,7 +18254,7 @@ fi
|
||||||
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
||||||
LIBS="$LIBS $GLIB_LIBS"
|
LIBS="$LIBS $GLIB_LIBS"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 18255 "configure"
|
#line 18258 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
@ -18261,7 +18264,7 @@ int main() {
|
||||||
return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
|
return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:18265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:18268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
echo "*** The test program compiled, but did not run. This usually means"
|
echo "*** The test program compiled, but did not run. This usually means"
|
||||||
echo "*** that the run-time linker is not finding GLIB or finding the wrong"
|
echo "*** that the run-time linker is not finding GLIB or finding the wrong"
|
||||||
|
@ -18305,7 +18308,7 @@ rm -f conftest*
|
||||||
# Extract the first word of "libIDL-config", so it can be a program name with args.
|
# Extract the first word of "libIDL-config", so it can be a program name with args.
|
||||||
set dummy libIDL-config; ac_word=$2
|
set dummy libIDL-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:18309: checking for $ac_word" >&5
|
echo "configure:18312: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -18340,7 +18343,7 @@ fi
|
||||||
|
|
||||||
min_libIDL_version=$LIBIDL_VERSION
|
min_libIDL_version=$LIBIDL_VERSION
|
||||||
echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6
|
echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6
|
||||||
echo "configure:18344: checking for libIDL - version >= $min_libIDL_version" >&5
|
echo "configure:18347: checking for libIDL - version >= $min_libIDL_version" >&5
|
||||||
no_libIDL=""
|
no_libIDL=""
|
||||||
if test "$LIBIDL_CONFIG" = "no" ; then
|
if test "$LIBIDL_CONFIG" = "no" ; then
|
||||||
no_libIDL=yes
|
no_libIDL=yes
|
||||||
|
@ -18367,7 +18370,7 @@ echo "configure:18344: checking for libIDL - version >= $min_libIDL_version" >&5
|
||||||
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 18371 "configure"
|
#line 18374 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -18453,7 +18456,7 @@ main ()
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:18457: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:18460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
@ -18487,7 +18490,7 @@ fi
|
||||||
CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
|
CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
|
||||||
LIBS="$LIBS $LIBIDL_LIBS"
|
LIBS="$LIBS $LIBIDL_LIBS"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 18491 "configure"
|
#line 18494 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -18498,7 +18501,7 @@ int main() {
|
||||||
return IDL_get_libver_string ? 1 : 0;
|
return IDL_get_libver_string ? 1 : 0;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:18502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:18505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
echo "*** The test program compiled, but did not run. This usually means"
|
echo "*** The test program compiled, but did not run. This usually means"
|
||||||
echo "*** that the run-time linker is not finding libIDL or finding the wrong"
|
echo "*** that the run-time linker is not finding libIDL or finding the wrong"
|
||||||
|
@ -18538,7 +18541,7 @@ rm -f conftest*
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:18542: checking for $ac_word" >&5
|
echo "configure:18545: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -18582,19 +18585,19 @@ fi
|
||||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||||
echo $ac_n "checking for libIDL-2.0 >= 0.8.0""... $ac_c" 1>&6
|
echo $ac_n "checking for libIDL-2.0 >= 0.8.0""... $ac_c" 1>&6
|
||||||
echo "configure:18586: checking for libIDL-2.0 >= 0.8.0" >&5
|
echo "configure:18589: checking for libIDL-2.0 >= 0.8.0" >&5
|
||||||
|
|
||||||
if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0" ; then
|
if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0" ; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
succeeded=yes
|
succeeded=yes
|
||||||
|
|
||||||
echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6
|
echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6
|
||||||
echo "configure:18593: checking LIBIDL_CFLAGS" >&5
|
echo "configure:18596: checking LIBIDL_CFLAGS" >&5
|
||||||
LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0"`
|
LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0"`
|
||||||
echo "$ac_t""$LIBIDL_CFLAGS" 1>&6
|
echo "$ac_t""$LIBIDL_CFLAGS" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6
|
echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6
|
||||||
echo "configure:18598: checking LIBIDL_LIBS" >&5
|
echo "configure:18601: checking LIBIDL_LIBS" >&5
|
||||||
## Remove evil flags like -Wl,--export-dynamic
|
## Remove evil flags like -Wl,--export-dynamic
|
||||||
LIBIDL_LIBS="`$PKG_CONFIG --libs \"libIDL-2.0 >= 0.8.0\" |sed s/-Wl,--export-dynamic//g`"
|
LIBIDL_LIBS="`$PKG_CONFIG --libs \"libIDL-2.0 >= 0.8.0\" |sed s/-Wl,--export-dynamic//g`"
|
||||||
echo "$ac_t""$LIBIDL_LIBS" 1>&6
|
echo "$ac_t""$LIBIDL_LIBS" 1>&6
|
||||||
|
@ -18631,7 +18634,7 @@ do
|
||||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||||
set dummy $ac_prog; ac_word=$2
|
set dummy $ac_prog; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:18635: checking for $ac_word" >&5
|
echo "configure:18638: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -18668,7 +18671,7 @@ done
|
||||||
|
|
||||||
if test -n "$ORBIT_CONFIG"; then
|
if test -n "$ORBIT_CONFIG"; then
|
||||||
echo $ac_n "checking for ORBit libIDL usability""... $ac_c" 1>&6
|
echo $ac_n "checking for ORBit libIDL usability""... $ac_c" 1>&6
|
||||||
echo "configure:18672: checking for ORBit libIDL usability" >&5
|
echo "configure:18675: checking for ORBit libIDL usability" >&5
|
||||||
_ORBIT_CFLAGS=`${ORBIT_CONFIG} client --cflags`
|
_ORBIT_CFLAGS=`${ORBIT_CONFIG} client --cflags`
|
||||||
_ORBIT_LIBS=`${ORBIT_CONFIG} client --libs`
|
_ORBIT_LIBS=`${ORBIT_CONFIG} client --libs`
|
||||||
_ORBIT_INC_PATH=`${PERL} -e '{ for $f (@ARGV) { print "$f " if ($f =~ m/^-I/); } }' -- ${_ORBIT_CFLAGS}`
|
_ORBIT_INC_PATH=`${PERL} -e '{ for $f (@ARGV) { print "$f " if ($f =~ m/^-I/); } }' -- ${_ORBIT_CFLAGS}`
|
||||||
|
@ -18685,7 +18688,7 @@ echo "configure:18672: checking for ORBit libIDL usability" >&5
|
||||||
result="maybe"
|
result="maybe"
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 18689 "configure"
|
#line 18692 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -18700,7 +18703,7 @@ int main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:18704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:18707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
_LIBIDL_FOUND=1
|
_LIBIDL_FOUND=1
|
||||||
result="yes"
|
result="yes"
|
||||||
|
@ -18756,7 +18759,7 @@ if test -z "${GLIB_CFLAGS}" || test -z "${GLIB_LIBS}" ; then
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:18760: checking for $ac_word" >&5
|
echo "configure:18763: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -18800,19 +18803,19 @@ fi
|
||||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||||
echo $ac_n "checking for glib-2.0 >= 1.3.7 gobject-2.0""... $ac_c" 1>&6
|
echo $ac_n "checking for glib-2.0 >= 1.3.7 gobject-2.0""... $ac_c" 1>&6
|
||||||
echo "configure:18804: checking for glib-2.0 >= 1.3.7 gobject-2.0" >&5
|
echo "configure:18807: checking for glib-2.0 >= 1.3.7 gobject-2.0" >&5
|
||||||
|
|
||||||
if $PKG_CONFIG --exists "glib-2.0 >= 1.3.7 gobject-2.0" ; then
|
if $PKG_CONFIG --exists "glib-2.0 >= 1.3.7 gobject-2.0" ; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
succeeded=yes
|
succeeded=yes
|
||||||
|
|
||||||
echo $ac_n "checking GLIB_CFLAGS""... $ac_c" 1>&6
|
echo $ac_n "checking GLIB_CFLAGS""... $ac_c" 1>&6
|
||||||
echo "configure:18811: checking GLIB_CFLAGS" >&5
|
echo "configure:18814: checking GLIB_CFLAGS" >&5
|
||||||
GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 1.3.7 gobject-2.0"`
|
GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 1.3.7 gobject-2.0"`
|
||||||
echo "$ac_t""$GLIB_CFLAGS" 1>&6
|
echo "$ac_t""$GLIB_CFLAGS" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking GLIB_LIBS""... $ac_c" 1>&6
|
echo $ac_n "checking GLIB_LIBS""... $ac_c" 1>&6
|
||||||
echo "configure:18816: checking GLIB_LIBS" >&5
|
echo "configure:18819: checking GLIB_LIBS" >&5
|
||||||
## Remove evil flags like -Wl,--export-dynamic
|
## Remove evil flags like -Wl,--export-dynamic
|
||||||
GLIB_LIBS="`$PKG_CONFIG --libs \"glib-2.0 >= 1.3.7 gobject-2.0\" |sed s/-Wl,--export-dynamic//g`"
|
GLIB_LIBS="`$PKG_CONFIG --libs \"glib-2.0 >= 1.3.7 gobject-2.0\" |sed s/-Wl,--export-dynamic//g`"
|
||||||
echo "$ac_t""$GLIB_LIBS" 1>&6
|
echo "$ac_t""$GLIB_LIBS" 1>&6
|
||||||
|
@ -18897,7 +18900,7 @@ fi
|
||||||
# Extract the first word of "glib-config", so it can be a program name with args.
|
# Extract the first word of "glib-config", so it can be a program name with args.
|
||||||
set dummy glib-config; ac_word=$2
|
set dummy glib-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:18901: checking for $ac_word" >&5
|
echo "configure:18904: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -18932,7 +18935,7 @@ fi
|
||||||
|
|
||||||
min_glib_version=${GLIB_VERSION}
|
min_glib_version=${GLIB_VERSION}
|
||||||
echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
|
echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
|
||||||
echo "configure:18936: checking for GLIB - version >= $min_glib_version" >&5
|
echo "configure:18939: checking for GLIB - version >= $min_glib_version" >&5
|
||||||
no_glib=""
|
no_glib=""
|
||||||
if test "$GLIB_CONFIG" = "no" ; then
|
if test "$GLIB_CONFIG" = "no" ; then
|
||||||
no_glib=yes
|
no_glib=yes
|
||||||
|
@ -18955,7 +18958,7 @@ echo "configure:18936: checking for GLIB - version >= $min_glib_version" >&5
|
||||||
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
echo $ac_n "cross compiling; assumed OK... $ac_c"
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 18959 "configure"
|
#line 18962 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
@ -19031,7 +19034,7 @@ main ()
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:19035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:19038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
@ -19065,7 +19068,7 @@ fi
|
||||||
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
CFLAGS="$CFLAGS $GLIB_CFLAGS"
|
||||||
LIBS="$LIBS $GLIB_LIBS"
|
LIBS="$LIBS $GLIB_LIBS"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 19069 "configure"
|
#line 19072 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
@ -19075,7 +19078,7 @@ int main() {
|
||||||
return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
|
return ((glib_major_version) || (glib_minor_version) || (glib_micro_version));
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:19079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:19082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
echo "*** The test program compiled, but did not run. This usually means"
|
echo "*** The test program compiled, but did not run. This usually means"
|
||||||
echo "*** that the run-time linker is not finding GLIB or finding the wrong"
|
echo "*** that the run-time linker is not finding GLIB or finding the wrong"
|
||||||
|
@ -19155,19 +19158,19 @@ mk_add_options MOZ_CO_MODULE=mozilla/other-licenses/libart_lgpl" 1>&2; exit 1; }
|
||||||
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
|
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
|
||||||
# for constant arguments. Useless!
|
# for constant arguments. Useless!
|
||||||
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
|
echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
|
||||||
echo "configure:19159: checking for working alloca.h" >&5
|
echo "configure:19162: checking for working alloca.h" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 19164 "configure"
|
#line 19167 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <alloca.h>
|
#include <alloca.h>
|
||||||
int main() {
|
int main() {
|
||||||
char *p = alloca(2 * sizeof(int));
|
char *p = alloca(2 * sizeof(int));
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:19171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:19174: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_header_alloca_h=yes
|
ac_cv_header_alloca_h=yes
|
||||||
else
|
else
|
||||||
|
@ -19188,12 +19191,12 @@ EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking for alloca""... $ac_c" 1>&6
|
echo $ac_n "checking for alloca""... $ac_c" 1>&6
|
||||||
echo "configure:19192: checking for alloca" >&5
|
echo "configure:19195: checking for alloca" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 19197 "configure"
|
#line 19200 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
|
@ -19221,7 +19224,7 @@ int main() {
|
||||||
char *p = (char *) alloca(1);
|
char *p = (char *) alloca(1);
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:19225: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:19228: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
ac_cv_func_alloca_works=yes
|
ac_cv_func_alloca_works=yes
|
||||||
else
|
else
|
||||||
|
@ -19253,12 +19256,12 @@ EOF
|
||||||
|
|
||||||
|
|
||||||
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
|
echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
|
||||||
echo "configure:19257: checking whether alloca needs Cray hooks" >&5
|
echo "configure:19260: checking whether alloca needs Cray hooks" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 19262 "configure"
|
#line 19265 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#if defined(CRAY) && ! defined(CRAY2)
|
#if defined(CRAY) && ! defined(CRAY2)
|
||||||
webecray
|
webecray
|
||||||
|
@ -19283,12 +19286,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
|
||||||
if test $ac_cv_os_cray = yes; then
|
if test $ac_cv_os_cray = yes; then
|
||||||
for ac_func in _getb67 GETB67 getb67; do
|
for ac_func in _getb67 GETB67 getb67; do
|
||||||
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
||||||
echo "configure:19287: checking for $ac_func" >&5
|
echo "configure:19290: checking for $ac_func" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 19292 "configure"
|
#line 19295 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
/* System header to define __stub macros and hopefully few prototypes,
|
/* System header to define __stub macros and hopefully few prototypes,
|
||||||
which can conflict with char $ac_func(); below. */
|
which can conflict with char $ac_func(); below. */
|
||||||
|
@ -19311,7 +19314,7 @@ $ac_func();
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:19315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
if { (eval echo configure:19318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
eval "ac_cv_func_$ac_func=yes"
|
eval "ac_cv_func_$ac_func=yes"
|
||||||
else
|
else
|
||||||
|
@ -19338,7 +19341,7 @@ done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
|
echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
|
||||||
echo "configure:19342: checking stack direction for C alloca" >&5
|
echo "configure:19345: checking stack direction for C alloca" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -19346,7 +19349,7 @@ else
|
||||||
ac_cv_c_stack_direction=0
|
ac_cv_c_stack_direction=0
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 19350 "configure"
|
#line 19353 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
find_stack_direction ()
|
find_stack_direction ()
|
||||||
{
|
{
|
||||||
|
@ -19365,7 +19368,7 @@ main ()
|
||||||
exit (find_stack_direction() < 0);
|
exit (find_stack_direction() < 0);
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:19369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
if { (eval echo configure:19372: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
|
||||||
then
|
then
|
||||||
ac_cv_c_stack_direction=1
|
ac_cv_c_stack_direction=1
|
||||||
else
|
else
|
||||||
|
@ -19412,17 +19415,17 @@ for ac_hdr in stdint.h inttypes.h sys/int_types.h
|
||||||
do
|
do
|
||||||
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
|
||||||
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
|
||||||
echo "configure:19416: checking for $ac_hdr" >&5
|
echo "configure:19419: checking for $ac_hdr" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 19421 "configure"
|
#line 19424 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <$ac_hdr>
|
#include <$ac_hdr>
|
||||||
EOF
|
EOF
|
||||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||||
{ (eval echo configure:19426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
{ (eval echo configure:19429: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||||
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
|
||||||
if test -z "$ac_err"; then
|
if test -z "$ac_err"; then
|
||||||
rm -rf conftest*
|
rm -rf conftest*
|
||||||
|
@ -19499,7 +19502,7 @@ EOF
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:19503: checking for $ac_word" >&5
|
echo "configure:19506: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -19543,19 +19546,19 @@ fi
|
||||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||||
echo $ac_n "checking for fontconfig freetype2""... $ac_c" 1>&6
|
echo $ac_n "checking for fontconfig freetype2""... $ac_c" 1>&6
|
||||||
echo "configure:19547: checking for fontconfig freetype2" >&5
|
echo "configure:19550: checking for fontconfig freetype2" >&5
|
||||||
|
|
||||||
if $PKG_CONFIG --exists "fontconfig freetype2" ; then
|
if $PKG_CONFIG --exists "fontconfig freetype2" ; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
succeeded=yes
|
succeeded=yes
|
||||||
|
|
||||||
echo $ac_n "checking CAIRO_FT_CFLAGS""... $ac_c" 1>&6
|
echo $ac_n "checking CAIRO_FT_CFLAGS""... $ac_c" 1>&6
|
||||||
echo "configure:19554: checking CAIRO_FT_CFLAGS" >&5
|
echo "configure:19557: checking CAIRO_FT_CFLAGS" >&5
|
||||||
CAIRO_FT_CFLAGS=`$PKG_CONFIG --cflags "fontconfig freetype2"`
|
CAIRO_FT_CFLAGS=`$PKG_CONFIG --cflags "fontconfig freetype2"`
|
||||||
echo "$ac_t""$CAIRO_FT_CFLAGS" 1>&6
|
echo "$ac_t""$CAIRO_FT_CFLAGS" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking CAIRO_FT_LIBS""... $ac_c" 1>&6
|
echo $ac_n "checking CAIRO_FT_LIBS""... $ac_c" 1>&6
|
||||||
echo "configure:19559: checking CAIRO_FT_LIBS" >&5
|
echo "configure:19562: checking CAIRO_FT_LIBS" >&5
|
||||||
## Remove evil flags like -Wl,--export-dynamic
|
## Remove evil flags like -Wl,--export-dynamic
|
||||||
CAIRO_FT_LIBS="`$PKG_CONFIG --libs \"fontconfig freetype2\" |sed s/-Wl,--export-dynamic//g`"
|
CAIRO_FT_LIBS="`$PKG_CONFIG --libs \"fontconfig freetype2\" |sed s/-Wl,--export-dynamic//g`"
|
||||||
echo "$ac_t""$CAIRO_FT_LIBS" 1>&6
|
echo "$ac_t""$CAIRO_FT_LIBS" 1>&6
|
||||||
|
@ -19646,7 +19649,7 @@ else
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:19650: checking for $ac_word" >&5
|
echo "configure:19653: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -19690,19 +19693,19 @@ fi
|
||||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||||
echo $ac_n "checking for cairo >= $CAIRO_VERSION freetype2 fontconfig""... $ac_c" 1>&6
|
echo $ac_n "checking for cairo >= $CAIRO_VERSION freetype2 fontconfig""... $ac_c" 1>&6
|
||||||
echo "configure:19694: checking for cairo >= $CAIRO_VERSION freetype2 fontconfig" >&5
|
echo "configure:19697: checking for cairo >= $CAIRO_VERSION freetype2 fontconfig" >&5
|
||||||
|
|
||||||
if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION freetype2 fontconfig" ; then
|
if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION freetype2 fontconfig" ; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
succeeded=yes
|
succeeded=yes
|
||||||
|
|
||||||
echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6
|
echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6
|
||||||
echo "configure:19701: checking CAIRO_CFLAGS" >&5
|
echo "configure:19704: checking CAIRO_CFLAGS" >&5
|
||||||
CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION freetype2 fontconfig"`
|
CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION freetype2 fontconfig"`
|
||||||
echo "$ac_t""$CAIRO_CFLAGS" 1>&6
|
echo "$ac_t""$CAIRO_CFLAGS" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6
|
echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6
|
||||||
echo "configure:19706: checking CAIRO_LIBS" >&5
|
echo "configure:19709: checking CAIRO_LIBS" >&5
|
||||||
## Remove evil flags like -Wl,--export-dynamic
|
## Remove evil flags like -Wl,--export-dynamic
|
||||||
CAIRO_LIBS="`$PKG_CONFIG --libs \"cairo >= $CAIRO_VERSION freetype2 fontconfig\" |sed s/-Wl,--export-dynamic//g`"
|
CAIRO_LIBS="`$PKG_CONFIG --libs \"cairo >= $CAIRO_VERSION freetype2 fontconfig\" |sed s/-Wl,--export-dynamic//g`"
|
||||||
echo "$ac_t""$CAIRO_LIBS" 1>&6
|
echo "$ac_t""$CAIRO_LIBS" 1>&6
|
||||||
|
@ -19740,7 +19743,7 @@ echo "configure:19706: checking CAIRO_LIBS" >&5
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:19744: checking for $ac_word" >&5
|
echo "configure:19747: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -19784,19 +19787,19 @@ fi
|
||||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||||
echo $ac_n "checking for cairo-xlib-xrender >= $CAIRO_VERSION""... $ac_c" 1>&6
|
echo $ac_n "checking for cairo-xlib-xrender >= $CAIRO_VERSION""... $ac_c" 1>&6
|
||||||
echo "configure:19788: checking for cairo-xlib-xrender >= $CAIRO_VERSION" >&5
|
echo "configure:19791: checking for cairo-xlib-xrender >= $CAIRO_VERSION" >&5
|
||||||
|
|
||||||
if $PKG_CONFIG --exists "cairo-xlib-xrender >= $CAIRO_VERSION" ; then
|
if $PKG_CONFIG --exists "cairo-xlib-xrender >= $CAIRO_VERSION" ; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
succeeded=yes
|
succeeded=yes
|
||||||
|
|
||||||
echo $ac_n "checking CAIRO_XRENDER_CFLAGS""... $ac_c" 1>&6
|
echo $ac_n "checking CAIRO_XRENDER_CFLAGS""... $ac_c" 1>&6
|
||||||
echo "configure:19795: checking CAIRO_XRENDER_CFLAGS" >&5
|
echo "configure:19798: checking CAIRO_XRENDER_CFLAGS" >&5
|
||||||
CAIRO_XRENDER_CFLAGS=`$PKG_CONFIG --cflags "cairo-xlib-xrender >= $CAIRO_VERSION"`
|
CAIRO_XRENDER_CFLAGS=`$PKG_CONFIG --cflags "cairo-xlib-xrender >= $CAIRO_VERSION"`
|
||||||
echo "$ac_t""$CAIRO_XRENDER_CFLAGS" 1>&6
|
echo "$ac_t""$CAIRO_XRENDER_CFLAGS" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking CAIRO_XRENDER_LIBS""... $ac_c" 1>&6
|
echo $ac_n "checking CAIRO_XRENDER_LIBS""... $ac_c" 1>&6
|
||||||
echo "configure:19800: checking CAIRO_XRENDER_LIBS" >&5
|
echo "configure:19803: checking CAIRO_XRENDER_LIBS" >&5
|
||||||
## Remove evil flags like -Wl,--export-dynamic
|
## Remove evil flags like -Wl,--export-dynamic
|
||||||
CAIRO_XRENDER_LIBS="`$PKG_CONFIG --libs \"cairo-xlib-xrender >= $CAIRO_VERSION\" |sed s/-Wl,--export-dynamic//g`"
|
CAIRO_XRENDER_LIBS="`$PKG_CONFIG --libs \"cairo-xlib-xrender >= $CAIRO_VERSION\" |sed s/-Wl,--export-dynamic//g`"
|
||||||
echo "$ac_t""$CAIRO_XRENDER_LIBS" 1>&6
|
echo "$ac_t""$CAIRO_XRENDER_LIBS" 1>&6
|
||||||
|
@ -19867,7 +19870,7 @@ else
|
||||||
# Extract the first word of "pkg-config", so it can be a program name with args.
|
# Extract the first word of "pkg-config", so it can be a program name with args.
|
||||||
set dummy pkg-config; ac_word=$2
|
set dummy pkg-config; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||||
echo "configure:19871: checking for $ac_word" >&5
|
echo "configure:19874: checking for $ac_word" >&5
|
||||||
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
@ -19911,19 +19914,19 @@ fi
|
||||||
PKG_CONFIG_MIN_VERSION=0.9.0
|
PKG_CONFIG_MIN_VERSION=0.9.0
|
||||||
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
|
||||||
echo $ac_n "checking for lcms >= $LCMS_VERSION""... $ac_c" 1>&6
|
echo $ac_n "checking for lcms >= $LCMS_VERSION""... $ac_c" 1>&6
|
||||||
echo "configure:19915: checking for lcms >= $LCMS_VERSION" >&5
|
echo "configure:19918: checking for lcms >= $LCMS_VERSION" >&5
|
||||||
|
|
||||||
if $PKG_CONFIG --exists "lcms >= $LCMS_VERSION" ; then
|
if $PKG_CONFIG --exists "lcms >= $LCMS_VERSION" ; then
|
||||||
echo "$ac_t""yes" 1>&6
|
echo "$ac_t""yes" 1>&6
|
||||||
succeeded=yes
|
succeeded=yes
|
||||||
|
|
||||||
echo $ac_n "checking LCMS_CFLAGS""... $ac_c" 1>&6
|
echo $ac_n "checking LCMS_CFLAGS""... $ac_c" 1>&6
|
||||||
echo "configure:19922: checking LCMS_CFLAGS" >&5
|
echo "configure:19925: checking LCMS_CFLAGS" >&5
|
||||||
LCMS_CFLAGS=`$PKG_CONFIG --cflags "lcms >= $LCMS_VERSION"`
|
LCMS_CFLAGS=`$PKG_CONFIG --cflags "lcms >= $LCMS_VERSION"`
|
||||||
echo "$ac_t""$LCMS_CFLAGS" 1>&6
|
echo "$ac_t""$LCMS_CFLAGS" 1>&6
|
||||||
|
|
||||||
echo $ac_n "checking LCMS_LIBS""... $ac_c" 1>&6
|
echo $ac_n "checking LCMS_LIBS""... $ac_c" 1>&6
|
||||||
echo "configure:19927: checking LCMS_LIBS" >&5
|
echo "configure:19930: checking LCMS_LIBS" >&5
|
||||||
## Remove evil flags like -Wl,--export-dynamic
|
## Remove evil flags like -Wl,--export-dynamic
|
||||||
LCMS_LIBS="`$PKG_CONFIG --libs \"lcms >= $LCMS_VERSION\" |sed s/-Wl,--export-dynamic//g`"
|
LCMS_LIBS="`$PKG_CONFIG --libs \"lcms >= $LCMS_VERSION\" |sed s/-Wl,--export-dynamic//g`"
|
||||||
echo "$ac_t""$LCMS_LIBS" 1>&6
|
echo "$ac_t""$LCMS_LIBS" 1>&6
|
||||||
|
@ -20269,14 +20272,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
|
||||||
cross_compiling=$ac_cv_prog_cc_cross
|
cross_compiling=$ac_cv_prog_cc_cross
|
||||||
|
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 20273 "configure"
|
#line 20276 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
int main() {
|
int main() {
|
||||||
int x = 1; x++;
|
int x = 1; x++;
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:20280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:20283: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "configure: failed program was:" >&5
|
echo "configure: failed program was:" >&5
|
||||||
|
@ -20585,7 +20588,7 @@ if test "$MOZ_X11"; then
|
||||||
_SAVE_CFLAGS=$CFLAGS
|
_SAVE_CFLAGS=$CFLAGS
|
||||||
CFLAGS="$CFLAGS $XCFLAGS"
|
CFLAGS="$CFLAGS $XCFLAGS"
|
||||||
cat > conftest.$ac_ext <<EOF
|
cat > conftest.$ac_ext <<EOF
|
||||||
#line 20589 "configure"
|
#line 20592 "configure"
|
||||||
#include "confdefs.h"
|
#include "confdefs.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
@ -20602,7 +20605,7 @@ int main() {
|
||||||
|
|
||||||
; return 0; }
|
; return 0; }
|
||||||
EOF
|
EOF
|
||||||
if { (eval echo configure:20606: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
if { (eval echo configure:20609: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
echo "configure: failed program was:" >&5
|
echo "configure: failed program was:" >&5
|
||||||
|
@ -21184,6 +21187,7 @@ s%@WIN32_CRT_SRC_DIR@%$WIN32_CRT_SRC_DIR%g
|
||||||
s%@WIN32_CUSTOM_CRT_DIR@%$WIN32_CUSTOM_CRT_DIR%g
|
s%@WIN32_CUSTOM_CRT_DIR@%$WIN32_CUSTOM_CRT_DIR%g
|
||||||
s%@MOZ_LIB@%$MOZ_LIB%g
|
s%@MOZ_LIB@%$MOZ_LIB%g
|
||||||
s%@MOZ_PATH@%$MOZ_PATH%g
|
s%@MOZ_PATH@%$MOZ_PATH%g
|
||||||
|
s%@DLLFLAGS@%$DLLFLAGS%g
|
||||||
s%@MOZ_REFLOW_PERF@%$MOZ_REFLOW_PERF%g
|
s%@MOZ_REFLOW_PERF@%$MOZ_REFLOW_PERF%g
|
||||||
s%@MOZ_DEMANGLE_SYMBOLS@%$MOZ_DEMANGLE_SYMBOLS%g
|
s%@MOZ_DEMANGLE_SYMBOLS@%$MOZ_DEMANGLE_SYMBOLS%g
|
||||||
s%@MOZ_DOC_INPUT_DIRS@%$MOZ_DOC_INPUT_DIRS%g
|
s%@MOZ_DOC_INPUT_DIRS@%$MOZ_DOC_INPUT_DIRS%g
|
||||||
|
|
Загрузка…
Ссылка в новой задаче