~ubuntu-branches/ubuntu/jaunty/thunderbird/jaunty-updates

« back to all changes in this revision

Viewing changes to debian/patches/autoconf-regen

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2007-06-05 10:54:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070605105400-ximlougcnujxp4k7
Tags: 2.0.0.4~rc1-0ubuntu1
* stability/security upstream release 2.0.0.4 (rc1)
  - CVE-2007-2867 aka MFSA 2007-12 (l): Crashes with evidence of memory
    corruption (rv:1.8.0.12/1.8.1.4) - layout engine
  - CVE-2007-2868 aka MFSA 2007-12 (j): Crashes with evidence of memory
    corruption (rv:1.8.0.12/1.8.1.4) - javascript engine
  - CVE-2007-1558 aka MFSA 2007-15:  Security Vulnerability in APOP
    Authentication
* debian/patches/gcc-workaround-visibility-hidden, debian/patches/series: 
  applied upstream -> dropped visibility workaround patch
* debian/patches/gnome-mime-handling: updated patch for bz273524 in 
  response to upstream landing of bz373955
* debian/patches/autoconf-regen: rerun autoconf accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
---
2
 
 configure | 1541 ++++++++++++++++++++++++++++++--------------------------------
3
 
 1 file changed, 746 insertions(+), 795 deletions(-)
 
2
 configure | 1508 +++++++++++++++++++++++++++++---------------------------------
 
3
 1 file changed, 710 insertions(+), 798 deletions(-)
4
4
 
5
5
Index: mozilla/configure
6
6
===================================================================
7
 
--- mozilla.orig/configure      2007-05-03 13:28:04.000000000 +0000
8
 
+++ mozilla/configure   2007-05-03 13:28:08.000000000 +0000
 
7
--- mozilla.orig/configure      2007-04-03 15:40:03.000000000 +0000
 
8
+++ mozilla/configure   2007-06-07 09:03:07.000000000 +0000
9
9
@@ -55,16 +55,18 @@
10
10
                           Use system libjpeg [installed at prefix PFX]"
11
11
 ac_help="$ac_help
2574
2574
 fi
2575
2575
 rm -f conftest*
2576
2576
     done
2577
 
@@ -5460,27 +5360,27 @@
 
2577
@@ -5458,95 +5358,95 @@
 
2578
 if test "$COMPILE_ENVIRONMENT"; then
 
2579
 configure_static_assert_macros='
 
2580
 #define CONFIGURE_STATIC_ASSERT(condition) CONFIGURE_STATIC_ASSERT_IMPL(condition, __LINE__)
 
2581
 #define CONFIGURE_STATIC_ASSERT_IMPL(condition, line) CONFIGURE_STATIC_ASSERT_IMPL2(condition, line)
 
2582
 #define CONFIGURE_STATIC_ASSERT_IMPL2(condition, line) typedef int static_assert_line_##line[(condition) ? 1 : -1]
 
2583
 '
 
2584
 
 
2585
 echo $ac_n "checking that static assertion macros used in autoconf tests work""... $ac_c" 1>&6
 
2586
-echo "configure:5467: checking that static assertion macros used in autoconf tests work" >&5
 
2587
+echo "configure:5367: checking that static assertion macros used in autoconf tests work" >&5
 
2588
 if eval "test \"`echo '$''{'ac_cv_static_assertion_macros_work'+set}'`\" = set"; then
 
2589
   echo $ac_n "(cached) $ac_c" 1>&6
 
2590
 else
 
2591
   
 
2592
   ac_ext=c
 
2593
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
 
2594
 ac_cpp='$CPP $CPPFLAGS'
 
2595
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
 
2596
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 
2597
 cross_compiling=$ac_cv_prog_cc_cross
 
2598
 
 
2599
   ac_cv_static_assertion_macros_work="yes"
 
2600
   cat > conftest.$ac_ext <<EOF
 
2601
-#line 5481 "configure"
 
2602
+#line 5381 "configure"
 
2603
 #include "confdefs.h"
 
2604
 $configure_static_assert_macros
 
2605
 int main() {
 
2606
 CONFIGURE_STATIC_ASSERT(1)
 
2607
 ; return 0; }
 
2608
 EOF
 
2609
-if { (eval echo configure:5488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2610
+if { (eval echo configure:5388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2611
   :
 
2612
 else
 
2613
   echo "configure: failed program was:" >&5
 
2614
   cat conftest.$ac_ext >&5
 
2615
   rm -rf conftest*
 
2616
   ac_cv_static_assertion_macros_work="no"
 
2617
 fi
 
2618
 rm -f conftest*
 
2619
   cat > conftest.$ac_ext <<EOF
 
2620
-#line 5498 "configure"
 
2621
+#line 5398 "configure"
 
2622
 #include "confdefs.h"
 
2623
 $configure_static_assert_macros
 
2624
 int main() {
 
2625
 CONFIGURE_STATIC_ASSERT(0)
 
2626
 ; return 0; }
 
2627
 EOF
 
2628
-if { (eval echo configure:5505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2629
+if { (eval echo configure:5405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2630
   rm -rf conftest*
 
2631
   ac_cv_static_assertion_macros_work="no"
 
2632
 else
 
2633
   echo "configure: failed program was:" >&5
 
2634
   cat conftest.$ac_ext >&5
 
2635
 fi
 
2636
 rm -f conftest*
 
2637
   ac_ext=C
 
2638
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
 
2639
 ac_cpp='$CXXCPP $CPPFLAGS'
 
2640
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
 
2641
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
 
2642
 cross_compiling=$ac_cv_prog_cxx_cross
 
2643
 
 
2644
   cat > conftest.$ac_ext <<EOF
 
2645
-#line 5521 "configure"
 
2646
+#line 5421 "configure"
 
2647
 #include "confdefs.h"
 
2648
 $configure_static_assert_macros
 
2649
 int main() {
 
2650
 CONFIGURE_STATIC_ASSERT(1)
 
2651
 ; return 0; }
 
2652
 EOF
 
2653
-if { (eval echo configure:5528: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2654
+if { (eval echo configure:5428: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2655
   :
 
2656
 else
 
2657
   echo "configure: failed program was:" >&5
 
2658
   cat conftest.$ac_ext >&5
 
2659
   rm -rf conftest*
 
2660
   ac_cv_static_assertion_macros_work="no"
 
2661
 fi
 
2662
 rm -f conftest*
 
2663
   cat > conftest.$ac_ext <<EOF
 
2664
-#line 5538 "configure"
 
2665
+#line 5438 "configure"
 
2666
 #include "confdefs.h"
 
2667
 $configure_static_assert_macros
 
2668
 int main() {
 
2669
 CONFIGURE_STATIC_ASSERT(0)
 
2670
 ; return 0; }
 
2671
 EOF
 
2672
-if { (eval echo configure:5545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2673
+if { (eval echo configure:5445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2674
   rm -rf conftest*
 
2675
   ac_cv_static_assertion_macros_work="no"
 
2676
 else
 
2677
   echo "configure: failed program was:" >&5
 
2678
   cat conftest.$ac_ext >&5
 
2679
 fi
 
2680
 rm -f conftest*
 
2681
   ac_ext=C
 
2682
@@ -5571,26 +5471,26 @@
2578
2683
 ac_ext=c
2579
2684
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2580
2685
 ac_cpp='$CPP $CPPFLAGS'
2583
2688
 cross_compiling=$ac_cv_prog_cc_cross
2584
2689
 
2585
2690
 echo $ac_n "checking for 64-bit OS""... $ac_c" 1>&6
2586
 
-echo "configure:5469: checking for 64-bit OS" >&5
2587
 
+echo "configure:5369: checking for 64-bit OS" >&5
2588
 
 if test "$cross_compiling" = yes; then
2589
 
   result="maybe" 
2590
 
 else
2591
 
   cat > conftest.$ac_ext <<EOF
2592
 
-#line 5474 "configure"
2593
 
+#line 5374 "configure"
 
2691
-echo "configure:5580: checking for 64-bit OS" >&5
 
2692
+echo "configure:5480: checking for 64-bit OS" >&5
 
2693
 cat > conftest.$ac_ext <<EOF
 
2694
-#line 5582 "configure"
 
2695
+#line 5482 "configure"
2594
2696
 #include "confdefs.h"
2595
 
  int main () {
2596
 
     if (sizeof(long) == 8) { return 0; } return 1; } 
 
2697
 $configure_static_assert_macros
 
2698
 int main() {
 
2699
 CONFIGURE_STATIC_ASSERT(sizeof(long) == 8)
 
2700
 ; return 0; }
2597
2701
 EOF
2598
 
-if { (eval echo configure:5479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2599
 
+if { (eval echo configure:5379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2600
 
 then
 
2702
-if { (eval echo configure:5589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2703
+if { (eval echo configure:5489: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2704
   rm -rf conftest*
2601
2705
   result="yes"
2602
2706
 else
2603
2707
   echo "configure: failed program was:" >&5
2604
2708
   cat conftest.$ac_ext >&5
2605
 
   rm -fr conftest*
 
2709
   rm -rf conftest*
2606
2710
   result="no"
2607
2711
 fi
2608
 
@@ -5630,28 +5530,28 @@
 
2712
@@ -5738,28 +5638,28 @@
2609
2713
             ac_ext=C
2610
2714
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2611
2715
 ac_cpp='$CXXCPP $CPPFLAGS'
2614
2718
 cross_compiling=$ac_cv_prog_cxx_cross
2615
2719
 
2616
2720
             echo $ac_n "checking for VisualAge C++ compiler version >= 5.0.2.0""... $ac_c" 1>&6
2617
 
-echo "configure:5639: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5
2618
 
+echo "configure:5539: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5
 
2721
-echo "configure:5747: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5
 
2722
+echo "configure:5647: checking for VisualAge C++ compiler version >= 5.0.2.0" >&5
2619
2723
             cat > conftest.$ac_ext <<EOF
2620
 
-#line 5641 "configure"
2621
 
+#line 5541 "configure"
 
2724
-#line 5749 "configure"
 
2725
+#line 5649 "configure"
2622
2726
 #include "confdefs.h"
2623
2727
 
2624
2728
 int main() {
2627
2731
                  #endif
2628
2732
 ; return 0; }
2629
2733
 EOF
2630
 
-if { (eval echo configure:5650: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2631
 
+if { (eval echo configure:5550: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2734
-if { (eval echo configure:5758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2735
+if { (eval echo configure:5658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2632
2736
   rm -rf conftest*
2633
2737
   _BAD_COMPILER=
2634
2738
 else
2637
2741
   rm -rf conftest*
2638
2742
   _BAD_COMPILER=1
2639
2743
 fi
2640
 
@@ -5679,27 +5579,27 @@
 
2744
@@ -5787,27 +5687,27 @@
2641
2745
         DLL_SUFFIX='_shr.a'
2642
2746
         ;;
2643
2747
     esac
2646
2750
 do
2647
2751
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
2648
2752
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
2649
 
-echo "configure:5688: checking for $ac_hdr" >&5
2650
 
+echo "configure:5588: checking for $ac_hdr" >&5
 
2753
-echo "configure:5796: checking for $ac_hdr" >&5
 
2754
+echo "configure:5696: checking for $ac_hdr" >&5
2651
2755
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
2652
2756
   echo $ac_n "(cached) $ac_c" 1>&6
2653
2757
 else
2654
2758
   cat > conftest.$ac_ext <<EOF
2655
 
-#line 5693 "configure"
2656
 
+#line 5593 "configure"
 
2759
-#line 5801 "configure"
 
2760
+#line 5701 "configure"
2657
2761
 #include "confdefs.h"
2658
2762
 #include <$ac_hdr>
2659
2763
 EOF
2660
2764
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2661
 
-{ (eval echo configure:5698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2662
 
+{ (eval echo configure:5598: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2765
-{ (eval echo configure:5806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2766
+{ (eval echo configure:5706: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2663
2767
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2664
2768
 if test -z "$ac_err"; then
2665
2769
   rm -rf conftest*
2668
2772
   echo "$ac_err" >&5
2669
2773
   echo "configure: failed program was:" >&5
2670
2774
   cat conftest.$ac_ext >&5
2671
 
@@ -5731,32 +5631,32 @@
 
2775
@@ -5839,32 +5739,32 @@
2672
2776
     no_x=yes
2673
2777
     MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_LDOPTS) -Wl,-h,$@ -o $@'
2674
2778
     _PLATFORM_DEFAULT_TOOLKIT="beos"
2677
2781
     LIBS="$LIBS -lbe"
2678
2782
     if test "$COMPILE_ENVIRONMENT"; then
2679
2783
         echo $ac_n "checking for main in -lbind""... $ac_c" 1>&6
2680
 
-echo "configure:5740: checking for main in -lbind" >&5
2681
 
+echo "configure:5640: checking for main in -lbind" >&5
 
2784
-echo "configure:5848: checking for main in -lbind" >&5
 
2785
+echo "configure:5748: checking for main in -lbind" >&5
2682
2786
 ac_lib_var=`echo bind'_'main | sed 'y%./+-%__p_%'`
2683
2787
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2684
2788
   echo $ac_n "(cached) $ac_c" 1>&6
2686
2790
   ac_save_LIBS="$LIBS"
2687
2791
 LIBS="-lbind  $LIBS"
2688
2792
 cat > conftest.$ac_ext <<EOF
2689
 
-#line 5748 "configure"
2690
 
+#line 5648 "configure"
 
2793
-#line 5856 "configure"
 
2794
+#line 5756 "configure"
2691
2795
 #include "confdefs.h"
2692
2796
 
2693
2797
 int main() {
2694
2798
 main()
2695
2799
 ; return 0; }
2696
2800
 EOF
2697
 
-if { (eval echo configure:5755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2698
 
+if { (eval echo configure:5655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2801
-if { (eval echo configure:5863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2802
+if { (eval echo configure:5763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2699
2803
   rm -rf conftest*
2700
2804
   eval "ac_cv_lib_$ac_lib_var=yes"
2701
2805
 else
2704
2808
   rm -rf conftest*
2705
2809
   eval "ac_cv_lib_$ac_lib_var=no"
2706
2810
 fi
2707
 
@@ -5767,32 +5667,32 @@
 
2811
@@ -5875,32 +5775,32 @@
2708
2812
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
2709
2813
   echo "$ac_t""yes" 1>&6
2710
2814
   LIBS="$LIBS -lbind"
2713
2817
 fi
2714
2818
 
2715
2819
         echo $ac_n "checking for main in -lzeta""... $ac_c" 1>&6
2716
 
-echo "configure:5776: checking for main in -lzeta" >&5
2717
 
+echo "configure:5676: checking for main in -lzeta" >&5
 
2820
-echo "configure:5884: checking for main in -lzeta" >&5
 
2821
+echo "configure:5784: checking for main in -lzeta" >&5
2718
2822
 ac_lib_var=`echo zeta'_'main | sed 'y%./+-%__p_%'`
2719
2823
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
2720
2824
   echo $ac_n "(cached) $ac_c" 1>&6
2722
2826
   ac_save_LIBS="$LIBS"
2723
2827
 LIBS="-lzeta  $LIBS"
2724
2828
 cat > conftest.$ac_ext <<EOF
2725
 
-#line 5784 "configure"
2726
 
+#line 5684 "configure"
 
2829
-#line 5892 "configure"
 
2830
+#line 5792 "configure"
2727
2831
 #include "confdefs.h"
2728
2832
 
2729
2833
 int main() {
2730
2834
 main()
2731
2835
 ; return 0; }
2732
2836
 EOF
2733
 
-if { (eval echo configure:5791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2734
 
+if { (eval echo configure:5691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2837
-if { (eval echo configure:5899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2838
+if { (eval echo configure:5799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2735
2839
   rm -rf conftest*
2736
2840
   eval "ac_cv_lib_$ac_lib_var=yes"
2737
2841
 else
2740
2844
   rm -rf conftest*
2741
2845
   eval "ac_cv_lib_$ac_lib_var=no"
2742
2846
 fi
2743
 
@@ -5846,28 +5746,28 @@
 
2847
@@ -5954,28 +5854,28 @@
2744
2848
     STRIP="$STRIP -x -S"
2745
2849
     _PLATFORM_DEFAULT_TOOLKIT='mac'
2746
2850
     MOZ_ENABLE_POSTSCRIPT=
2749
2853
     MACOSX=1
2750
2854
 
2751
2855
         echo $ac_n "checking for -dead_strip option to ld""... $ac_c" 1>&6
2752
 
-echo "configure:5855: checking for -dead_strip option to ld" >&5
2753
 
+echo "configure:5755: checking for -dead_strip option to ld" >&5
 
2856
-echo "configure:5963: checking for -dead_strip option to ld" >&5
 
2857
+echo "configure:5863: checking for -dead_strip option to ld" >&5
2754
2858
     _SAVE_LDFLAGS=$LDFLAGS
2755
2859
     LDFLAGS="$LDFLAGS -Wl,-dead_strip"
2756
2860
     cat > conftest.$ac_ext <<EOF
2757
 
-#line 5859 "configure"
2758
 
+#line 5759 "configure"
 
2861
-#line 5967 "configure"
 
2862
+#line 5867 "configure"
2759
2863
 #include "confdefs.h"
2760
2864
 
2761
2865
 int main() {
2762
2866
 return 0;
2763
2867
 ; return 0; }
2764
2868
 EOF
2765
 
-if { (eval echo configure:5866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2766
 
+if { (eval echo configure:5766: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2869
-if { (eval echo configure:5974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2870
+if { (eval echo configure:5874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2767
2871
   rm -rf conftest*
2768
2872
   _HAVE_DEAD_STRIP=1
2769
2873
 else
2772
2876
   rm -rf conftest*
2773
2877
   _HAVE_DEAD_STRIP=
2774
2878
 fi
2775
 
@@ -6725,24 +6625,24 @@
 
2879
@@ -6833,24 +6733,24 @@
2776
2880
 
2777
2881
        CFLAGS="$CFLAGS -xstrconst -xbuiltin=%all"
2778
2882
        CXXFLAGS="$CXXFLAGS -xbuiltin=%all -features=tmplife"
2781
2885
            _SAVE_LDFLAGS=$LDFLAGS
2782
2886
            LDFLAGS="-M /usr/lib/ld/map.noexstk $LDFLAGS" 
2783
2887
            cat > conftest.$ac_ext <<EOF
2784
 
-#line 6734 "configure"
2785
 
+#line 6634 "configure"
 
2888
-#line 6842 "configure"
 
2889
+#line 6742 "configure"
2786
2890
 #include "confdefs.h"
2787
2891
 #include <stdio.h>
2788
2892
 int main() {
2789
2893
 printf("Hello World\n");
2790
2894
 ; return 0; }
2791
2895
 EOF
2792
 
-if { (eval echo configure:6741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2793
 
+if { (eval echo configure:6641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2896
-if { (eval echo configure:6849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
2897
+if { (eval echo configure:6749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
2794
2898
   :
2795
2899
 else
2796
2900
   echo "configure: failed program was:" >&5
2799
2903
   LDFLAGS=$_SAVE_LDFLAGS
2800
2904
 fi
2801
2905
 rm -f conftest*
2802
 
@@ -6760,36 +6660,36 @@
 
2906
@@ -6868,36 +6768,36 @@
2803
2907
        AR_FLAGS='-o $@'
2804
2908
        AS='/usr/ccs/bin/as'
2805
2909
        ASFLAGS="$ASFLAGS -K PIC -L -P -D_ASM -D__STDC__=0"
2808
2912
         CC_VERSION=`$CC -V 2>&1 | grep '^cc:' 2>/dev/null | $AWK -F\: '{ print $2 }'`
2809
2913
         CXX_VERSION=`$CXX -V 2>&1 | grep '^CC:' 2>/dev/null | $AWK -F\: '{ print $2 }'`
2810
2914
        echo $ac_n "checking for Forte compiler version >= WS6U2""... $ac_c" 1>&6
2811
 
-echo "configure:6769: checking for Forte compiler version >= WS6U2" >&5
2812
 
+echo "configure:6669: checking for Forte compiler version >= WS6U2" >&5
 
2915
-echo "configure:6877: checking for Forte compiler version >= WS6U2" >&5
 
2916
+echo "configure:6777: checking for Forte compiler version >= WS6U2" >&5
2813
2917
        
2814
2918
        ac_ext=C
2815
2919
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2819
2923
 cross_compiling=$ac_cv_prog_cxx_cross
2820
2924
 
2821
2925
        cat > conftest.$ac_ext <<EOF
2822
 
-#line 6779 "configure"
2823
 
+#line 6679 "configure"
 
2926
-#line 6887 "configure"
 
2927
+#line 6787 "configure"
2824
2928
 #include "confdefs.h"
2825
2929
 
2826
2930
 int main() {
2829
2933
            #endif
2830
2934
 ; return 0; }
2831
2935
 EOF
2832
 
-if { (eval echo configure:6788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2833
 
+if { (eval echo configure:6688: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2936
-if { (eval echo configure:6896: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
2937
+if { (eval echo configure:6796: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2834
2938
   rm -rf conftest*
2835
2939
   _BAD_COMPILER=
2836
2940
 else
2839
2943
   rm -rf conftest*
2840
2944
   _BAD_COMPILER=1
2841
2945
 fi
2842
 
@@ -6908,17 +6808,17 @@
 
2946
@@ -7016,17 +6916,17 @@
2843
2947
          fi
2844
2948
         fi
2845
2949
         ;;
2848
2952
         ;;
2849
2953
     *-darwin*)
2850
2954
         echo $ac_n "checking for -exported_symbols_list option to ld""... $ac_c" 1>&6
2851
 
-echo "configure:6917: checking for -exported_symbols_list option to ld" >&5
2852
 
+echo "configure:6817: checking for -exported_symbols_list option to ld" >&5
 
2955
-echo "configure:7025: checking for -exported_symbols_list option to ld" >&5
 
2956
+echo "configure:6925: checking for -exported_symbols_list option to ld" >&5
2853
2957
         if eval "test \"`echo '$''{'ac_cv_exported_symbols_list'+set}'`\" = set"; then
2854
2958
   echo $ac_n "(cached) $ac_c" 1>&6
2855
2959
 else
2858
2962
              ac_cv_exported_symbols_list=true
2859
2963
            else
2860
2964
              ac_cv_exported_symbols_list=false
2861
 
@@ -6948,47 +6848,47 @@
 
2965
@@ -7056,47 +6956,47 @@
2862
2966
 ac_ext=c
2863
2967
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
2864
2968
 ac_cpp='$CPP $CPPFLAGS'
2867
2971
 cross_compiling=$ac_cv_prog_cc_cross
2868
2972
 
2869
2973
 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
2870
 
-echo "configure:6957: checking for ANSI C header files" >&5
2871
 
+echo "configure:6857: checking for ANSI C header files" >&5
 
2974
-echo "configure:7065: checking for ANSI C header files" >&5
 
2975
+echo "configure:6965: checking for ANSI C header files" >&5
2872
2976
 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
2873
2977
   echo $ac_n "(cached) $ac_c" 1>&6
2874
2978
 else
2875
2979
   cat > conftest.$ac_ext <<EOF
2876
 
-#line 6962 "configure"
2877
 
+#line 6862 "configure"
 
2980
-#line 7070 "configure"
 
2981
+#line 6970 "configure"
2878
2982
 #include "confdefs.h"
2879
2983
 #include <stdlib.h>
2880
2984
 #include <stdarg.h>
2882
2986
 #include <float.h>
2883
2987
 EOF
2884
2988
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
2885
 
-{ (eval echo configure:6970: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2886
 
+{ (eval echo configure:6870: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2989
-{ (eval echo configure:7078: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
2990
+{ (eval echo configure:6978: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
2887
2991
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
2888
2992
 if test -z "$ac_err"; then
2889
2993
   rm -rf conftest*
2900
3004
 if test $ac_cv_header_stdc = yes; then
2901
3005
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
2902
3006
 cat > conftest.$ac_ext <<EOF
2903
 
-#line 6987 "configure"
2904
 
+#line 6887 "configure"
 
3007
-#line 7095 "configure"
 
3008
+#line 6995 "configure"
2905
3009
 #include "confdefs.h"
2906
3010
 #include <string.h>
2907
3011
 EOF
2910
3014
   :
2911
3015
 else
2912
3016
   rm -rf conftest*
2913
 
@@ -6996,17 +6896,17 @@
 
3017
@@ -7104,17 +7004,17 @@
2914
3018
 fi
2915
3019
 rm -f conftest*
2916
3020
 
2919
3023
 if test $ac_cv_header_stdc = yes; then
2920
3024
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
2921
3025
 cat > conftest.$ac_ext <<EOF
2922
 
-#line 7005 "configure"
2923
 
+#line 6905 "configure"
 
3026
-#line 7113 "configure"
 
3027
+#line 7013 "configure"
2924
3028
 #include "confdefs.h"
2925
3029
 #include <stdlib.h>
2926
3030
 EOF
2929
3033
   :
2930
3034
 else
2931
3035
   rm -rf conftest*
2932
 
@@ -7017,28 +6917,28 @@
 
3036
@@ -7125,28 +7025,28 @@
2933
3037
 fi
2934
3038
 
2935
3039
 if test $ac_cv_header_stdc = yes; then
2938
3042
   :
2939
3043
 else
2940
3044
   cat > conftest.$ac_ext <<EOF
2941
 
-#line 7026 "configure"
2942
 
+#line 6926 "configure"
 
3045
-#line 7134 "configure"
 
3046
+#line 7034 "configure"
2943
3047
 #include "confdefs.h"
2944
3048
 #include <ctype.h>
2945
3049
 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
2950
3054
 exit (0); }
2951
3055
 
2952
3056
 EOF
2953
 
-if { (eval echo configure:7037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2954
 
+if { (eval echo configure:6937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
3057
-if { (eval echo configure:7145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
3058
+if { (eval echo configure:7045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
2955
3059
 then
2956
3060
   :
2957
3061
 else
2960
3064
   rm -fr conftest*
2961
3065
   ac_cv_header_stdc=no
2962
3066
 fi
2963
 
@@ -7052,22 +6952,22 @@
 
3067
@@ -7160,22 +7060,22 @@
2964
3068
 if test $ac_cv_header_stdc = yes; then
2965
3069
   cat >> confdefs.h <<\EOF
2966
3070
 #define STDC_HEADERS 1
2969
3073
 fi
2970
3074
 
2971
3075
 echo $ac_n "checking for working const""... $ac_c" 1>&6
2972
 
-echo "configure:7061: checking for working const" >&5
2973
 
+echo "configure:6961: checking for working const" >&5
 
3076
-echo "configure:7169: checking for working const" >&5
 
3077
+echo "configure:7069: checking for working const" >&5
2974
3078
 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
2975
3079
   echo $ac_n "(cached) $ac_c" 1>&6
2976
3080
 else
2977
3081
   cat > conftest.$ac_ext <<EOF
2978
 
-#line 7066 "configure"
2979
 
+#line 6966 "configure"
 
3082
-#line 7174 "configure"
 
3083
+#line 7074 "configure"
2980
3084
 #include "confdefs.h"
2981
3085
 
2982
3086
 int main() {
2985
3089
 typedef int charset[2]; const charset x;
2986
3090
 /* SunOS 4.1.1 cc rejects this.  */
2987
3091
 char const *const *ccp;
2988
 
@@ -7106,17 +7006,17 @@
 
3092
@@ -7214,17 +7114,17 @@
2989
3093
   struct s *b; b->j = 5;
2990
3094
 }
2991
3095
 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
2994
3098
 
2995
3099
 ; return 0; }
2996
3100
 EOF
2997
 
-if { (eval echo configure:7115: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2998
 
+if { (eval echo configure:7015: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3101
-if { (eval echo configure:7223: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3102
+if { (eval echo configure:7123: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
2999
3103
   rm -rf conftest*
3000
3104
   ac_cv_c_const=yes
3001
3105
 else
3004
3108
   rm -rf conftest*
3005
3109
   ac_cv_c_const=no
3006
3110
 fi
3007
 
@@ -7127,22 +7027,22 @@
 
3111
@@ -7235,22 +7135,22 @@
3008
3112
 if test $ac_cv_c_const = no; then
3009
3113
   cat >> confdefs.h <<\EOF
3010
3114
 #define const 
3013
3117
 fi
3014
3118
 
3015
3119
 echo $ac_n "checking for mode_t""... $ac_c" 1>&6
3016
 
-echo "configure:7136: checking for mode_t" >&5
3017
 
+echo "configure:7036: checking for mode_t" >&5
 
3120
-echo "configure:7244: checking for mode_t" >&5
 
3121
+echo "configure:7144: checking for mode_t" >&5
3018
3122
 if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
3019
3123
   echo $ac_n "(cached) $ac_c" 1>&6
3020
3124
 else
3021
3125
   cat > conftest.$ac_ext <<EOF
3022
 
-#line 7141 "configure"
3023
 
+#line 7041 "configure"
 
3126
-#line 7249 "configure"
 
3127
+#line 7149 "configure"
3024
3128
 #include "confdefs.h"
3025
3129
 #include <sys/types.h>
3026
3130
 #if STDC_HEADERS
3029
3133
 #endif
3030
3134
 EOF
3031
3135
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3032
 
@@ -7160,22 +7060,22 @@
 
3136
@@ -7268,22 +7168,22 @@
3033
3137
 if test $ac_cv_type_mode_t = no; then
3034
3138
   cat >> confdefs.h <<\EOF
3035
3139
 #define mode_t int
3038
3142
 fi
3039
3143
 
3040
3144
 echo $ac_n "checking for off_t""... $ac_c" 1>&6
3041
 
-echo "configure:7169: checking for off_t" >&5
3042
 
+echo "configure:7069: checking for off_t" >&5
 
3145
-echo "configure:7277: checking for off_t" >&5
 
3146
+echo "configure:7177: checking for off_t" >&5
3043
3147
 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
3044
3148
   echo $ac_n "(cached) $ac_c" 1>&6
3045
3149
 else
3046
3150
   cat > conftest.$ac_ext <<EOF
3047
 
-#line 7174 "configure"
3048
 
+#line 7074 "configure"
 
3151
-#line 7282 "configure"
 
3152
+#line 7182 "configure"
3049
3153
 #include "confdefs.h"
3050
3154
 #include <sys/types.h>
3051
3155
 #if STDC_HEADERS
3054
3158
 #endif
3055
3159
 EOF
3056
3160
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3057
 
@@ -7193,22 +7093,22 @@
 
3161
@@ -7301,22 +7201,22 @@
3058
3162
 if test $ac_cv_type_off_t = no; then
3059
3163
   cat >> confdefs.h <<\EOF
3060
3164
 #define off_t long
3063
3167
 fi
3064
3168
 
3065
3169
 echo $ac_n "checking for pid_t""... $ac_c" 1>&6
3066
 
-echo "configure:7202: checking for pid_t" >&5
3067
 
+echo "configure:7102: checking for pid_t" >&5
 
3170
-echo "configure:7310: checking for pid_t" >&5
 
3171
+echo "configure:7210: checking for pid_t" >&5
3068
3172
 if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
3069
3173
   echo $ac_n "(cached) $ac_c" 1>&6
3070
3174
 else
3071
3175
   cat > conftest.$ac_ext <<EOF
3072
 
-#line 7207 "configure"
3073
 
+#line 7107 "configure"
 
3176
-#line 7315 "configure"
 
3177
+#line 7215 "configure"
3074
3178
 #include "confdefs.h"
3075
3179
 #include <sys/types.h>
3076
3180
 #if STDC_HEADERS
3079
3183
 #endif
3080
3184
 EOF
3081
3185
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3082
 
@@ -7226,22 +7126,22 @@
 
3186
@@ -7334,22 +7234,22 @@
3083
3187
 if test $ac_cv_type_pid_t = no; then
3084
3188
   cat >> confdefs.h <<\EOF
3085
3189
 #define pid_t int
3088
3192
 fi
3089
3193
 
3090
3194
 echo $ac_n "checking for size_t""... $ac_c" 1>&6
3091
 
-echo "configure:7235: checking for size_t" >&5
3092
 
+echo "configure:7135: checking for size_t" >&5
 
3195
-echo "configure:7343: checking for size_t" >&5
 
3196
+echo "configure:7243: checking for size_t" >&5
3093
3197
 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
3094
3198
   echo $ac_n "(cached) $ac_c" 1>&6
3095
3199
 else
3096
3200
   cat > conftest.$ac_ext <<EOF
3097
 
-#line 7240 "configure"
3098
 
+#line 7140 "configure"
 
3201
-#line 7348 "configure"
 
3202
+#line 7248 "configure"
3099
3203
 #include "confdefs.h"
3100
3204
 #include <sys/types.h>
3101
3205
 #if STDC_HEADERS
3104
3208
 #endif
3105
3209
 EOF
3106
3210
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3107
 
@@ -7259,30 +7159,30 @@
 
3211
@@ -7367,30 +7267,30 @@
3108
3212
 if test $ac_cv_type_size_t = no; then
3109
3213
   cat >> confdefs.h <<\EOF
3110
3214
 #define size_t unsigned
3113
3217
 fi
3114
3218
 
3115
3219
 echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
3116
 
-echo "configure:7268: checking for st_blksize in struct stat" >&5
3117
 
+echo "configure:7168: checking for st_blksize in struct stat" >&5
 
3220
-echo "configure:7376: checking for st_blksize in struct stat" >&5
 
3221
+echo "configure:7276: checking for st_blksize in struct stat" >&5
3118
3222
 if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
3119
3223
   echo $ac_n "(cached) $ac_c" 1>&6
3120
3224
 else
3121
3225
   cat > conftest.$ac_ext <<EOF
3122
 
-#line 7273 "configure"
3123
 
+#line 7173 "configure"
 
3226
-#line 7381 "configure"
 
3227
+#line 7281 "configure"
3124
3228
 #include "confdefs.h"
3125
3229
 #include <sys/types.h>
3126
3230
 #include <sys/stat.h>
3128
3232
 struct stat s; s.st_blksize;
3129
3233
 ; return 0; }
3130
3234
 EOF
3131
 
-if { (eval echo configure:7281: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3132
 
+if { (eval echo configure:7181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3235
-if { (eval echo configure:7389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3236
+if { (eval echo configure:7289: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3133
3237
   rm -rf conftest*
3134
3238
   ac_cv_struct_st_blksize=yes
3135
3239
 else
3138
3242
   rm -rf conftest*
3139
3243
   ac_cv_struct_st_blksize=no
3140
3244
 fi
3141
 
@@ -7293,30 +7193,30 @@
 
3245
@@ -7401,30 +7301,30 @@
3142
3246
 if test $ac_cv_struct_st_blksize = yes; then
3143
3247
   cat >> confdefs.h <<\EOF
3144
3248
 #define HAVE_ST_BLKSIZE 1
3147
3251
 fi
3148
3252
 
3149
3253
 echo $ac_n "checking for siginfo_t""... $ac_c" 1>&6
3150
 
-echo "configure:7302: checking for siginfo_t" >&5
3151
 
+echo "configure:7202: checking for siginfo_t" >&5
 
3254
-echo "configure:7410: checking for siginfo_t" >&5
 
3255
+echo "configure:7310: checking for siginfo_t" >&5
3152
3256
 if eval "test \"`echo '$''{'ac_cv_siginfo_t'+set}'`\" = set"; then
3153
3257
   echo $ac_n "(cached) $ac_c" 1>&6
3154
3258
 else
3155
3259
   cat > conftest.$ac_ext <<EOF
3156
 
-#line 7307 "configure"
3157
 
+#line 7207 "configure"
 
3260
-#line 7415 "configure"
 
3261
+#line 7315 "configure"
3158
3262
 #include "confdefs.h"
3159
3263
 #define _POSIX_C_SOURCE 199506L
3160
3264
                   #include <signal.h>
3162
3266
 siginfo_t* info;
3163
3267
 ; return 0; }
3164
3268
 EOF
3165
 
-if { (eval echo configure:7315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3166
 
+if { (eval echo configure:7215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3269
-if { (eval echo configure:7423: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3270
+if { (eval echo configure:7323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3167
3271
   rm -rf conftest*
3168
3272
   ac_cv_siginfo_t=true
3169
3273
 else
3172
3276
   rm -rf conftest*
3173
3277
   ac_cv_siginfo_t=false
3174
3278
 fi
3175
 
@@ -7340,30 +7240,30 @@
 
3279
@@ -7448,30 +7348,30 @@
3176
3280
 
3177
3281
    cat >> confdefs.h <<\EOF
3178
3282
 #define __off_t 1
3181
3285
 fi
3182
3286
 
3183
3287
 echo $ac_n "checking for int16_t""... $ac_c" 1>&6
3184
 
-echo "configure:7349: checking for int16_t" >&5
3185
 
+echo "configure:7249: checking for int16_t" >&5
 
3288
-echo "configure:7457: checking for int16_t" >&5
 
3289
+echo "configure:7357: checking for int16_t" >&5
3186
3290
 if eval "test \"`echo '$''{'ac_cv_int16_t'+set}'`\" = set"; then
3187
3291
   echo $ac_n "(cached) $ac_c" 1>&6
3188
3292
 else
3189
3293
   cat > conftest.$ac_ext <<EOF
3190
 
-#line 7354 "configure"
3191
 
+#line 7254 "configure"
 
3294
-#line 7462 "configure"
 
3295
+#line 7362 "configure"
3192
3296
 #include "confdefs.h"
3193
3297
 #include <stdio.h>
3194
3298
                   #include <sys/types.h>
3196
3300
 int16_t foo = 0;
3197
3301
 ; return 0; }
3198
3302
 EOF
3199
 
-if { (eval echo configure:7362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3200
 
+if { (eval echo configure:7262: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3303
-if { (eval echo configure:7470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3304
+if { (eval echo configure:7370: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3201
3305
   rm -rf conftest*
3202
3306
   ac_cv_int16_t=true
3203
3307
 else
3206
3310
   rm -rf conftest*
3207
3311
   ac_cv_int16_t=false
3208
3312
 fi
3209
 
@@ -7375,30 +7275,30 @@
 
3313
@@ -7483,30 +7383,30 @@
3210
3314
 #define HAVE_INT16_T 1
3211
3315
 EOF
3212
3316
 
3215
3319
   echo "$ac_t""no" 1>&6
3216
3320
 fi
3217
3321
 echo $ac_n "checking for int32_t""... $ac_c" 1>&6
3218
 
-echo "configure:7384: checking for int32_t" >&5
3219
 
+echo "configure:7284: checking for int32_t" >&5
 
3322
-echo "configure:7492: checking for int32_t" >&5
 
3323
+echo "configure:7392: checking for int32_t" >&5
3220
3324
 if eval "test \"`echo '$''{'ac_cv_int32_t'+set}'`\" = set"; then
3221
3325
   echo $ac_n "(cached) $ac_c" 1>&6
3222
3326
 else
3223
3327
   cat > conftest.$ac_ext <<EOF
3224
 
-#line 7389 "configure"
3225
 
+#line 7289 "configure"
 
3328
-#line 7497 "configure"
 
3329
+#line 7397 "configure"
3226
3330
 #include "confdefs.h"
3227
3331
 #include <stdio.h>
3228
3332
                   #include <sys/types.h>
3230
3334
 int32_t foo = 0;
3231
3335
 ; return 0; }
3232
3336
 EOF
3233
 
-if { (eval echo configure:7397: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3234
 
+if { (eval echo configure:7297: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3337
-if { (eval echo configure:7505: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3338
+if { (eval echo configure:7405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3235
3339
   rm -rf conftest*
3236
3340
   ac_cv_int32_t=true
3237
3341
 else
3240
3344
   rm -rf conftest*
3241
3345
   ac_cv_int32_t=false
3242
3346
 fi
3243
 
@@ -7410,30 +7310,30 @@
 
3347
@@ -7518,30 +7418,30 @@
3244
3348
 #define HAVE_INT32_T 1
3245
3349
 EOF
3246
3350
 
3249
3353
   echo "$ac_t""no" 1>&6
3250
3354
 fi
3251
3355
 echo $ac_n "checking for int64_t""... $ac_c" 1>&6
3252
 
-echo "configure:7419: checking for int64_t" >&5
3253
 
+echo "configure:7319: checking for int64_t" >&5
 
3356
-echo "configure:7527: checking for int64_t" >&5
 
3357
+echo "configure:7427: checking for int64_t" >&5
3254
3358
 if eval "test \"`echo '$''{'ac_cv_int64_t'+set}'`\" = set"; then
3255
3359
   echo $ac_n "(cached) $ac_c" 1>&6
3256
3360
 else
3257
3361
   cat > conftest.$ac_ext <<EOF
3258
 
-#line 7424 "configure"
3259
 
+#line 7324 "configure"
 
3362
-#line 7532 "configure"
 
3363
+#line 7432 "configure"
3260
3364
 #include "confdefs.h"
3261
3365
 #include <stdio.h>
3262
3366
                   #include <sys/types.h>
3264
3368
 int64_t foo = 0;
3265
3369
 ; return 0; }
3266
3370
 EOF
3267
 
-if { (eval echo configure:7432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3268
 
+if { (eval echo configure:7332: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3371
-if { (eval echo configure:7540: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3372
+if { (eval echo configure:7440: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3269
3373
   rm -rf conftest*
3270
3374
   ac_cv_int64_t=true
3271
3375
 else
3274
3378
   rm -rf conftest*
3275
3379
   ac_cv_int64_t=false
3276
3380
 fi
3277
 
@@ -7445,30 +7345,30 @@
 
3381
@@ -7553,30 +7453,30 @@
3278
3382
 #define HAVE_INT64_T 1
3279
3383
 EOF
3280
3384
 
3283
3387
   echo "$ac_t""no" 1>&6
3284
3388
 fi
3285
3389
 echo $ac_n "checking for int64""... $ac_c" 1>&6
3286
 
-echo "configure:7454: checking for int64" >&5
3287
 
+echo "configure:7354: checking for int64" >&5
 
3390
-echo "configure:7562: checking for int64" >&5
 
3391
+echo "configure:7462: checking for int64" >&5
3288
3392
 if eval "test \"`echo '$''{'ac_cv_int64'+set}'`\" = set"; then
3289
3393
   echo $ac_n "(cached) $ac_c" 1>&6
3290
3394
 else
3291
3395
   cat > conftest.$ac_ext <<EOF
3292
 
-#line 7459 "configure"
3293
 
+#line 7359 "configure"
 
3396
-#line 7567 "configure"
 
3397
+#line 7467 "configure"
3294
3398
 #include "confdefs.h"
3295
3399
 #include <stdio.h>
3296
3400
                   #include <sys/types.h>
3298
3402
 int64 foo = 0;
3299
3403
 ; return 0; }
3300
3404
 EOF
3301
 
-if { (eval echo configure:7467: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3302
 
+if { (eval echo configure:7367: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3405
-if { (eval echo configure:7575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3406
+if { (eval echo configure:7475: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3303
3407
   rm -rf conftest*
3304
3408
   ac_cv_int64=true
3305
3409
 else
3308
3412
   rm -rf conftest*
3309
3413
   ac_cv_int64=false
3310
3414
 fi
3311
 
@@ -7480,30 +7380,30 @@
 
3415
@@ -7588,30 +7488,30 @@
3312
3416
 #define HAVE_INT64 1
3313
3417
 EOF
3314
3418
 
3317
3421
   echo "$ac_t""no" 1>&6
3318
3422
 fi
3319
3423
 echo $ac_n "checking for uint""... $ac_c" 1>&6
3320
 
-echo "configure:7489: checking for uint" >&5
3321
 
+echo "configure:7389: checking for uint" >&5
 
3424
-echo "configure:7597: checking for uint" >&5
 
3425
+echo "configure:7497: checking for uint" >&5
3322
3426
 if eval "test \"`echo '$''{'ac_cv_uint'+set}'`\" = set"; then
3323
3427
   echo $ac_n "(cached) $ac_c" 1>&6
3324
3428
 else
3325
3429
   cat > conftest.$ac_ext <<EOF
3326
 
-#line 7494 "configure"
3327
 
+#line 7394 "configure"
 
3430
-#line 7602 "configure"
 
3431
+#line 7502 "configure"
3328
3432
 #include "confdefs.h"
3329
3433
 #include <stdio.h>
3330
3434
                   #include <sys/types.h>
3332
3436
 uint foo = 0;
3333
3437
 ; return 0; }
3334
3438
 EOF
3335
 
-if { (eval echo configure:7502: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3336
 
+if { (eval echo configure:7402: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3439
-if { (eval echo configure:7610: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3440
+if { (eval echo configure:7510: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3337
3441
   rm -rf conftest*
3338
3442
   ac_cv_uint=true
3339
3443
 else
3342
3446
   rm -rf conftest*
3343
3447
   ac_cv_uint=false
3344
3448
 fi
3345
 
@@ -7515,30 +7415,30 @@
 
3449
@@ -7623,30 +7523,30 @@
3346
3450
 #define HAVE_UINT 1
3347
3451
 EOF
3348
3452
 
3351
3455
   echo "$ac_t""no" 1>&6
3352
3456
 fi
3353
3457
 echo $ac_n "checking for uint_t""... $ac_c" 1>&6
3354
 
-echo "configure:7524: checking for uint_t" >&5
3355
 
+echo "configure:7424: checking for uint_t" >&5
 
3458
-echo "configure:7632: checking for uint_t" >&5
 
3459
+echo "configure:7532: checking for uint_t" >&5
3356
3460
 if eval "test \"`echo '$''{'ac_cv_uint_t'+set}'`\" = set"; then
3357
3461
   echo $ac_n "(cached) $ac_c" 1>&6
3358
3462
 else
3359
3463
   cat > conftest.$ac_ext <<EOF
3360
 
-#line 7529 "configure"
3361
 
+#line 7429 "configure"
 
3464
-#line 7637 "configure"
 
3465
+#line 7537 "configure"
3362
3466
 #include "confdefs.h"
3363
3467
 #include <stdio.h>
3364
3468
                   #include <sys/types.h>
3366
3470
 uint_t foo = 0;
3367
3471
 ; return 0; }
3368
3472
 EOF
3369
 
-if { (eval echo configure:7537: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3370
 
+if { (eval echo configure:7437: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3473
-if { (eval echo configure:7645: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3474
+if { (eval echo configure:7545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3371
3475
   rm -rf conftest*
3372
3476
   ac_cv_uint_t=true
3373
3477
 else
3376
3480
   rm -rf conftest*
3377
3481
   ac_cv_uint_t=false
3378
3482
 fi
3379
 
@@ -7550,30 +7450,30 @@
 
3483
@@ -7658,30 +7558,30 @@
3380
3484
 #define HAVE_UINT_T 1
3381
3485
 EOF
3382
3486
 
3385
3489
   echo "$ac_t""no" 1>&6
3386
3490
 fi
3387
3491
 echo $ac_n "checking for uint16_t""... $ac_c" 1>&6
3388
 
-echo "configure:7559: checking for uint16_t" >&5
3389
 
+echo "configure:7459: checking for uint16_t" >&5
 
3492
-echo "configure:7667: checking for uint16_t" >&5
 
3493
+echo "configure:7567: checking for uint16_t" >&5
3390
3494
 if eval "test \"`echo '$''{'ac_cv_uint16_t'+set}'`\" = set"; then
3391
3495
   echo $ac_n "(cached) $ac_c" 1>&6
3392
3496
 else
3393
3497
   cat > conftest.$ac_ext <<EOF
3394
 
-#line 7564 "configure"
3395
 
+#line 7464 "configure"
 
3498
-#line 7672 "configure"
 
3499
+#line 7572 "configure"
3396
3500
 #include "confdefs.h"
3397
3501
 #include <stdio.h>
3398
3502
                   #include <sys/types.h>
3400
3504
 uint16_t foo = 0;
3401
3505
 ; return 0; }
3402
3506
 EOF
3403
 
-if { (eval echo configure:7572: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3404
 
+if { (eval echo configure:7472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3507
-if { (eval echo configure:7680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3508
+if { (eval echo configure:7580: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3405
3509
   rm -rf conftest*
3406
3510
   ac_cv_uint16_t=true
3407
3511
 else
3410
3514
   rm -rf conftest*
3411
3515
   ac_cv_uint16_t=false
3412
3516
 fi
3413
 
@@ -7594,30 +7494,30 @@
 
3517
@@ -7702,30 +7602,30 @@
3414
3518
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
3415
3519
 ac_cpp='$CXXCPP $CPPFLAGS'
3416
3520
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3419
3523
 
3420
3524
 
3421
3525
 echo $ac_n "checking for uname.domainname""... $ac_c" 1>&6
3422
 
-echo "configure:7603: checking for uname.domainname" >&5
3423
 
+echo "configure:7503: checking for uname.domainname" >&5
 
3526
-echo "configure:7711: checking for uname.domainname" >&5
 
3527
+echo "configure:7611: checking for uname.domainname" >&5
3424
3528
 if eval "test \"`echo '$''{'ac_cv_have_uname_domainname_field'+set}'`\" = set"; then
3425
3529
   echo $ac_n "(cached) $ac_c" 1>&6
3426
3530
 else
3427
3531
   cat > conftest.$ac_ext <<EOF
3428
 
-#line 7608 "configure"
3429
 
+#line 7508 "configure"
 
3532
-#line 7716 "configure"
 
3533
+#line 7616 "configure"
3430
3534
 #include "confdefs.h"
3431
3535
 #include <sys/utsname.h>
3432
3536
 int main() {
3434
3538
             (void)uname(res);  if (res != 0) { domain = res->domainname; } 
3435
3539
 ; return 0; }
3436
3540
 EOF
3437
 
-if { (eval echo configure:7616: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3438
 
+if { (eval echo configure:7516: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3541
-if { (eval echo configure:7724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3542
+if { (eval echo configure:7624: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3439
3543
   rm -rf conftest*
3440
3544
   ac_cv_have_uname_domainname_field=true
3441
3545
 else
3444
3548
   rm -rf conftest*
3445
3549
   ac_cv_have_uname_domainname_field=false
3446
3550
 fi
3447
 
@@ -7631,30 +7531,30 @@
 
3551
@@ -7739,30 +7639,30 @@
3448
3552
 EOF
3449
3553
 
3450
3554
     echo "$ac_t""yes" 1>&6
3453
3557
 fi
3454
3558
 
3455
3559
 echo $ac_n "checking for uname.__domainname""... $ac_c" 1>&6
3456
 
-echo "configure:7640: checking for uname.__domainname" >&5
3457
 
+echo "configure:7540: checking for uname.__domainname" >&5
 
3560
-echo "configure:7748: checking for uname.__domainname" >&5
 
3561
+echo "configure:7648: checking for uname.__domainname" >&5
3458
3562
 if eval "test \"`echo '$''{'ac_cv_have_uname_us_domainname_field'+set}'`\" = set"; then
3459
3563
   echo $ac_n "(cached) $ac_c" 1>&6
3460
3564
 else
3461
3565
   cat > conftest.$ac_ext <<EOF
3462
 
-#line 7645 "configure"
3463
 
+#line 7545 "configure"
 
3566
-#line 7753 "configure"
 
3567
+#line 7653 "configure"
3464
3568
 #include "confdefs.h"
3465
3569
 #include <sys/utsname.h>
3466
3570
 int main() {
3468
3572
             (void)uname(res);  if (res != 0) { domain = res->__domainname; } 
3469
3573
 ; return 0; }
3470
3574
 EOF
3471
 
-if { (eval echo configure:7653: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3472
 
+if { (eval echo configure:7553: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3575
-if { (eval echo configure:7761: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3576
+if { (eval echo configure:7661: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3473
3577
   rm -rf conftest*
3474
3578
   ac_cv_have_uname_us_domainname_field=true
3475
3579
 else
3478
3582
   rm -rf conftest*
3479
3583
   ac_cv_have_uname_us_domainname_field=false
3480
3584
 fi
3481
 
@@ -7677,32 +7577,32 @@
 
3585
@@ -7785,31 +7685,31 @@
3482
3586
 ac_cpp='$CPP $CPPFLAGS'
3483
3587
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3484
3588
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3487
3591
 
3488
3592
 
3489
3593
 echo $ac_n "checking for usable wchar_t (2 bytes, unsigned)""... $ac_c" 1>&6
3490
 
-echo "configure:7686: checking for usable wchar_t (2 bytes, unsigned)" >&5
3491
 
+echo "configure:7586: checking for usable wchar_t (2 bytes, unsigned)" >&5
3492
 
 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar'+set}'`\" = set"; then
 
3594
-echo "configure:7794: checking for usable wchar_t (2 bytes, unsigned)" >&5
 
3595
+echo "configure:7694: checking for usable wchar_t (2 bytes, unsigned)" >&5
 
3596
 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar_v2'+set}'`\" = set"; then
3493
3597
   echo $ac_n "(cached) $ac_c" 1>&6
3494
3598
 else
3495
 
   if test "$cross_compiling" = yes; then
3496
 
   ac_cv_have_usable_wchar="maybe"
3497
 
 else
3498
3599
   cat > conftest.$ac_ext <<EOF
3499
 
-#line 7694 "configure"
3500
 
+#line 7594 "configure"
 
3600
-#line 7799 "configure"
 
3601
+#line 7699 "configure"
3501
3602
 #include "confdefs.h"
3502
3603
 #include <stddef.h>
3503
 
                  int main () {
3504
 
                    return (sizeof(wchar_t) != 2) ||
3505
 
                           (wchar_t)-1 < (wchar_t) 0 ; } 
 
3604
                      $configure_static_assert_macros
 
3605
 int main() {
 
3606
 CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2);
 
3607
                      CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0)
 
3608
 ; return 0; }
3506
3609
 EOF
3507
 
-if { (eval echo configure:7701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3508
 
+if { (eval echo configure:7601: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3509
 
 then
3510
 
   ac_cv_have_usable_wchar="yes"
 
3610
-if { (eval echo configure:7808: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3611
+if { (eval echo configure:7708: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3612
   rm -rf conftest*
 
3613
   ac_cv_have_usable_wchar_v2="yes"
3511
3614
 else
3512
3615
   echo "configure: failed program was:" >&5
3513
3616
   cat conftest.$ac_ext >&5
3514
 
   rm -fr conftest*
3515
 
   ac_cv_have_usable_wchar="no"
 
3617
   rm -rf conftest*
 
3618
   ac_cv_have_usable_wchar_v2="no"
3516
3619
 fi
3517
 
@@ -7727,32 +7627,35 @@
 
3620
@@ -7832,31 +7732,31 @@
3518
3621
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3519
3622
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3520
3623
 cross_compiling=$ac_cv_prog_cxx_cross
3523
3626
     CXXFLAGS="$CXXFLAGS -fshort-wchar"
3524
3627
 
3525
3628
     echo $ac_n "checking for compiler -fshort-wchar option""... $ac_c" 1>&6
3526
 
-echo "configure:7736: checking for compiler -fshort-wchar option" >&5
3527
 
+echo "configure:7636: checking for compiler -fshort-wchar option" >&5
3528
 
 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar_option'+set}'`\" = set"; then
 
3629
-echo "configure:7841: checking for compiler -fshort-wchar option" >&5
 
3630
+echo "configure:7741: checking for compiler -fshort-wchar option" >&5
 
3631
 if eval "test \"`echo '$''{'ac_cv_have_usable_wchar_option_v2'+set}'`\" = set"; then
3529
3632
   echo $ac_n "(cached) $ac_c" 1>&6
3530
3633
 else
3531
 
   if test "$cross_compiling" = yes; then
3532
 
   ac_cv_have_usable_wchar_option="maybe"
3533
 
 else
3534
3634
   cat > conftest.$ac_ext <<EOF
3535
 
-#line 7744 "configure"
3536
 
+#line 7644 "configure"
 
3635
-#line 7846 "configure"
 
3636
+#line 7746 "configure"
3537
3637
 #include "confdefs.h"
3538
 
+#ifdef __cplusplus
3539
 
+extern "C" void exit(int);
3540
 
+#endif
3541
3638
 #include <stddef.h>
3542
 
                      int main () {
3543
 
                        return (sizeof(wchar_t) != 2) ||
3544
 
                               (wchar_t)-1 < (wchar_t) 0 ; } 
 
3639
                          $configure_static_assert_macros
 
3640
 int main() {
 
3641
 CONFIGURE_STATIC_ASSERT(sizeof(wchar_t) == 2);
 
3642
                          CONFIGURE_STATIC_ASSERT((wchar_t)-1 > (wchar_t) 0)
 
3643
 ; return 0; }
3545
3644
 EOF
3546
 
-if { (eval echo configure:7751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3547
 
+if { (eval echo configure:7654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
3548
 
 then
3549
 
   ac_cv_have_usable_wchar_option="yes"
 
3645
-if { (eval echo configure:7855: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3646
+if { (eval echo configure:7755: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3647
   rm -rf conftest*
 
3648
   ac_cv_have_usable_wchar_option_v2="yes"
3550
3649
 else
3551
3650
   echo "configure: failed program was:" >&5
3552
3651
   cat conftest.$ac_ext >&5
3553
 
   rm -fr conftest*
3554
 
   ac_cv_have_usable_wchar_option="no"
 
3652
   rm -rf conftest*
 
3653
   ac_cv_have_usable_wchar_option_v2="no"
3555
3654
 fi
3556
 
@@ -7778,116 +7681,149 @@
 
3655
@@ -7880,17 +7780,17 @@
3557
3656
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
3558
3657
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
3559
3658
 cross_compiling=$ac_cv_prog_cc_cross
3562
3661
 
3563
3662
 if test "$GNU_CC"; then
3564
3663
   echo $ac_n "checking for visibility(hidden) attribute""... $ac_c" 1>&6
3565
 
-echo "configure:7787: checking for visibility(hidden) attribute" >&5
3566
 
+echo "configure:7690: checking for visibility(hidden) attribute" >&5
 
3664
-echo "configure:7889: checking for visibility(hidden) attribute" >&5
 
3665
+echo "configure:7789: checking for visibility(hidden) attribute" >&5
3567
3666
 if eval "test \"`echo '$''{'ac_cv_visibility_hidden'+set}'`\" = set"; then
3568
3667
   echo $ac_n "(cached) $ac_c" 1>&6
3569
3668
 else
3572
3671
 EOF
3573
3672
                   ac_cv_visibility_hidden=no
3574
3673
                   if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
3575
 
-                    if grep '\.hidden.*foo' conftest.s >/dev/null; then
3576
 
+                    if egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then
3577
 
                       ac_cv_visibility_hidden=yes
3578
 
                     fi
3579
 
                   fi
3580
 
                   rm -f conftest.cs
3581
 
                  
3582
 
 fi
3583
 
 
 
3674
@@ -7905,17 +7805,17 @@
3584
3675
 echo "$ac_t""$ac_cv_visibility_hidden" 1>&6
3585
3676
   if test "$ac_cv_visibility_hidden" = "yes"; then
3586
3677
     cat >> confdefs.h <<\EOF
3589
3680
 
3590
3681
 
3591
3682
     echo $ac_n "checking for visibility(default) attribute""... $ac_c" 1>&6
3592
 
-echo "configure:7812: checking for visibility(default) attribute" >&5
3593
 
+echo "configure:7715: checking for visibility(default) attribute" >&5
 
3683
-echo "configure:7914: checking for visibility(default) attribute" >&5
 
3684
+echo "configure:7814: checking for visibility(default) attribute" >&5
3594
3685
 if eval "test \"`echo '$''{'ac_cv_visibility_default'+set}'`\" = set"; then
3595
3686
   echo $ac_n "(cached) $ac_c" 1>&6
3596
3687
 else
3599
3690
 EOF
3600
3691
                     ac_cv_visibility_default=no
3601
3692
                     if ${CC-cc} -fvisibility=hidden -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
3602
 
-                      if ! grep '\.hidden.*foo' conftest.s >/dev/null; then
3603
 
+                      if ! egrep '\.(hidden|private_extern).*foo' conftest.s >/dev/null; then
3604
 
                         ac_cv_visibility_default=yes
3605
 
                       fi
3606
 
                     fi
3607
 
                     rm -f conftest.cs
3608
 
                    
3609
 
 fi
3610
 
 
 
3693
@@ -7930,17 +7830,17 @@
3611
3694
 echo "$ac_t""$ac_cv_visibility_default" 1>&6
3612
3695
     if test "$ac_cv_visibility_default" = "yes"; then
3613
3696
       cat >> confdefs.h <<\EOF
3616
3699
 
3617
3700
 
3618
3701
       echo $ac_n "checking for visibility pragma support""... $ac_c" 1>&6
3619
 
-echo "configure:7837: checking for visibility pragma support" >&5
3620
 
+echo "configure:7740: checking for visibility pragma support" >&5
 
3702
-echo "configure:7939: checking for visibility pragma support" >&5
 
3703
+echo "configure:7839: checking for visibility pragma support" >&5
3621
3704
 if eval "test \"`echo '$''{'ac_cv_visibility_pragma'+set}'`\" = set"; then
3622
3705
   echo $ac_n "(cached) $ac_c" 1>&6
3623
3706
 else
3626
3709
                       int foo_hidden = 1;
3627
3710
 #pragma GCC visibility push(default)
3628
3711
                       int foo_default = 1;
3629
 
 EOF
3630
 
                       ac_cv_visibility_pragma=no
3631
 
                       if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
3632
 
-                        if grep '\.hidden.*foo_hidden' conftest.s >/dev/null; then
3633
 
-                          if ! grep '\.hidden.*foo_default' conftest.s > /dev/null; then
3634
 
+                        if egrep '\.(hidden|extern_private).*foo_hidden' conftest.s >/dev/null; then
3635
 
+                          if ! egrep '\.(hidden|extern_private).*foo_default' conftest.s > /dev/null; then
3636
 
                             ac_cv_visibility_pragma=yes
3637
 
                           fi
3638
 
                         fi
 
3712
@@ -7955,17 +7855,17 @@
3639
3713
                       fi
3640
3714
                       rm -f conftest.cs
3641
3715
                     
3643
3717
 
3644
3718
 echo "$ac_t""$ac_cv_visibility_pragma" 1>&6
3645
3719
       if test "$ac_cv_visibility_pragma" = "yes"; then
3646
 
+        echo $ac_n "checking For gcc visibility bug with class-level attributes (GCC bug 26905)""... $ac_c" 1>&6
3647
 
+echo "configure:7765: checking For gcc visibility bug with class-level attributes (GCC bug 26905)" >&5
3648
 
+if eval "test \"`echo '$''{'ac_cv_have_visibility_class_bug'+set}'`\" = set"; then
3649
 
+  echo $ac_n "(cached) $ac_c" 1>&6
3650
 
+else
3651
 
+  cat > conftest.c <<EOF
3652
 
+#pragma GCC visibility push(hidden)
3653
 
+struct __attribute__ ((visibility ("default"))) TestStruct {
3654
 
+  static void Init();
3655
 
+};
3656
 
+__attribute__ ((visibility ("default"))) void TestFunc() {
3657
 
+  TestStruct::Init();
3658
 
+}
3659
 
+EOF
3660
 
+                       ac_cv_have_visibility_class_bug=no
3661
 
+                       if ! ${CXX-g++} ${CXXFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -S -o conftest.S conftest.c > /dev/null 2>&1 ; then
3662
 
+                         ac_cv_have_visibility_class_bug=yes
3663
 
+                       else
3664
 
+                         if test `grep -c "@PLT" conftest.S` = 0; then
3665
 
+                           ac_cv_have_visibility_class_bug=yes
3666
 
+                         fi
3667
 
+                       fi
3668
 
+                       rm -rf conftest.{c,S}
3669
 
+                       
3670
 
+fi
3671
 
+
3672
 
+echo "$ac_t""$ac_cv_have_visibility_class_bug" 1>&6
3673
 
+
 
3720
         echo $ac_n "checking For gcc visibility bug with class-level attributes (GCC bug 26905)""... $ac_c" 1>&6
 
3721
-echo "configure:7964: checking For gcc visibility bug with class-level attributes (GCC bug 26905)" >&5
 
3722
+echo "configure:7864: checking For gcc visibility bug with class-level attributes (GCC bug 26905)" >&5
 
3723
 if eval "test \"`echo '$''{'ac_cv_have_visibility_class_bug'+set}'`\" = set"; then
 
3724
   echo $ac_n "(cached) $ac_c" 1>&6
 
3725
 else
 
3726
   cat > conftest.c <<EOF
 
3727
 #pragma GCC visibility push(hidden)
 
3728
 struct __attribute__ ((visibility ("default"))) TestStruct {
 
3729
   static void Init();
 
3730
 };
 
3731
@@ -7983,17 +7883,17 @@
 
3732
                        fi
 
3733
                        rm -rf conftest.{c,S}
 
3734
                        
 
3735
 fi
 
3736
 
 
3737
 echo "$ac_t""$ac_cv_have_visibility_class_bug" 1>&6
 
3738
 
3674
3739
         echo $ac_n "checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)""... $ac_c" 1>&6
3675
 
-echo "configure:7862: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5
3676
 
+echo "configure:7793: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5
 
3740
-echo "configure:7992: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5
 
3741
+echo "configure:7892: checking For x86_64 gcc visibility bug with builtins (GCC bug 20297)" >&5
3677
3742
 if eval "test \"`echo '$''{'ac_cv_have_visibility_builtin_bug'+set}'`\" = set"; then
3678
3743
   echo $ac_n "(cached) $ac_c" 1>&6
3679
3744
 else
3682
3747
 #pragma GCC visibility push(default)
3683
3748
 #include <string.h>
3684
3749
 #pragma GCC visibility pop
3685
 
 
3686
 
 __attribute__ ((visibility ("default"))) void Func() {
3687
 
   char c[100];
3688
 
   memset(c, 0, sizeof(c));
3689
 
 }
3690
 
 EOF
3691
 
                        ac_cv_have_visibility_builtin_bug=no
3692
 
-                       if ! ${CC-cc} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -o conftest.so conftest.c >/dev/null 2>&1; then
3693
 
+                       if ! ${CC-cc} ${CFLAGS} ${DSO_PIC_CFLAGS} ${DSO_LDOPTS} -O2 -S -o conftest.S conftest.c > /dev/null 2>&1 ; then
3694
 
                          ac_cv_have_visibility_builtin_bug=yes
3695
 
+                       else
3696
 
+                         if test `grep -c "@PLT" conftest.S` = 0; then
3697
 
+                           ac_cv_visibility_builtin_bug=yes
3698
 
+                         fi
3699
 
                        fi
3700
 
-                       rm -f conftest.{c,so}
3701
 
+                       rm -f conftest.{c,S}
3702
 
                        
3703
 
 fi
3704
 
 
3705
 
 echo "$ac_t""$ac_cv_have_visibility_builtin_bug" 1>&6
3706
 
-        if test "$ac_cv_have_visibility_builtin_bug" = "no"; then
3707
 
+        if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \
3708
 
+                "$ac_cv_have_visibility_class_bug" = "no"; then
3709
 
           VISIBILITY_FLAGS='-I$(DIST)/include/system_wrappers -include $(topsrcdir)/config/gcc_hidden.h'
3710
 
           WRAP_SYSTEM_INCLUDES=1
3711
 
         else
3712
 
           VISIBILITY_FLAGS='-fvisibility=hidden'
3713
 
         fi # have visibility pragma bug
3714
 
       fi   # have visibility pragma
3715
 
     fi     # have visibility(default) attribute
3716
 
   fi       # have visibility(hidden) attribute
3717
 
@@ -7896,30 +7832,30 @@
 
3750
@@ -8031,30 +7931,30 @@
3718
3751
 
3719
3752
 
3720
3753
 
3723
3756
 do
3724
3757
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3725
3758
 echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
3726
 
-echo "configure:7905: checking for $ac_hdr that defines DIR" >&5
3727
 
+echo "configure:7841: checking for $ac_hdr that defines DIR" >&5
 
3759
-echo "configure:8040: checking for $ac_hdr that defines DIR" >&5
 
3760
+echo "configure:7940: checking for $ac_hdr that defines DIR" >&5
3728
3761
 if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
3729
3762
   echo $ac_n "(cached) $ac_c" 1>&6
3730
3763
 else
3731
3764
   cat > conftest.$ac_ext <<EOF
3732
 
-#line 7910 "configure"
3733
 
+#line 7846 "configure"
 
3765
-#line 8045 "configure"
 
3766
+#line 7945 "configure"
3734
3767
 #include "confdefs.h"
3735
3768
 #include <sys/types.h>
3736
3769
 #include <$ac_hdr>
3738
3771
 DIR *dirp = 0;
3739
3772
 ; return 0; }
3740
3773
 EOF
3741
 
-if { (eval echo configure:7918: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3742
 
+if { (eval echo configure:7854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3774
-if { (eval echo configure:8053: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
3775
+if { (eval echo configure:7953: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
3743
3776
   rm -rf conftest*
3744
3777
   eval "ac_cv_header_dirent_$ac_safe=yes"
3745
3778
 else
3748
3781
   rm -rf conftest*
3749
3782
   eval "ac_cv_header_dirent_$ac_safe=no"
3750
3783
 fi
3751
 
@@ -7934,36 +7870,36 @@
 
3784
@@ -8069,36 +7969,36 @@
3752
3785
  ac_header_dirent=$ac_hdr; break
3753
3786
 else
3754
3787
   echo "$ac_t""no" 1>&6
3757
3790
 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
3758
3791
 if test $ac_header_dirent = dirent.h; then
3759
3792
 echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
3760
 
-echo "configure:7943: checking for opendir in -ldir" >&5
3761
 
+echo "configure:7879: checking for opendir in -ldir" >&5
 
3793
-echo "configure:8078: checking for opendir in -ldir" >&5
 
3794
+echo "configure:7978: checking for opendir in -ldir" >&5
3762
3795
 ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
3763
3796
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3764
3797
   echo $ac_n "(cached) $ac_c" 1>&6
3766
3799
   ac_save_LIBS="$LIBS"
3767
3800
 LIBS="-ldir  $LIBS"
3768
3801
 cat > conftest.$ac_ext <<EOF
3769
 
-#line 7951 "configure"
3770
 
+#line 7887 "configure"
 
3802
-#line 8086 "configure"
 
3803
+#line 7986 "configure"
3771
3804
 #include "confdefs.h"
3772
3805
 /* Override any gcc2 internal prototype to avoid an error.  */
3773
3806
 /* We use char because int might match the return type of a gcc2
3778
3811
 opendir()
3779
3812
 ; return 0; }
3780
3813
 EOF
3781
 
-if { (eval echo configure:7962: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3782
 
+if { (eval echo configure:7898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3814
-if { (eval echo configure:8097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3815
+if { (eval echo configure:7997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3783
3816
   rm -rf conftest*
3784
3817
   eval "ac_cv_lib_$ac_lib_var=yes"
3785
3818
 else
3788
3821
   rm -rf conftest*
3789
3822
   eval "ac_cv_lib_$ac_lib_var=no"
3790
3823
 fi
3791
 
@@ -7975,36 +7911,36 @@
 
3824
@@ -8110,36 +8010,36 @@
3792
3825
   echo "$ac_t""yes" 1>&6
3793
3826
   LIBS="$LIBS -ldir"
3794
3827
 else
3797
3830
 
3798
3831
 else
3799
3832
 echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
3800
 
-echo "configure:7984: checking for opendir in -lx" >&5
3801
 
+echo "configure:7920: checking for opendir in -lx" >&5
 
3833
-echo "configure:8119: checking for opendir in -lx" >&5
 
3834
+echo "configure:8019: checking for opendir in -lx" >&5
3802
3835
 ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
3803
3836
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
3804
3837
   echo $ac_n "(cached) $ac_c" 1>&6
3806
3839
   ac_save_LIBS="$LIBS"
3807
3840
 LIBS="-lx  $LIBS"
3808
3841
 cat > conftest.$ac_ext <<EOF
3809
 
-#line 7992 "configure"
3810
 
+#line 7928 "configure"
 
3842
-#line 8127 "configure"
 
3843
+#line 8027 "configure"
3811
3844
 #include "confdefs.h"
3812
3845
 /* Override any gcc2 internal prototype to avoid an error.  */
3813
3846
 /* We use char because int might match the return type of a gcc2
3818
3851
 opendir()
3819
3852
 ; return 0; }
3820
3853
 EOF
3821
 
-if { (eval echo configure:8003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3822
 
+if { (eval echo configure:7939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3854
-if { (eval echo configure:8138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
3855
+if { (eval echo configure:8038: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
3823
3856
   rm -rf conftest*
3824
3857
   eval "ac_cv_lib_$ac_lib_var=yes"
3825
3858
 else
3828
3861
   rm -rf conftest*
3829
3862
   eval "ac_cv_lib_$ac_lib_var=no"
3830
3863
 fi
3831
 
@@ -8026,27 +7962,27 @@
 
3864
@@ -8161,27 +8061,27 @@
3832
3865
 # for stuff like -lXshm
3833
3866
     CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
3834
3867
     ;;
3837
3870
 do
3838
3871
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3839
3872
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3840
 
-echo "configure:8035: checking for $ac_hdr" >&5
3841
 
+echo "configure:7971: checking for $ac_hdr" >&5
 
3873
-echo "configure:8170: checking for $ac_hdr" >&5
 
3874
+echo "configure:8070: checking for $ac_hdr" >&5
3842
3875
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3843
3876
   echo $ac_n "(cached) $ac_c" 1>&6
3844
3877
 else
3845
3878
   cat > conftest.$ac_ext <<EOF
3846
 
-#line 8040 "configure"
3847
 
+#line 7976 "configure"
 
3879
-#line 8175 "configure"
 
3880
+#line 8075 "configure"
3848
3881
 #include "confdefs.h"
3849
3882
 #include <$ac_hdr>
3850
3883
 EOF
3851
3884
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3852
 
-{ (eval echo configure:8045: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3853
 
+{ (eval echo configure:7981: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3885
-{ (eval echo configure:8180: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3886
+{ (eval echo configure:8080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3854
3887
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3855
3888
 if test -z "$ac_err"; then
3856
3889
   rm -rf conftest*
3859
3892
   echo "$ac_err" >&5
3860
3893
   echo "configure: failed program was:" >&5
3861
3894
   cat conftest.$ac_ext >&5
3862
 
@@ -8066,27 +8002,27 @@
 
3895
@@ -8201,27 +8101,27 @@
3863
3896
   echo "$ac_t""no" 1>&6
3864
3897
 fi
3865
3898
 done
3868
3901
 do
3869
3902
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3870
3903
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3871
 
-echo "configure:8075: checking for $ac_hdr" >&5
3872
 
+echo "configure:8011: checking for $ac_hdr" >&5
 
3904
-echo "configure:8210: checking for $ac_hdr" >&5
 
3905
+echo "configure:8110: checking for $ac_hdr" >&5
3873
3906
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3874
3907
   echo $ac_n "(cached) $ac_c" 1>&6
3875
3908
 else
3876
3909
   cat > conftest.$ac_ext <<EOF
3877
 
-#line 8080 "configure"
3878
 
+#line 8016 "configure"
 
3910
-#line 8215 "configure"
 
3911
+#line 8115 "configure"
3879
3912
 #include "confdefs.h"
3880
3913
 #include <$ac_hdr>
3881
3914
 EOF
3882
3915
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3883
 
-{ (eval echo configure:8085: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3884
 
+{ (eval echo configure:8021: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3916
-{ (eval echo configure:8220: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3917
+{ (eval echo configure:8120: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3885
3918
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3886
3919
 if test -z "$ac_err"; then
3887
3920
   rm -rf conftest*
3890
3923
   echo "$ac_err" >&5
3891
3924
   echo "configure: failed program was:" >&5
3892
3925
   cat conftest.$ac_ext >&5
3893
 
@@ -8106,27 +8042,27 @@
 
3926
@@ -8241,27 +8141,27 @@
3894
3927
   echo "$ac_t""no" 1>&6
3895
3928
 fi
3896
3929
 done
3899
3932
 do
3900
3933
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3901
3934
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3902
 
-echo "configure:8115: checking for $ac_hdr" >&5
3903
 
+echo "configure:8051: checking for $ac_hdr" >&5
 
3935
-echo "configure:8250: checking for $ac_hdr" >&5
 
3936
+echo "configure:8150: checking for $ac_hdr" >&5
3904
3937
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3905
3938
   echo $ac_n "(cached) $ac_c" 1>&6
3906
3939
 else
3907
3940
   cat > conftest.$ac_ext <<EOF
3908
 
-#line 8120 "configure"
3909
 
+#line 8056 "configure"
 
3941
-#line 8255 "configure"
 
3942
+#line 8155 "configure"
3910
3943
 #include "confdefs.h"
3911
3944
 #include <$ac_hdr>
3912
3945
 EOF
3913
3946
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3914
 
-{ (eval echo configure:8125: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3915
 
+{ (eval echo configure:8061: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3947
-{ (eval echo configure:8260: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3948
+{ (eval echo configure:8160: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3916
3949
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3917
3950
 if test -z "$ac_err"; then
3918
3951
   rm -rf conftest*
3921
3954
   echo "$ac_err" >&5
3922
3955
   echo "configure: failed program was:" >&5
3923
3956
   cat conftest.$ac_ext >&5
3924
 
@@ -8146,27 +8082,27 @@
 
3957
@@ -8281,27 +8181,27 @@
3925
3958
   echo "$ac_t""no" 1>&6
3926
3959
 fi
3927
3960
 done
3930
3963
 do
3931
3964
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3932
3965
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3933
 
-echo "configure:8155: checking for $ac_hdr" >&5
3934
 
+echo "configure:8091: checking for $ac_hdr" >&5
 
3966
-echo "configure:8290: checking for $ac_hdr" >&5
 
3967
+echo "configure:8190: checking for $ac_hdr" >&5
3935
3968
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3936
3969
   echo $ac_n "(cached) $ac_c" 1>&6
3937
3970
 else
3938
3971
   cat > conftest.$ac_ext <<EOF
3939
 
-#line 8160 "configure"
3940
 
+#line 8096 "configure"
 
3972
-#line 8295 "configure"
 
3973
+#line 8195 "configure"
3941
3974
 #include "confdefs.h"
3942
3975
 #include <$ac_hdr>
3943
3976
 EOF
3944
3977
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3945
 
-{ (eval echo configure:8165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3946
 
+{ (eval echo configure:8101: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3978
-{ (eval echo configure:8300: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
3979
+{ (eval echo configure:8200: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3947
3980
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3948
3981
 if test -z "$ac_err"; then
3949
3982
   rm -rf conftest*
3952
3985
   echo "$ac_err" >&5
3953
3986
   echo "configure: failed program was:" >&5
3954
3987
   cat conftest.$ac_ext >&5
3955
 
@@ -8186,27 +8122,27 @@
 
3988
@@ -8321,27 +8221,27 @@
3956
3989
   echo "$ac_t""no" 1>&6
3957
3990
 fi
3958
3991
 done
3961
3994
 do
3962
3995
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3963
3996
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3964
 
-echo "configure:8195: checking for $ac_hdr" >&5
3965
 
+echo "configure:8131: checking for $ac_hdr" >&5
 
3997
-echo "configure:8330: checking for $ac_hdr" >&5
 
3998
+echo "configure:8230: checking for $ac_hdr" >&5
3966
3999
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3967
4000
   echo $ac_n "(cached) $ac_c" 1>&6
3968
4001
 else
3969
4002
   cat > conftest.$ac_ext <<EOF
3970
 
-#line 8200 "configure"
3971
 
+#line 8136 "configure"
 
4003
-#line 8335 "configure"
 
4004
+#line 8235 "configure"
3972
4005
 #include "confdefs.h"
3973
4006
 #include <$ac_hdr>
3974
4007
 EOF
3975
4008
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
3976
 
-{ (eval echo configure:8205: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3977
 
+{ (eval echo configure:8141: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4009
-{ (eval echo configure:8340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4010
+{ (eval echo configure:8240: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
3978
4011
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
3979
4012
 if test -z "$ac_err"; then
3980
4013
   rm -rf conftest*
3983
4016
   echo "$ac_err" >&5
3984
4017
   echo "configure: failed program was:" >&5
3985
4018
   cat conftest.$ac_ext >&5
3986
 
@@ -8227,27 +8163,27 @@
 
4019
@@ -8362,27 +8262,27 @@
3987
4020
 fi
3988
4021
 done
3989
4022
 
3992
4025
 do
3993
4026
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
3994
4027
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
3995
 
-echo "configure:8236: checking for $ac_hdr" >&5
3996
 
+echo "configure:8172: checking for $ac_hdr" >&5
 
4028
-echo "configure:8371: checking for $ac_hdr" >&5
 
4029
+echo "configure:8271: checking for $ac_hdr" >&5
3997
4030
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
3998
4031
   echo $ac_n "(cached) $ac_c" 1>&6
3999
4032
 else
4000
4033
   cat > conftest.$ac_ext <<EOF
4001
 
-#line 8241 "configure"
4002
 
+#line 8177 "configure"
 
4034
-#line 8376 "configure"
 
4035
+#line 8276 "configure"
4003
4036
 #include "confdefs.h"
4004
4037
 #include <$ac_hdr>
4005
4038
 EOF
4006
4039
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4007
 
-{ (eval echo configure:8246: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4008
 
+{ (eval echo configure:8182: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4040
-{ (eval echo configure:8381: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4041
+{ (eval echo configure:8281: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4009
4042
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4010
4043
 if test -z "$ac_err"; then
4011
4044
   rm -rf conftest*
4014
4047
   echo "$ac_err" >&5
4015
4048
   echo "configure: failed program was:" >&5
4016
4049
   cat conftest.$ac_ext >&5
4017
 
@@ -8268,27 +8204,27 @@
 
4050
@@ -8403,27 +8303,27 @@
4018
4051
 fi
4019
4052
 done
4020
4053
 
4023
4056
 do
4024
4057
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4025
4058
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4026
 
-echo "configure:8277: checking for $ac_hdr" >&5
4027
 
+echo "configure:8213: checking for $ac_hdr" >&5
 
4059
-echo "configure:8412: checking for $ac_hdr" >&5
 
4060
+echo "configure:8312: checking for $ac_hdr" >&5
4028
4061
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4029
4062
   echo $ac_n "(cached) $ac_c" 1>&6
4030
4063
 else
4031
4064
   cat > conftest.$ac_ext <<EOF
4032
 
-#line 8282 "configure"
4033
 
+#line 8218 "configure"
 
4065
-#line 8417 "configure"
 
4066
+#line 8317 "configure"
4034
4067
 #include "confdefs.h"
4035
4068
 #include <$ac_hdr>
4036
4069
 EOF
4037
4070
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4038
 
-{ (eval echo configure:8287: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4039
 
+{ (eval echo configure:8223: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4071
-{ (eval echo configure:8422: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4072
+{ (eval echo configure:8322: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4040
4073
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4041
4074
 if test -z "$ac_err"; then
4042
4075
   rm -rf conftest*
4045
4078
   echo "$ac_err" >&5
4046
4079
   echo "configure: failed program was:" >&5
4047
4080
   cat conftest.$ac_ext >&5
4048
 
@@ -8315,27 +8251,27 @@
 
4081
@@ -8450,27 +8350,27 @@
4049
4082
 ac_cpp='$CXXCPP $CPPFLAGS'
4050
4083
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
4051
4084
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
4054
4087
 NEW_H=new.h
4055
4088
 ac_safe=`echo "new" | sed 'y%./+-%__p_%'`
4056
4089
 echo $ac_n "checking for new""... $ac_c" 1>&6
4057
 
-echo "configure:8324: checking for new" >&5
4058
 
+echo "configure:8260: checking for new" >&5
 
4090
-echo "configure:8459: checking for new" >&5
 
4091
+echo "configure:8359: checking for new" >&5
4059
4092
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4060
4093
   echo $ac_n "(cached) $ac_c" 1>&6
4061
4094
 else
4062
4095
   cat > conftest.$ac_ext <<EOF
4063
 
-#line 8329 "configure"
4064
 
+#line 8265 "configure"
 
4096
-#line 8464 "configure"
 
4097
+#line 8364 "configure"
4065
4098
 #include "confdefs.h"
4066
4099
 #include <new>
4067
4100
 EOF
4068
4101
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4069
 
-{ (eval echo configure:8334: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4070
 
+{ (eval echo configure:8270: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4102
-{ (eval echo configure:8469: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4103
+{ (eval echo configure:8369: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4071
4104
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4072
4105
 if test -z "$ac_err"; then
4073
4106
   rm -rf conftest*
4076
4109
   echo "$ac_err" >&5
4077
4110
   echo "configure: failed program was:" >&5
4078
4111
   cat conftest.$ac_ext >&5
4079
 
@@ -8366,27 +8302,27 @@
 
4112
@@ -8501,27 +8401,27 @@
4080
4113
 case $target in
4081
4114
 *-aix4.3*|*-aix5*)
4082
4115
        ;;
4085
4118
 do
4086
4119
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
4087
4120
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
4088
 
-echo "configure:8375: checking for $ac_hdr" >&5
4089
 
+echo "configure:8311: checking for $ac_hdr" >&5
 
4121
-echo "configure:8510: checking for $ac_hdr" >&5
 
4122
+echo "configure:8410: checking for $ac_hdr" >&5
4090
4123
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4091
4124
   echo $ac_n "(cached) $ac_c" 1>&6
4092
4125
 else
4093
4126
   cat > conftest.$ac_ext <<EOF
4094
 
-#line 8380 "configure"
4095
 
+#line 8316 "configure"
 
4127
-#line 8515 "configure"
 
4128
+#line 8415 "configure"
4096
4129
 #include "confdefs.h"
4097
4130
 #include <$ac_hdr>
4098
4131
 EOF
4099
4132
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4100
 
-{ (eval echo configure:8385: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4101
 
+{ (eval echo configure:8321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4133
-{ (eval echo configure:8520: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4134
+{ (eval echo configure:8420: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4102
4135
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4103
4136
 if test -z "$ac_err"; then
4104
4137
   rm -rf conftest*
4107
4140
   echo "$ac_err" >&5
4108
4141
   echo "configure: failed program was:" >&5
4109
4142
   cat conftest.$ac_ext >&5
4110
 
@@ -8410,36 +8346,36 @@
 
4143
@@ -8545,36 +8445,36 @@
4111
4144
        ;;
4112
4145
 esac
4113
4146
 
4116
4149
        ;;
4117
4150
 *)
4118
4151
        echo $ac_n "checking for gethostbyname_r in -lc_r""... $ac_c" 1>&6
4119
 
-echo "configure:8419: checking for gethostbyname_r in -lc_r" >&5
4120
 
+echo "configure:8355: checking for gethostbyname_r in -lc_r" >&5
 
4152
-echo "configure:8554: checking for gethostbyname_r in -lc_r" >&5
 
4153
+echo "configure:8454: checking for gethostbyname_r in -lc_r" >&5
4121
4154
 ac_lib_var=`echo c_r'_'gethostbyname_r | sed 'y%./+-%__p_%'`
4122
4155
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4123
4156
   echo $ac_n "(cached) $ac_c" 1>&6
4125
4158
   ac_save_LIBS="$LIBS"
4126
4159
 LIBS="-lc_r  $LIBS"
4127
4160
 cat > conftest.$ac_ext <<EOF
4128
 
-#line 8427 "configure"
4129
 
+#line 8363 "configure"
 
4161
-#line 8562 "configure"
 
4162
+#line 8462 "configure"
4130
4163
 #include "confdefs.h"
4131
4164
 /* Override any gcc2 internal prototype to avoid an error.  */
4132
4165
 /* We use char because int might match the return type of a gcc2
4137
4170
 gethostbyname_r()
4138
4171
 ; return 0; }
4139
4172
 EOF
4140
 
-if { (eval echo configure:8438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4141
 
+if { (eval echo configure:8374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4173
-if { (eval echo configure:8573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4174
+if { (eval echo configure:8473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4142
4175
   rm -rf conftest*
4143
4176
   eval "ac_cv_lib_$ac_lib_var=yes"
4144
4177
 else
4147
4180
   rm -rf conftest*
4148
4181
   eval "ac_cv_lib_$ac_lib_var=no"
4149
4182
 fi
4150
 
@@ -8459,36 +8395,36 @@
 
4183
@@ -8594,36 +8494,36 @@
4151
4184
 
4152
4185
 else
4153
4186
   echo "$ac_t""no" 1>&6
4156
4189
        ;;
4157
4190
 esac
4158
4191
 echo $ac_n "checking for atan in -lm""... $ac_c" 1>&6
4159
 
-echo "configure:8468: checking for atan in -lm" >&5
4160
 
+echo "configure:8404: checking for atan in -lm" >&5
 
4192
-echo "configure:8603: checking for atan in -lm" >&5
 
4193
+echo "configure:8503: checking for atan in -lm" >&5
4161
4194
 ac_lib_var=`echo m'_'atan | sed 'y%./+-%__p_%'`
4162
4195
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4163
4196
   echo $ac_n "(cached) $ac_c" 1>&6
4165
4198
   ac_save_LIBS="$LIBS"
4166
4199
 LIBS="-lm  $LIBS"
4167
4200
 cat > conftest.$ac_ext <<EOF
4168
 
-#line 8476 "configure"
4169
 
+#line 8412 "configure"
 
4201
-#line 8611 "configure"
 
4202
+#line 8511 "configure"
4170
4203
 #include "confdefs.h"
4171
4204
 /* Override any gcc2 internal prototype to avoid an error.  */
4172
4205
 /* We use char because int might match the return type of a gcc2
4177
4210
 atan()
4178
4211
 ; return 0; }
4179
4212
 EOF
4180
 
-if { (eval echo configure:8487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4181
 
+if { (eval echo configure:8423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4213
-if { (eval echo configure:8622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4214
+if { (eval echo configure:8522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4182
4215
   rm -rf conftest*
4183
4216
   eval "ac_cv_lib_$ac_lib_var=yes"
4184
4217
 else
4187
4220
   rm -rf conftest*
4188
4221
   eval "ac_cv_lib_$ac_lib_var=no"
4189
4222
 fi
4190
 
@@ -8512,63 +8448,63 @@
 
4223
@@ -8647,63 +8547,63 @@
4191
4224
 
4192
4225
 
4193
4226
 
4196
4229
        ;;
4197
4230
 *)
4198
4231
        echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
4199
 
-echo "configure:8521: checking for dlopen in -ldl" >&5
4200
 
+echo "configure:8457: checking for dlopen in -ldl" >&5
 
4232
-echo "configure:8656: checking for dlopen in -ldl" >&5
 
4233
+echo "configure:8556: checking for dlopen in -ldl" >&5
4201
4234
 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
4202
4235
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4203
4236
   echo $ac_n "(cached) $ac_c" 1>&6
4205
4238
   ac_save_LIBS="$LIBS"
4206
4239
 LIBS="-ldl  $LIBS"
4207
4240
 cat > conftest.$ac_ext <<EOF
4208
 
-#line 8529 "configure"
4209
 
+#line 8465 "configure"
 
4241
-#line 8664 "configure"
 
4242
+#line 8564 "configure"
4210
4243
 #include "confdefs.h"
4211
4244
 /* Override any gcc2 internal prototype to avoid an error.  */
4212
4245
 /* We use char because int might match the return type of a gcc2
4217
4250
 dlopen()
4218
4251
 ; return 0; }
4219
4252
 EOF
4220
 
-if { (eval echo configure:8540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4221
 
+if { (eval echo configure:8476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4253
-if { (eval echo configure:8675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4254
+if { (eval echo configure:8575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4222
4255
   rm -rf conftest*
4223
4256
   eval "ac_cv_lib_$ac_lib_var=yes"
4224
4257
 else
4235
4268
   echo "$ac_t""yes" 1>&6
4236
4269
   ac_safe=`echo "dlfcn.h" | sed 'y%./+-%__p_%'`
4237
4270
 echo $ac_n "checking for dlfcn.h""... $ac_c" 1>&6
4238
 
-echo "configure:8557: checking for dlfcn.h" >&5
4239
 
+echo "configure:8493: checking for dlfcn.h" >&5
 
4271
-echo "configure:8692: checking for dlfcn.h" >&5
 
4272
+echo "configure:8592: checking for dlfcn.h" >&5
4240
4273
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4241
4274
   echo $ac_n "(cached) $ac_c" 1>&6
4242
4275
 else
4243
4276
   cat > conftest.$ac_ext <<EOF
4244
 
-#line 8562 "configure"
4245
 
+#line 8498 "configure"
 
4277
-#line 8697 "configure"
 
4278
+#line 8597 "configure"
4246
4279
 #include "confdefs.h"
4247
4280
 #include <dlfcn.h>
4248
4281
 EOF
4249
4282
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4250
 
-{ (eval echo configure:8567: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4251
 
+{ (eval echo configure:8503: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4283
-{ (eval echo configure:8702: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4284
+{ (eval echo configure:8602: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4252
4285
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4253
4286
 if test -z "$ac_err"; then
4254
4287
   rm -rf conftest*
4257
4290
   echo "$ac_err" >&5
4258
4291
   echo "configure: failed program was:" >&5
4259
4292
   cat conftest.$ac_ext >&5
4260
 
@@ -8594,36 +8530,36 @@
 
4293
@@ -8729,36 +8629,36 @@
4261
4294
 
4262
4295
        ;;
4263
4296
 esac
4266
4299
     case $target in
4267
4300
     *-aix*)
4268
4301
        echo $ac_n "checking for demangle in -lC_r""... $ac_c" 1>&6
4269
 
-echo "configure:8603: checking for demangle in -lC_r" >&5
4270
 
+echo "configure:8539: checking for demangle in -lC_r" >&5
 
4302
-echo "configure:8738: checking for demangle in -lC_r" >&5
 
4303
+echo "configure:8638: checking for demangle in -lC_r" >&5
4271
4304
 ac_lib_var=`echo C_r'_'demangle | sed 'y%./+-%__p_%'`
4272
4305
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4273
4306
   echo $ac_n "(cached) $ac_c" 1>&6
4275
4308
   ac_save_LIBS="$LIBS"
4276
4309
 LIBS="-lC_r  $LIBS"
4277
4310
 cat > conftest.$ac_ext <<EOF
4278
 
-#line 8611 "configure"
4279
 
+#line 8547 "configure"
 
4311
-#line 8746 "configure"
 
4312
+#line 8646 "configure"
4280
4313
 #include "confdefs.h"
4281
4314
 /* Override any gcc2 internal prototype to avoid an error.  */
4282
4315
 /* We use char because int might match the return type of a gcc2
4287
4320
 demangle()
4288
4321
 ; return 0; }
4289
4322
 EOF
4290
 
-if { (eval echo configure:8622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4291
 
+if { (eval echo configure:8558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4323
-if { (eval echo configure:8757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4324
+if { (eval echo configure:8657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4292
4325
   rm -rf conftest*
4293
4326
   eval "ac_cv_lib_$ac_lib_var=yes"
4294
4327
 else
4297
4330
   rm -rf conftest*
4298
4331
   eval "ac_cv_lib_$ac_lib_var=no"
4299
4332
 fi
4300
 
@@ -8643,36 +8579,36 @@
 
4333
@@ -8778,36 +8678,36 @@
4301
4334
 
4302
4335
 else
4303
4336
   echo "$ac_t""no" 1>&6
4306
4339
        ;;
4307
4340
      *)
4308
4341
        echo $ac_n "checking for demangle in -lC""... $ac_c" 1>&6
4309
 
-echo "configure:8652: checking for demangle in -lC" >&5
4310
 
+echo "configure:8588: checking for demangle in -lC" >&5
 
4342
-echo "configure:8787: checking for demangle in -lC" >&5
 
4343
+echo "configure:8687: checking for demangle in -lC" >&5
4311
4344
 ac_lib_var=`echo C'_'demangle | sed 'y%./+-%__p_%'`
4312
4345
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4313
4346
   echo $ac_n "(cached) $ac_c" 1>&6
4315
4348
   ac_save_LIBS="$LIBS"
4316
4349
 LIBS="-lC  $LIBS"
4317
4350
 cat > conftest.$ac_ext <<EOF
4318
 
-#line 8660 "configure"
4319
 
+#line 8596 "configure"
 
4351
-#line 8795 "configure"
 
4352
+#line 8695 "configure"
4320
4353
 #include "confdefs.h"
4321
4354
 /* Override any gcc2 internal prototype to avoid an error.  */
4322
4355
 /* We use char because int might match the return type of a gcc2
4327
4360
 demangle()
4328
4361
 ; return 0; }
4329
4362
 EOF
4330
 
-if { (eval echo configure:8671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4331
 
+if { (eval echo configure:8607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4363
-if { (eval echo configure:8806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4364
+if { (eval echo configure:8706: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4332
4365
   rm -rf conftest*
4333
4366
   eval "ac_cv_lib_$ac_lib_var=yes"
4334
4367
 else
4337
4370
   rm -rf conftest*
4338
4371
   eval "ac_cv_lib_$ac_lib_var=no"
4339
4372
 fi
4340
 
@@ -8693,36 +8629,36 @@
 
4373
@@ -8828,36 +8728,36 @@
4341
4374
 else
4342
4375
   echo "$ac_t""no" 1>&6
4343
4376
 fi
4346
4379
      esac
4347
4380
 fi
4348
4381
 echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
4349
 
-echo "configure:8702: checking for socket in -lsocket" >&5
4350
 
+echo "configure:8638: checking for socket in -lsocket" >&5
 
4382
-echo "configure:8837: checking for socket in -lsocket" >&5
 
4383
+echo "configure:8737: checking for socket in -lsocket" >&5
4351
4384
 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
4352
4385
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4353
4386
   echo $ac_n "(cached) $ac_c" 1>&6
4355
4388
   ac_save_LIBS="$LIBS"
4356
4389
 LIBS="-lsocket  $LIBS"
4357
4390
 cat > conftest.$ac_ext <<EOF
4358
 
-#line 8710 "configure"
4359
 
+#line 8646 "configure"
 
4391
-#line 8845 "configure"
 
4392
+#line 8745 "configure"
4360
4393
 #include "confdefs.h"
4361
4394
 /* Override any gcc2 internal prototype to avoid an error.  */
4362
4395
 /* We use char because int might match the return type of a gcc2
4367
4400
 socket()
4368
4401
 ; return 0; }
4369
4402
 EOF
4370
 
-if { (eval echo configure:8721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4371
 
+if { (eval echo configure:8657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4403
-if { (eval echo configure:8856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4404
+if { (eval echo configure:8756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4372
4405
   rm -rf conftest*
4373
4406
   eval "ac_cv_lib_$ac_lib_var=yes"
4374
4407
 else
4377
4410
   rm -rf conftest*
4378
4411
   eval "ac_cv_lib_$ac_lib_var=no"
4379
4412
 fi
4380
 
@@ -8757,36 +8693,36 @@
 
4413
@@ -8892,36 +8792,36 @@
4381
4414
     cat >> confdefs.h <<EOF
4382
4415
 #define FUNCPROTO 15
4383
4416
 EOF
4386
4419
        _SAVE_LDFLAGS="$LDFLAGS"
4387
4420
        LDFLAGS="$XLDFLAGS $LDFLAGS"
4388
4421
        echo $ac_n "checking for XDrawLines in -lX11""... $ac_c" 1>&6
4389
 
-echo "configure:8766: checking for XDrawLines in -lX11" >&5
4390
 
+echo "configure:8702: checking for XDrawLines in -lX11" >&5
 
4422
-echo "configure:8901: checking for XDrawLines in -lX11" >&5
 
4423
+echo "configure:8801: checking for XDrawLines in -lX11" >&5
4391
4424
 ac_lib_var=`echo X11'_'XDrawLines | sed 'y%./+-%__p_%'`
4392
4425
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4393
4426
   echo $ac_n "(cached) $ac_c" 1>&6
4395
4428
   ac_save_LIBS="$LIBS"
4396
4429
 LIBS="-lX11 $XLIBS $LIBS"
4397
4430
 cat > conftest.$ac_ext <<EOF
4398
 
-#line 8774 "configure"
4399
 
+#line 8710 "configure"
 
4431
-#line 8909 "configure"
 
4432
+#line 8809 "configure"
4400
4433
 #include "confdefs.h"
4401
4434
 /* Override any gcc2 internal prototype to avoid an error.  */
4402
4435
 /* We use char because int might match the return type of a gcc2
4407
4440
 XDrawLines()
4408
4441
 ; return 0; }
4409
4442
 EOF
4410
 
-if { (eval echo configure:8785: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4411
 
+if { (eval echo configure:8721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4443
-if { (eval echo configure:8920: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4444
+if { (eval echo configure:8820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4412
4445
   rm -rf conftest*
4413
4446
   eval "ac_cv_lib_$ac_lib_var=yes"
4414
4447
 else
4417
4450
   rm -rf conftest*
4418
4451
   eval "ac_cv_lib_$ac_lib_var=no"
4419
4452
 fi
4420
 
@@ -8798,36 +8734,36 @@
 
4453
@@ -8933,36 +8833,36 @@
4421
4454
   echo "$ac_t""yes" 1>&6
4422
4455
   X11_LIBS="-lX11"
4423
4456
 else
4426
4459
 fi
4427
4460
 
4428
4461
        echo $ac_n "checking for XextAddDisplay in -lXext""... $ac_c" 1>&6
4429
 
-echo "configure:8807: checking for XextAddDisplay in -lXext" >&5
4430
 
+echo "configure:8743: checking for XextAddDisplay in -lXext" >&5
 
4462
-echo "configure:8942: checking for XextAddDisplay in -lXext" >&5
 
4463
+echo "configure:8842: checking for XextAddDisplay in -lXext" >&5
4431
4464
 ac_lib_var=`echo Xext'_'XextAddDisplay | sed 'y%./+-%__p_%'`
4432
4465
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4433
4466
   echo $ac_n "(cached) $ac_c" 1>&6
4435
4468
   ac_save_LIBS="$LIBS"
4436
4469
 LIBS="-lXext $XLIBS $LIBS"
4437
4470
 cat > conftest.$ac_ext <<EOF
4438
 
-#line 8815 "configure"
4439
 
+#line 8751 "configure"
 
4471
-#line 8950 "configure"
 
4472
+#line 8850 "configure"
4440
4473
 #include "confdefs.h"
4441
4474
 /* Override any gcc2 internal prototype to avoid an error.  */
4442
4475
 /* We use char because int might match the return type of a gcc2
4447
4480
 XextAddDisplay()
4448
4481
 ; return 0; }
4449
4482
 EOF
4450
 
-if { (eval echo configure:8826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4451
 
+if { (eval echo configure:8762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4483
-if { (eval echo configure:8961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4484
+if { (eval echo configure:8861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4452
4485
   rm -rf conftest*
4453
4486
   eval "ac_cv_lib_$ac_lib_var=yes"
4454
4487
 else
4457
4490
   rm -rf conftest*
4458
4491
   eval "ac_cv_lib_$ac_lib_var=no"
4459
4492
 fi
4460
 
@@ -8841,36 +8777,36 @@
 
4493
@@ -8976,36 +8876,36 @@
4461
4494
 else
4462
4495
   echo "$ac_t""no" 1>&6
4463
4496
 MISSING_X="$MISSING_X -lXext"
4466
4499
    
4467
4500
      
4468
4501
        echo $ac_n "checking for XtFree in -lXt""... $ac_c" 1>&6
4469
 
-echo "configure:8850: checking for XtFree in -lXt" >&5
4470
 
+echo "configure:8786: checking for XtFree in -lXt" >&5
 
4502
-echo "configure:8985: checking for XtFree in -lXt" >&5
 
4503
+echo "configure:8885: checking for XtFree in -lXt" >&5
4471
4504
 ac_lib_var=`echo Xt'_'XtFree | sed 'y%./+-%__p_%'`
4472
4505
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4473
4506
   echo $ac_n "(cached) $ac_c" 1>&6
4475
4508
   ac_save_LIBS="$LIBS"
4476
4509
 LIBS="-lXt  $LIBS"
4477
4510
 cat > conftest.$ac_ext <<EOF
4478
 
-#line 8858 "configure"
4479
 
+#line 8794 "configure"
 
4511
-#line 8993 "configure"
 
4512
+#line 8893 "configure"
4480
4513
 #include "confdefs.h"
4481
4514
 /* Override any gcc2 internal prototype to avoid an error.  */
4482
4515
 /* We use char because int might match the return type of a gcc2
4487
4520
 XtFree()
4488
4521
 ; return 0; }
4489
4522
 EOF
4490
 
-if { (eval echo configure:8869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4491
 
+if { (eval echo configure:8805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4523
-if { (eval echo configure:9004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4524
+if { (eval echo configure:8904: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4492
4525
   rm -rf conftest*
4493
4526
   eval "ac_cv_lib_$ac_lib_var=yes"
4494
4527
 else
4497
4530
   rm -rf conftest*
4498
4531
   eval "ac_cv_lib_$ac_lib_var=no"
4499
4532
 fi
4500
 
@@ -8881,36 +8817,36 @@
 
4533
@@ -9016,36 +8916,36 @@
4501
4534
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4502
4535
   echo "$ac_t""yes" 1>&6
4503
4536
    XT_LIBS="-lXt"
4506
4539
 
4507
4540
         unset ac_cv_lib_Xt_XtFree
4508
4541
            echo $ac_n "checking for IceFlush in -lICE""... $ac_c" 1>&6
4509
 
-echo "configure:8890: checking for IceFlush in -lICE" >&5
4510
 
+echo "configure:8826: checking for IceFlush in -lICE" >&5
 
4542
-echo "configure:9025: checking for IceFlush in -lICE" >&5
 
4543
+echo "configure:8925: checking for IceFlush in -lICE" >&5
4511
4544
 ac_lib_var=`echo ICE'_'IceFlush | sed 'y%./+-%__p_%'`
4512
4545
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4513
4546
   echo $ac_n "(cached) $ac_c" 1>&6
4515
4548
   ac_save_LIBS="$LIBS"
4516
4549
 LIBS="-lICE $XT_LIBS $XLIBS $LIBS"
4517
4550
 cat > conftest.$ac_ext <<EOF
4518
 
-#line 8898 "configure"
4519
 
+#line 8834 "configure"
 
4551
-#line 9033 "configure"
 
4552
+#line 8933 "configure"
4520
4553
 #include "confdefs.h"
4521
4554
 /* Override any gcc2 internal prototype to avoid an error.  */
4522
4555
 /* We use char because int might match the return type of a gcc2
4527
4560
 IceFlush()
4528
4561
 ; return 0; }
4529
4562
 EOF
4530
 
-if { (eval echo configure:8909: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4531
 
+if { (eval echo configure:8845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4563
-if { (eval echo configure:9044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4564
+if { (eval echo configure:8944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4532
4565
   rm -rf conftest*
4533
4566
   eval "ac_cv_lib_$ac_lib_var=yes"
4534
4567
 else
4537
4570
   rm -rf conftest*
4538
4571
   eval "ac_cv_lib_$ac_lib_var=no"
4539
4572
 fi
4540
 
@@ -8921,36 +8857,36 @@
 
4573
@@ -9056,36 +8956,36 @@
4541
4574
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4542
4575
   echo "$ac_t""yes" 1>&6
4543
4576
   XT_LIBS="-lICE $XT_LIBS"
4546
4579
 fi
4547
4580
 
4548
4581
            echo $ac_n "checking for SmcCloseConnection in -lSM""... $ac_c" 1>&6
4549
 
-echo "configure:8930: checking for SmcCloseConnection in -lSM" >&5
4550
 
+echo "configure:8866: checking for SmcCloseConnection in -lSM" >&5
 
4582
-echo "configure:9065: checking for SmcCloseConnection in -lSM" >&5
 
4583
+echo "configure:8965: checking for SmcCloseConnection in -lSM" >&5
4551
4584
 ac_lib_var=`echo SM'_'SmcCloseConnection | sed 'y%./+-%__p_%'`
4552
4585
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4553
4586
   echo $ac_n "(cached) $ac_c" 1>&6
4555
4588
   ac_save_LIBS="$LIBS"
4556
4589
 LIBS="-lSM $XT_LIBS $XLIBS $LIBS"
4557
4590
 cat > conftest.$ac_ext <<EOF
4558
 
-#line 8938 "configure"
4559
 
+#line 8874 "configure"
 
4591
-#line 9073 "configure"
 
4592
+#line 8973 "configure"
4560
4593
 #include "confdefs.h"
4561
4594
 /* Override any gcc2 internal prototype to avoid an error.  */
4562
4595
 /* We use char because int might match the return type of a gcc2
4567
4600
 SmcCloseConnection()
4568
4601
 ; return 0; }
4569
4602
 EOF
4570
 
-if { (eval echo configure:8949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4571
 
+if { (eval echo configure:8885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4603
-if { (eval echo configure:9084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4604
+if { (eval echo configure:8984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4572
4605
   rm -rf conftest*
4573
4606
   eval "ac_cv_lib_$ac_lib_var=yes"
4574
4607
 else
4577
4610
   rm -rf conftest*
4578
4611
   eval "ac_cv_lib_$ac_lib_var=no"
4579
4612
 fi
4580
 
@@ -8961,36 +8897,36 @@
 
4613
@@ -9096,36 +8996,36 @@
4581
4614
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
4582
4615
   echo "$ac_t""yes" 1>&6
4583
4616
   XT_LIBS="-lSM $XT_LIBS"
4586
4619
 fi
4587
4620
  
4588
4621
         echo $ac_n "checking for XtFree in -lXt""... $ac_c" 1>&6
4589
 
-echo "configure:8970: checking for XtFree in -lXt" >&5
4590
 
+echo "configure:8906: checking for XtFree in -lXt" >&5
 
4622
-echo "configure:9105: checking for XtFree in -lXt" >&5
 
4623
+echo "configure:9005: checking for XtFree in -lXt" >&5
4591
4624
 ac_lib_var=`echo Xt'_'XtFree | sed 'y%./+-%__p_%'`
4592
4625
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4593
4626
   echo $ac_n "(cached) $ac_c" 1>&6
4595
4628
   ac_save_LIBS="$LIBS"
4596
4629
 LIBS="-lXt $X_PRE_LIBS $XT_LIBS $XLIBS $LIBS"
4597
4630
 cat > conftest.$ac_ext <<EOF
4598
 
-#line 8978 "configure"
4599
 
+#line 8914 "configure"
 
4631
-#line 9113 "configure"
 
4632
+#line 9013 "configure"
4600
4633
 #include "confdefs.h"
4601
4634
 /* Override any gcc2 internal prototype to avoid an error.  */
4602
4635
 /* We use char because int might match the return type of a gcc2
4607
4640
 XtFree()
4608
4641
 ; return 0; }
4609
4642
 EOF
4610
 
-if { (eval echo configure:8989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4611
 
+if { (eval echo configure:8925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4643
-if { (eval echo configure:9124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4644
+if { (eval echo configure:9024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4612
4645
   rm -rf conftest*
4613
4646
   eval "ac_cv_lib_$ac_lib_var=yes"
4614
4647
 else
4617
4650
   rm -rf conftest*
4618
4651
   eval "ac_cv_lib_$ac_lib_var=no"
4619
4652
 fi
4620
 
@@ -9014,36 +8950,36 @@
 
4653
@@ -9149,36 +9049,36 @@
4621
4654
     # crashes in plugins linked against Motif - Bug #98892
4622
4655
     case "${target_os}" in
4623
4656
     aix*)
4626
4659
     esac
4627
4660
 
4628
4661
                 echo $ac_n "checking for XineramaIsActive in -lXinerama""... $ac_c" 1>&6
4629
 
-echo "configure:9023: checking for XineramaIsActive in -lXinerama" >&5
4630
 
+echo "configure:8959: checking for XineramaIsActive in -lXinerama" >&5
 
4662
-echo "configure:9158: checking for XineramaIsActive in -lXinerama" >&5
 
4663
+echo "configure:9058: checking for XineramaIsActive in -lXinerama" >&5
4631
4664
 ac_lib_var=`echo Xinerama'_'XineramaIsActive | sed 'y%./+-%__p_%'`
4632
4665
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4633
4666
   echo $ac_n "(cached) $ac_c" 1>&6
4635
4668
   ac_save_LIBS="$LIBS"
4636
4669
 LIBS="-lXinerama $XLIBS $XEXT_LIBS $LIBS"
4637
4670
 cat > conftest.$ac_ext <<EOF
4638
 
-#line 9031 "configure"
4639
 
+#line 8967 "configure"
 
4671
-#line 9166 "configure"
 
4672
+#line 9066 "configure"
4640
4673
 #include "confdefs.h"
4641
4674
 /* Override any gcc2 internal prototype to avoid an error.  */
4642
4675
 /* We use char because int might match the return type of a gcc2
4647
4680
 XineramaIsActive()
4648
4681
 ; return 0; }
4649
4682
 EOF
4650
 
-if { (eval echo configure:9042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4651
 
+if { (eval echo configure:8978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4683
-if { (eval echo configure:9177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4684
+if { (eval echo configure:9077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4652
4685
   rm -rf conftest*
4653
4686
   eval "ac_cv_lib_$ac_lib_var=yes"
4654
4687
 else
4657
4690
   rm -rf conftest*
4658
4691
   eval "ac_cv_lib_$ac_lib_var=no"
4659
4692
 fi
4660
 
@@ -9055,27 +8991,27 @@
 
4693
@@ -9190,27 +9090,27 @@
4661
4694
   echo "$ac_t""yes" 1>&6
4662
4695
   MOZ_XINERAMA_LIBS="-lXinerama"
4663
4696
 else
4666
4699
 
4667
4700
     ac_safe=`echo "X11/extensions/Xinerama.h" | sed 'y%./+-%__p_%'`
4668
4701
 echo $ac_n "checking for X11/extensions/Xinerama.h""... $ac_c" 1>&6
4669
 
-echo "configure:9064: checking for X11/extensions/Xinerama.h" >&5
4670
 
+echo "configure:9000: checking for X11/extensions/Xinerama.h" >&5
 
4702
-echo "configure:9199: checking for X11/extensions/Xinerama.h" >&5
 
4703
+echo "configure:9099: checking for X11/extensions/Xinerama.h" >&5
4671
4704
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4672
4705
   echo $ac_n "(cached) $ac_c" 1>&6
4673
4706
 else
4674
4707
   cat > conftest.$ac_ext <<EOF
4675
 
-#line 9069 "configure"
4676
 
+#line 9005 "configure"
 
4708
-#line 9204 "configure"
 
4709
+#line 9104 "configure"
4677
4710
 #include "confdefs.h"
4678
4711
 #include <X11/extensions/Xinerama.h>
4679
4712
 EOF
4680
4713
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4681
 
-{ (eval echo configure:9074: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4682
 
+{ (eval echo configure:9010: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4714
-{ (eval echo configure:9209: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4715
+{ (eval echo configure:9109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4683
4716
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4684
4717
 if test -z "$ac_err"; then
4685
4718
   rm -rf conftest*
4688
4721
   echo "$ac_err" >&5
4689
4722
   echo "configure: failed program was:" >&5
4690
4723
   cat conftest.$ac_ext >&5
4691
 
@@ -9088,36 +9024,36 @@
 
4724
@@ -9223,36 +9123,36 @@
4692
4725
   echo "$ac_t""yes" 1>&6
4693
4726
   :
4694
4727
 else
4697
4730
 
4698
4731
 
4699
4732
                 echo $ac_n "checking for XShmCreateImage in -lXext""... $ac_c" 1>&6
4700
 
-echo "configure:9097: checking for XShmCreateImage in -lXext" >&5
4701
 
+echo "configure:9033: checking for XShmCreateImage in -lXext" >&5
 
4733
-echo "configure:9232: checking for XShmCreateImage in -lXext" >&5
 
4734
+echo "configure:9132: checking for XShmCreateImage in -lXext" >&5
4702
4735
 ac_lib_var=`echo Xext'_'XShmCreateImage | sed 'y%./+-%__p_%'`
4703
4736
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4704
4737
   echo $ac_n "(cached) $ac_c" 1>&6
4706
4739
   ac_save_LIBS="$LIBS"
4707
4740
 LIBS="-lXext $XLIBS $XEXT_LIBS $LIBS"
4708
4741
 cat > conftest.$ac_ext <<EOF
4709
 
-#line 9105 "configure"
4710
 
+#line 9041 "configure"
 
4742
-#line 9240 "configure"
 
4743
+#line 9140 "configure"
4711
4744
 #include "confdefs.h"
4712
4745
 /* Override any gcc2 internal prototype to avoid an error.  */
4713
4746
 /* We use char because int might match the return type of a gcc2
4718
4751
 XShmCreateImage()
4719
4752
 ; return 0; }
4720
4753
 EOF
4721
 
-if { (eval echo configure:9116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4722
 
+if { (eval echo configure:9052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4754
-if { (eval echo configure:9251: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4755
+if { (eval echo configure:9151: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4723
4756
   rm -rf conftest*
4724
4757
   eval "ac_cv_lib_$ac_lib_var=yes"
4725
4758
 else
4728
4761
   rm -rf conftest*
4729
4762
   eval "ac_cv_lib_$ac_lib_var=no"
4730
4763
 fi
4731
 
@@ -9129,27 +9065,27 @@
 
4764
@@ -9264,27 +9164,27 @@
4732
4765
   echo "$ac_t""yes" 1>&6
4733
4766
   _HAVE_XSHM_XEXT=1
4734
4767
 else
4737
4770
 
4738
4771
     ac_safe=`echo "X11/extensions/XShm.h" | sed 'y%./+-%__p_%'`
4739
4772
 echo $ac_n "checking for X11/extensions/XShm.h""... $ac_c" 1>&6
4740
 
-echo "configure:9138: checking for X11/extensions/XShm.h" >&5
4741
 
+echo "configure:9074: checking for X11/extensions/XShm.h" >&5
 
4773
-echo "configure:9273: checking for X11/extensions/XShm.h" >&5
 
4774
+echo "configure:9173: checking for X11/extensions/XShm.h" >&5
4742
4775
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4743
4776
   echo $ac_n "(cached) $ac_c" 1>&6
4744
4777
 else
4745
4778
   cat > conftest.$ac_ext <<EOF
4746
 
-#line 9143 "configure"
4747
 
+#line 9079 "configure"
 
4779
-#line 9278 "configure"
 
4780
+#line 9178 "configure"
4748
4781
 #include "confdefs.h"
4749
4782
 #include <X11/extensions/XShm.h>
4750
4783
 EOF
4751
4784
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4752
 
-{ (eval echo configure:9148: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4753
 
+{ (eval echo configure:9084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4785
-{ (eval echo configure:9283: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4786
+{ (eval echo configure:9183: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4754
4787
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4755
4788
 if test -z "$ac_err"; then
4756
4789
   rm -rf conftest*
4759
4792
   echo "$ac_err" >&5
4760
4793
   echo "configure: failed program was:" >&5
4761
4794
   cat conftest.$ac_ext >&5
4762
 
@@ -9169,36 +9105,36 @@
 
4795
@@ -9304,36 +9204,36 @@
4763
4796
         test -n "$_HAVE_XSHM_XEXT"; then
4764
4797
         cat >> confdefs.h <<\EOF
4765
4798
 #define HAVE_XSHM 1
4768
4801
     fi
4769
4802
 
4770
4803
                 echo $ac_n "checking for XieFloGeometry in -lXIE""... $ac_c" 1>&6
4771
 
-echo "configure:9178: checking for XieFloGeometry in -lXIE" >&5
4772
 
+echo "configure:9114: checking for XieFloGeometry in -lXIE" >&5
 
4804
-echo "configure:9313: checking for XieFloGeometry in -lXIE" >&5
 
4805
+echo "configure:9213: checking for XieFloGeometry in -lXIE" >&5
4773
4806
 ac_lib_var=`echo XIE'_'XieFloGeometry | sed 'y%./+-%__p_%'`
4774
4807
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
4775
4808
   echo $ac_n "(cached) $ac_c" 1>&6
4777
4810
   ac_save_LIBS="$LIBS"
4778
4811
 LIBS="-lXIE $XLIBS $XEXT_LIBS $LIBS"
4779
4812
 cat > conftest.$ac_ext <<EOF
4780
 
-#line 9186 "configure"
4781
 
+#line 9122 "configure"
 
4813
-#line 9321 "configure"
 
4814
+#line 9221 "configure"
4782
4815
 #include "confdefs.h"
4783
4816
 /* Override any gcc2 internal prototype to avoid an error.  */
4784
4817
 /* We use char because int might match the return type of a gcc2
4789
4822
 XieFloGeometry()
4790
4823
 ; return 0; }
4791
4824
 EOF
4792
 
-if { (eval echo configure:9197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4793
 
+if { (eval echo configure:9133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4825
-if { (eval echo configure:9332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
4826
+if { (eval echo configure:9232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
4794
4827
   rm -rf conftest*
4795
4828
   eval "ac_cv_lib_$ac_lib_var=yes"
4796
4829
 else
4799
4832
   rm -rf conftest*
4800
4833
   eval "ac_cv_lib_$ac_lib_var=no"
4801
4834
 fi
4802
 
@@ -9210,27 +9146,27 @@
 
4835
@@ -9345,27 +9245,27 @@
4803
4836
   echo "$ac_t""yes" 1>&6
4804
4837
   MOZ_XIE_LIBS="-lXIE"
4805
4838
 else
4808
4841
 
4809
4842
     ac_safe=`echo "X11/extensions/XIElib.h" | sed 'y%./+-%__p_%'`
4810
4843
 echo $ac_n "checking for X11/extensions/XIElib.h""... $ac_c" 1>&6
4811
 
-echo "configure:9219: checking for X11/extensions/XIElib.h" >&5
4812
 
+echo "configure:9155: checking for X11/extensions/XIElib.h" >&5
 
4844
-echo "configure:9354: checking for X11/extensions/XIElib.h" >&5
 
4845
+echo "configure:9254: checking for X11/extensions/XIElib.h" >&5
4813
4846
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
4814
4847
   echo $ac_n "(cached) $ac_c" 1>&6
4815
4848
 else
4816
4849
   cat > conftest.$ac_ext <<EOF
4817
 
-#line 9224 "configure"
4818
 
+#line 9160 "configure"
 
4850
-#line 9359 "configure"
 
4851
+#line 9259 "configure"
4819
4852
 #include "confdefs.h"
4820
4853
 #include <X11/extensions/XIElib.h>
4821
4854
 EOF
4822
4855
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
4823
 
-{ (eval echo configure:9229: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4824
 
+{ (eval echo configure:9165: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4856
-{ (eval echo configure:9364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
4857
+{ (eval echo configure:9264: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
4825
4858
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
4826
4859
 if test -z "$ac_err"; then
4827
4860
   rm -rf conftest*
4830
4863
   echo "$ac_err" >&5
4831
4864
   echo "configure: failed program was:" >&5
4832
4865
   cat conftest.$ac_ext >&5
4833
 
@@ -9294,17 +9230,17 @@
 
4866
@@ -9429,17 +9329,17 @@
4834
4867
   ft_config_args="$ft_config_args --prefix=$ft_config_prefix"
4835
4868
   if test x${FT2_CONFIG+set} != xset ; then
4836
4869
     FT2_CONFIG=$ft_config_prefix/bin/freetype-config
4839
4872
 # Extract the first word of "freetype-config", so it can be a program name with args.
4840
4873
 set dummy freetype-config; ac_word=$2
4841
4874
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
4842
 
-echo "configure:9303: checking for $ac_word" >&5
4843
 
+echo "configure:9239: checking for $ac_word" >&5
 
4875
-echo "configure:9438: checking for $ac_word" >&5
 
4876
+echo "configure:9338: checking for $ac_word" >&5
4844
4877
 if eval "test \"`echo '$''{'ac_cv_path_FT2_CONFIG'+set}'`\" = set"; then
4845
4878
   echo $ac_n "(cached) $ac_c" 1>&6
4846
4879
 else
4849
4882
   ac_cv_path_FT2_CONFIG="$FT2_CONFIG" # Let the user override the test with a path.
4850
4883
   ;;
4851
4884
   ?:/*)                         
4852
 
@@ -9330,17 +9266,17 @@
 
4885
@@ -9465,17 +9365,17 @@
4853
4886
   echo "$ac_t""$FT2_CONFIG" 1>&6
4854
4887
 else
4855
4888
   echo "$ac_t""no" 1>&6
4858
4891
 
4859
4892
 min_ft_version=6.1.0
4860
4893
 echo $ac_n "checking for FreeType - version >= $min_ft_version""... $ac_c" 1>&6
4861
 
-echo "configure:9339: checking for FreeType - version >= $min_ft_version" >&5
4862
 
+echo "configure:9275: checking for FreeType - version >= $min_ft_version" >&5
 
4894
-echo "configure:9474: checking for FreeType - version >= $min_ft_version" >&5
 
4895
+echo "configure:9374: checking for FreeType - version >= $min_ft_version" >&5
4863
4896
 no_ft=""
4864
4897
 if test "$FT2_CONFIG" = "no" ; then
4865
4898
   no_ft=yes
4868
4901
   FT2_LIBS=`$FT2_CONFIG $ft_config_args --libs`
4869
4902
   ft_config_major_version=`$FT2_CONFIG $ft_config_args --version | \
4870
4903
          sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
4871
 
@@ -9378,17 +9314,17 @@
 
4904
@@ -9513,17 +9413,17 @@
4872
4905
       ac_save_CFLAGS="$CFLAGS"
4873
4906
       ac_save_LIBS="$LIBS"
4874
4907
       CFLAGS="$CFLAGS $FT2_CFLAGS"
4877
4910
   echo $ac_n "cross compiling; assumed OK... $ac_c"
4878
4911
 else
4879
4912
   cat > conftest.$ac_ext <<EOF
4880
 
-#line 9387 "configure"
4881
 
+#line 9323 "configure"
 
4913
-#line 9522 "configure"
 
4914
+#line 9422 "configure"
4882
4915
 #include "confdefs.h"
4883
4916
 
4884
4917
 #include <ft2build.h>
4887
4920
 #include <stdlib.h>
4888
4921
 
4889
4922
 int
4890
 
@@ -9404,17 +9340,17 @@
 
4923
@@ -9539,17 +9439,17 @@
4891
4924
   else
4892
4925
   {
4893
4926
     FT_Done_FreeType(library);
4896
4929
 }
4897
4930
 
4898
4931
 EOF
4899
 
-if { (eval echo configure:9413: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4900
 
+if { (eval echo configure:9349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
4932
-if { (eval echo configure:9548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
4933
+if { (eval echo configure:9448: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
4901
4934
 then
4902
4935
   :
4903
4936
 else
4906
4939
   rm -fr conftest*
4907
4940
   no_ft=yes
4908
4941
 fi
4909
 
@@ -9456,17 +9392,17 @@
 
4942
@@ -9591,17 +9491,17 @@
4910
4943
 
4911
4944
 
4912
4945
 
4915
4948
 
4916
4949
 
4917
4950
 echo $ac_n "checking for pthread_create in -lpthreads""... $ac_c" 1>&6
4918
 
-echo "configure:9465: checking for pthread_create in -lpthreads" >&5
4919
 
+echo "configure:9401: checking for pthread_create in -lpthreads" >&5
 
4951
-echo "configure:9600: checking for pthread_create in -lpthreads" >&5
 
4952
+echo "configure:9500: checking for pthread_create in -lpthreads" >&5
4920
4953
 echo "
4921
4954
     #include <pthread.h> 
4922
4955
     void *foo(void *v) { int a = 1;  } 
4925
4958
         if (!pthread_create(&t, 0, &foo, 0)) {
4926
4959
             pthread_join(t, 0);
4927
4960
         }
4928
 
@@ -9478,17 +9414,17 @@
 
4961
@@ -9613,17 +9513,17 @@
4929
4962
     rm -f dummy.c dummy${ac_exeext} ;
4930
4963
     if test "$_res" = "0"; then
4931
4964
         echo "$ac_t""yes" 1>&6
4934
4967
         echo "$ac_t""no" 1>&6
4935
4968
         
4936
4969
 echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
4937
 
-echo "configure:9487: checking for pthread_create in -lpthread" >&5
4938
 
+echo "configure:9423: checking for pthread_create in -lpthread" >&5
 
4970
-echo "configure:9622: checking for pthread_create in -lpthread" >&5
 
4971
+echo "configure:9522: checking for pthread_create in -lpthread" >&5
4939
4972
 echo "
4940
4973
     #include <pthread.h> 
4941
4974
     void *foo(void *v) { int a = 1;  } 
4944
4977
         if (!pthread_create(&t, 0, &foo, 0)) {
4945
4978
             pthread_join(t, 0);
4946
4979
         }
4947
 
@@ -9500,17 +9436,17 @@
 
4980
@@ -9635,17 +9535,17 @@
4948
4981
     rm -f dummy.c dummy${ac_exeext} ;
4949
4982
     if test "$_res" = "0"; then
4950
4983
         echo "$ac_t""yes" 1>&6
4953
4986
         echo "$ac_t""no" 1>&6
4954
4987
         
4955
4988
 echo $ac_n "checking for pthread_create in -lc_r""... $ac_c" 1>&6
4956
 
-echo "configure:9509: checking for pthread_create in -lc_r" >&5
4957
 
+echo "configure:9445: checking for pthread_create in -lc_r" >&5
 
4989
-echo "configure:9644: checking for pthread_create in -lc_r" >&5
 
4990
+echo "configure:9544: checking for pthread_create in -lc_r" >&5
4958
4991
 echo "
4959
4992
     #include <pthread.h> 
4960
4993
     void *foo(void *v) { int a = 1;  } 
4963
4996
         if (!pthread_create(&t, 0, &foo, 0)) {
4964
4997
             pthread_join(t, 0);
4965
4998
         }
4966
 
@@ -9522,17 +9458,17 @@
 
4999
@@ -9657,17 +9557,17 @@
4967
5000
     rm -f dummy.c dummy${ac_exeext} ;
4968
5001
     if test "$_res" = "0"; then
4969
5002
         echo "$ac_t""yes" 1>&6
4972
5005
         echo "$ac_t""no" 1>&6
4973
5006
         
4974
5007
 echo $ac_n "checking for pthread_create in -lc""... $ac_c" 1>&6
4975
 
-echo "configure:9531: checking for pthread_create in -lc" >&5
4976
 
+echo "configure:9467: checking for pthread_create in -lc" >&5
 
5008
-echo "configure:9666: checking for pthread_create in -lc" >&5
 
5009
+echo "configure:9566: checking for pthread_create in -lc" >&5
4977
5010
 echo "
4978
5011
     #include <pthread.h> 
4979
5012
     void *foo(void *v) { int a = 1;  } 
4982
5015
         if (!pthread_create(&t, 0, &foo, 0)) {
4983
5016
             pthread_join(t, 0);
4984
5017
         }
4985
 
@@ -9578,17 +9514,17 @@
 
5018
@@ -9713,17 +9613,17 @@
4986
5019
 fi
4987
5020
 
4988
5021
 
4991
5024
                                rm -f conftest*
4992
5025
        ac_cv_have_dash_pthread=no
4993
5026
        echo $ac_n "checking whether ${CC-cc} accepts -pthread""... $ac_c" 1>&6
4994
 
-echo "configure:9587: checking whether ${CC-cc} accepts -pthread" >&5
4995
 
+echo "configure:9523: checking whether ${CC-cc} accepts -pthread" >&5
 
5027
-echo "configure:9722: checking whether ${CC-cc} accepts -pthread" >&5
 
5028
+echo "configure:9622: checking whether ${CC-cc} accepts -pthread" >&5
4996
5029
        echo 'int main() { return 0; }' | cat > conftest.c
4997
5030
        ${CC-cc} -pthread -o conftest conftest.c > conftest.out 2>&1
4998
5031
        if test $? -eq 0; then
5001
5034
                case "$target_os" in
5002
5035
                freebsd*)
5003
5036
 # Freebsd doesn't use -pthread for compiles, it uses them for linking
5004
 
@@ -9601,17 +9537,17 @@
 
5037
@@ -9736,17 +9636,17 @@
5005
5038
                fi
5006
5039
        fi
5007
5040
        rm -f conftest*
5010
5043
                            ac_cv_have_dash_pthreads=no
5011
5044
     if test "$ac_cv_have_dash_pthread" = "no"; then
5012
5045
            echo $ac_n "checking whether ${CC-cc} accepts -pthreads""... $ac_c" 1>&6
5013
 
-echo "configure:9610: checking whether ${CC-cc} accepts -pthreads" >&5
5014
 
+echo "configure:9546: checking whether ${CC-cc} accepts -pthreads" >&5
 
5046
-echo "configure:9745: checking whether ${CC-cc} accepts -pthreads" >&5
 
5047
+echo "configure:9645: checking whether ${CC-cc} accepts -pthreads" >&5
5015
5048
        echo 'int main() { return 0; }' | cat > conftest.c
5016
5049
            ${CC-cc} -pthreads -o conftest conftest.c > conftest.out 2>&1
5017
5050
        if test $? -eq 0; then
5020
5053
                            CFLAGS="$CFLAGS -pthreads"
5021
5054
                            CXXFLAGS="$CXXFLAGS -pthreads"
5022
5055
                    fi
5023
 
@@ -9723,17 +9659,17 @@
 
5056
@@ -9858,17 +9758,17 @@
5024
5057
         esac
5025
5058
     fi
5026
5059
     ;;
5029
5062
 
5030
5063
 
5031
5064
 echo $ac_n "checking whether mmap() sees write()s""... $ac_c" 1>&6
5032
 
-echo "configure:9732: checking whether mmap() sees write()s" >&5
5033
 
+echo "configure:9668: checking whether mmap() sees write()s" >&5
 
5065
-echo "configure:9867: checking whether mmap() sees write()s" >&5
 
5066
+echo "configure:9767: checking whether mmap() sees write()s" >&5
5034
5067
 
5035
5068
 
5036
5069
 mmap_test_prog='
5039
5072
     #include <sys/mman.h>
5040
5073
     #include <sys/types.h>
5041
5074
     #include <sys/stat.h>
5042
 
@@ -9762,21 +9698,21 @@
 
5075
@@ -9897,21 +9797,21 @@
5043
5076
     }
5044
5077
 '
5045
5078
 
5048
5081
   result="yes"
5049
5082
 else
5050
5083
   cat > conftest.$ac_ext <<EOF
5051
 
-#line 9771 "configure"
5052
 
+#line 9707 "configure"
 
5084
-#line 9906 "configure"
 
5085
+#line 9806 "configure"
5053
5086
 #include "confdefs.h"
5054
5087
 $mmap_test_prog 
5055
5088
 EOF
5056
 
-if { (eval echo configure:9775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5057
 
+if { (eval echo configure:9711: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5089
-if { (eval echo configure:9910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5090
+if { (eval echo configure:9810: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5058
5091
 then
5059
5092
   result="yes"
5060
5093
 else
5063
5096
   rm -fr conftest*
5064
5097
   result="no"
5065
5098
 fi
5066
 
@@ -9791,23 +9727,23 @@
 
5099
@@ -9926,23 +9826,23 @@
5067
5100
 #define MMAP_MISSES_WRITES 1
5068
5101
 EOF
5069
5102
 
5072
5105
 
5073
5106
 if test $ac_cv_prog_gcc = yes; then
5074
5107
     echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
5075
 
-echo "configure:9800: checking whether ${CC-cc} needs -traditional" >&5
5076
 
+echo "configure:9736: checking whether ${CC-cc} needs -traditional" >&5
 
5108
-echo "configure:9935: checking whether ${CC-cc} needs -traditional" >&5
 
5109
+echo "configure:9835: checking whether ${CC-cc} needs -traditional" >&5
5077
5110
 if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
5078
5111
   echo $ac_n "(cached) $ac_c" 1>&6
5079
5112
 else
5080
5113
     ac_pattern="Autoconf.*'x'"
5081
5114
   cat > conftest.$ac_ext <<EOF
5082
 
-#line 9806 "configure"
5083
 
+#line 9742 "configure"
 
5115
-#line 9941 "configure"
 
5116
+#line 9841 "configure"
5084
5117
 #include "confdefs.h"
5085
5118
 #include <sgtty.h>
5086
5119
 Autoconf TIOCGETP
5089
5122
   egrep "$ac_pattern" >/dev/null 2>&1; then
5090
5123
   rm -rf conftest*
5091
5124
   ac_cv_prog_gcc_traditional=yes
5092
 
@@ -9815,17 +9751,17 @@
 
5125
@@ -9950,17 +9850,17 @@
5093
5126
   rm -rf conftest*
5094
5127
   ac_cv_prog_gcc_traditional=no
5095
5128
 fi
5098
5131
 
5099
5132
   if test $ac_cv_prog_gcc_traditional = no; then
5100
5133
     cat > conftest.$ac_ext <<EOF
5101
 
-#line 9824 "configure"
5102
 
+#line 9760 "configure"
 
5134
-#line 9959 "configure"
 
5135
+#line 9859 "configure"
5103
5136
 #include "confdefs.h"
5104
5137
 #include <termio.h>
5105
5138
 Autoconf TCGETA
5108
5141
   egrep "$ac_pattern" >/dev/null 2>&1; then
5109
5142
   rm -rf conftest*
5110
5143
   ac_cv_prog_gcc_traditional=yes
5111
 
@@ -9837,35 +9773,35 @@
 
5144
@@ -9972,35 +9872,35 @@
5112
5145
 
5113
5146
 echo "$ac_t""$ac_cv_prog_gcc_traditional" 1>&6
5114
5147
   if test $ac_cv_prog_gcc_traditional = yes; then
5117
5150
 fi
5118
5151
 
5119
5152
 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
5120
 
-echo "configure:9846: checking for 8-bit clean memcmp" >&5
5121
 
+echo "configure:9782: checking for 8-bit clean memcmp" >&5
 
5153
-echo "configure:9981: checking for 8-bit clean memcmp" >&5
 
5154
+echo "configure:9881: checking for 8-bit clean memcmp" >&5
5122
5155
 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
5123
5156
   echo $ac_n "(cached) $ac_c" 1>&6
5124
5157
 else
5126
5159
   ac_cv_func_memcmp_clean=no
5127
5160
 else
5128
5161
   cat > conftest.$ac_ext <<EOF
5129
 
-#line 9854 "configure"
5130
 
+#line 9790 "configure"
 
5162
-#line 9989 "configure"
 
5163
+#line 9889 "configure"
5131
5164
 #include "confdefs.h"
5132
5165
 
5133
5166
 main()
5137
5170
 }
5138
5171
 
5139
5172
 EOF
5140
 
-if { (eval echo configure:9864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5141
 
+if { (eval echo configure:9800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5173
-if { (eval echo configure:9999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5174
+if { (eval echo configure:9899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5142
5175
 then
5143
5176
   ac_cv_func_memcmp_clean=yes
5144
5177
 else
5147
5180
   rm -fr conftest*
5148
5181
   ac_cv_func_memcmp_clean=no
5149
5182
 fi
5150
 
@@ -9875,22 +9811,22 @@
 
5183
@@ -10010,22 +9910,22 @@
5151
5184
 fi
5152
5185
 
5153
5186
 echo "$ac_t""$ac_cv_func_memcmp_clean" 1>&6
5156
5189
 for ac_func in random strerror lchown fchmod snprintf statvfs memmove rint stat64 lstat64
5157
5190
 do
5158
5191
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5159
 
-echo "configure:9884: checking for $ac_func" >&5
5160
 
+echo "configure:9820: checking for $ac_func" >&5
 
5192
-echo "configure:10019: checking for $ac_func" >&5
 
5193
+echo "configure:9919: checking for $ac_func" >&5
5161
5194
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5162
5195
   echo $ac_n "(cached) $ac_c" 1>&6
5163
5196
 else
5164
5197
   cat > conftest.$ac_ext <<EOF
5165
 
-#line 9889 "configure"
5166
 
+#line 9825 "configure"
 
5198
-#line 10024 "configure"
 
5199
+#line 9924 "configure"
5167
5200
 #include "confdefs.h"
5168
5201
 /* System header to define __stub macros and hopefully few prototypes,
5169
5202
     which can conflict with char $ac_func(); below.  */
5172
5205
 /* We use char because int might match the return type of a gcc2
5173
5206
     builtin and then its argument prototype would still apply.  */
5174
5207
 char $ac_func();
5175
 
@@ -9903,17 +9839,17 @@
 
5208
@@ -10038,17 +9938,17 @@
5176
5209
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5177
5210
 choke me
5178
5211
 #else
5181
5214
 
5182
5215
 ; return 0; }
5183
5216
 EOF
5184
 
-if { (eval echo configure:9912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5185
 
+if { (eval echo configure:9848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5217
-if { (eval echo configure:10047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5218
+if { (eval echo configure:9947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5186
5219
   rm -rf conftest*
5187
5220
   eval "ac_cv_func_$ac_func=yes"
5188
5221
 else
5191
5224
   rm -rf conftest*
5192
5225
   eval "ac_cv_func_$ac_func=no"
5193
5226
 fi
5194
 
@@ -9930,22 +9866,22 @@
 
5227
@@ -10065,22 +9965,22 @@
5195
5228
 else
5196
5229
   echo "$ac_t""no" 1>&6
5197
5230
 fi
5200
5233
 for ac_func in flockfile getpagesize
5201
5234
 do
5202
5235
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5203
 
-echo "configure:9939: checking for $ac_func" >&5
5204
 
+echo "configure:9875: checking for $ac_func" >&5
 
5236
-echo "configure:10074: checking for $ac_func" >&5
 
5237
+echo "configure:9974: checking for $ac_func" >&5
5205
5238
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5206
5239
   echo $ac_n "(cached) $ac_c" 1>&6
5207
5240
 else
5208
5241
   cat > conftest.$ac_ext <<EOF
5209
 
-#line 9944 "configure"
5210
 
+#line 9880 "configure"
 
5242
-#line 10079 "configure"
 
5243
+#line 9979 "configure"
5211
5244
 #include "confdefs.h"
5212
5245
 /* System header to define __stub macros and hopefully few prototypes,
5213
5246
     which can conflict with char $ac_func(); below.  */
5216
5249
 /* We use char because int might match the return type of a gcc2
5217
5250
     builtin and then its argument prototype would still apply.  */
5218
5251
 char $ac_func();
5219
 
@@ -9958,17 +9894,17 @@
 
5252
@@ -10093,17 +9993,17 @@
5220
5253
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5221
5254
 choke me
5222
5255
 #else
5225
5258
 
5226
5259
 ; return 0; }
5227
5260
 EOF
5228
 
-if { (eval echo configure:9967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5229
 
+if { (eval echo configure:9903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5261
-if { (eval echo configure:10102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5262
+if { (eval echo configure:10002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5230
5263
   rm -rf conftest*
5231
5264
   eval "ac_cv_func_$ac_func=yes"
5232
5265
 else
5235
5268
   rm -rf conftest*
5236
5269
   eval "ac_cv_func_$ac_func=no"
5237
5270
 fi
5238
 
@@ -9987,22 +9923,22 @@
 
5271
@@ -10122,22 +10022,22 @@
5239
5272
 fi
5240
5273
 done
5241
5274
 
5244
5277
   for ac_func in localtime_r strtok_r
5245
5278
 do
5246
5279
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5247
 
-echo "configure:9996: checking for $ac_func" >&5
5248
 
+echo "configure:9932: checking for $ac_func" >&5
 
5280
-echo "configure:10131: checking for $ac_func" >&5
 
5281
+echo "configure:10031: checking for $ac_func" >&5
5249
5282
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
5250
5283
   echo $ac_n "(cached) $ac_c" 1>&6
5251
5284
 else
5252
5285
   cat > conftest.$ac_ext <<EOF
5253
 
-#line 10001 "configure"
5254
 
+#line 9937 "configure"
 
5286
-#line 10136 "configure"
 
5287
+#line 10036 "configure"
5255
5288
 #include "confdefs.h"
5256
5289
 /* System header to define __stub macros and hopefully few prototypes,
5257
5290
     which can conflict with char $ac_func(); below.  */
5260
5293
 /* We use char because int might match the return type of a gcc2
5261
5294
     builtin and then its argument prototype would still apply.  */
5262
5295
 char $ac_func();
5263
 
@@ -10015,17 +9951,17 @@
 
5296
@@ -10150,17 +10050,17 @@
5264
5297
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5265
5298
 choke me
5266
5299
 #else
5269
5302
 
5270
5303
 ; return 0; }
5271
5304
 EOF
5272
 
-if { (eval echo configure:10024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5273
 
+if { (eval echo configure:9960: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5305
-if { (eval echo configure:10159: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5306
+if { (eval echo configure:10059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5274
5307
   rm -rf conftest*
5275
5308
   eval "ac_cv_func_$ac_func=yes"
5276
5309
 else
5279
5312
   rm -rf conftest*
5280
5313
   eval "ac_cv_func_$ac_func=no"
5281
5314
 fi
5282
 
@@ -10051,29 +9987,29 @@
 
5315
@@ -10186,29 +10086,29 @@
5283
5316
 ac_ext=C
5284
5317
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5285
5318
 ac_cpp='$CXXCPP $CPPFLAGS'
5288
5321
 cross_compiling=$ac_cv_prog_cxx_cross
5289
5322
 
5290
5323
 echo $ac_n "checking for wcrtomb""... $ac_c" 1>&6
5291
 
-echo "configure:10060: checking for wcrtomb" >&5
5292
 
+echo "configure:9996: checking for wcrtomb" >&5
 
5324
-echo "configure:10195: checking for wcrtomb" >&5
 
5325
+echo "configure:10095: checking for wcrtomb" >&5
5293
5326
 if eval "test \"`echo '$''{'ac_cv_have_wcrtomb'+set}'`\" = set"; then
5294
5327
   echo $ac_n "(cached) $ac_c" 1>&6
5295
5328
 else
5296
5329
   cat > conftest.$ac_ext <<EOF
5297
 
-#line 10065 "configure"
5298
 
+#line 10001 "configure"
 
5330
-#line 10200 "configure"
 
5331
+#line 10100 "configure"
5299
5332
 #include "confdefs.h"
5300
5333
 #include <wchar.h>
5301
5334
 int main() {
5302
5335
 mbstate_t ps={0};wcrtomb(0,'f',&ps);
5303
5336
 ; return 0; }
5304
5337
 EOF
5305
 
-if { (eval echo configure:10072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5306
 
+if { (eval echo configure:10008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5338
-if { (eval echo configure:10207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5339
+if { (eval echo configure:10107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5307
5340
   rm -rf conftest*
5308
5341
   ac_cv_have_wcrtomb="yes"
5309
5342
 else
5312
5345
   rm -rf conftest*
5313
5346
   ac_cv_have_wcrtomb="no"
5314
5347
 fi
5315
 
@@ -10083,29 +10019,29 @@
 
5348
@@ -10218,29 +10118,29 @@
5316
5349
 echo "$ac_t""$ac_cv_have_wcrtomb" 1>&6
5317
5350
 if test "$ac_cv_have_wcrtomb" = "yes"; then
5318
5351
     cat >> confdefs.h <<\EOF
5321
5354
 
5322
5355
 fi
5323
5356
 echo $ac_n "checking for mbrtowc""... $ac_c" 1>&6
5324
 
-echo "configure:10092: checking for mbrtowc" >&5
5325
 
+echo "configure:10028: checking for mbrtowc" >&5
 
5357
-echo "configure:10227: checking for mbrtowc" >&5
 
5358
+echo "configure:10127: checking for mbrtowc" >&5
5326
5359
 if eval "test \"`echo '$''{'ac_cv_have_mbrtowc'+set}'`\" = set"; then
5327
5360
   echo $ac_n "(cached) $ac_c" 1>&6
5328
5361
 else
5329
5362
   cat > conftest.$ac_ext <<EOF
5330
 
-#line 10097 "configure"
5331
 
+#line 10033 "configure"
 
5363
-#line 10232 "configure"
 
5364
+#line 10132 "configure"
5332
5365
 #include "confdefs.h"
5333
5366
 #include <wchar.h>
5334
5367
 int main() {
5335
5368
 mbstate_t ps={0};mbrtowc(0,0,0,&ps);
5336
5369
 ; return 0; }
5337
5370
 EOF
5338
 
-if { (eval echo configure:10104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5339
 
+if { (eval echo configure:10040: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5371
-if { (eval echo configure:10239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5372
+if { (eval echo configure:10139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5340
5373
   rm -rf conftest*
5341
5374
   ac_cv_have_mbrtowc="yes"
5342
5375
 else
5345
5378
   rm -rf conftest*
5346
5379
   ac_cv_have_mbrtowc="no"
5347
5380
 fi
5348
 
@@ -10124,34 +10060,34 @@
 
5381
@@ -10259,34 +10159,34 @@
5349
5382
 ac_cpp='$CPP $CPPFLAGS'
5350
5383
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5351
5384
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5354
5387
 fi
5355
5388
 
5356
5389
 echo $ac_n "checking for res_ninit()""... $ac_c" 1>&6
5357
 
-echo "configure:10133: checking for res_ninit()" >&5
5358
 
+echo "configure:10069: checking for res_ninit()" >&5
 
5390
-echo "configure:10268: checking for res_ninit()" >&5
 
5391
+echo "configure:10168: checking for res_ninit()" >&5
5359
5392
 if eval "test \"`echo '$''{'ac_cv_func_res_ninit'+set}'`\" = set"; then
5360
5393
   echo $ac_n "(cached) $ac_c" 1>&6
5361
5394
 else
5362
5395
   cat > conftest.$ac_ext <<EOF
5363
 
-#line 10138 "configure"
5364
 
+#line 10074 "configure"
 
5396
-#line 10273 "configure"
 
5397
+#line 10173 "configure"
5365
5398
 #include "confdefs.h"
5366
5399
 
5367
5400
         #ifdef linux
5373
5406
 int foo = res_ninit(&_res);
5374
5407
 ; return 0; }
5375
5408
 EOF
5376
 
-if { (eval echo configure:10150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5377
 
+if { (eval echo configure:10086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5409
-if { (eval echo configure:10285: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5410
+if { (eval echo configure:10185: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5378
5411
   rm -rf conftest*
5379
5412
   ac_cv_func_res_ninit=yes
5380
5413
 else
5383
5416
   rm -rf conftest*
5384
5417
   ac_cv_func_res_ninit=no
5385
5418
 fi
5386
 
@@ -10171,33 +10107,33 @@
 
5419
@@ -10306,33 +10206,33 @@
5387
5420
 ac_ext=C
5388
5421
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5389
5422
 ac_cpp='$CXXCPP $CPPFLAGS'
5392
5425
 cross_compiling=$ac_cv_prog_cxx_cross
5393
5426
 
5394
5427
 echo $ac_n "checking for gnu_get_libc_version()""... $ac_c" 1>&6
5395
 
-echo "configure:10180: checking for gnu_get_libc_version()" >&5
5396
 
+echo "configure:10116: checking for gnu_get_libc_version()" >&5
 
5428
-echo "configure:10315: checking for gnu_get_libc_version()" >&5
 
5429
+echo "configure:10215: checking for gnu_get_libc_version()" >&5
5397
5430
 if eval "test \"`echo '$''{'ac_cv_func_gnu_get_libc_version'+set}'`\" = set"; then
5398
5431
   echo $ac_n "(cached) $ac_c" 1>&6
5399
5432
 else
5400
5433
   cat > conftest.$ac_ext <<EOF
5401
 
-#line 10185 "configure"
5402
 
+#line 10121 "configure"
 
5434
-#line 10320 "configure"
 
5435
+#line 10220 "configure"
5403
5436
 #include "confdefs.h"
5404
5437
 
5405
5438
         #ifdef HAVE_GNU_LIBC_VERSION_H
5410
5443
 const char *glibc_version = gnu_get_libc_version();
5411
5444
 ; return 0; }
5412
5445
 EOF
5413
 
-if { (eval echo configure:10196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5414
 
+if { (eval echo configure:10132: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5446
-if { (eval echo configure:10331: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5447
+if { (eval echo configure:10231: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5415
5448
   rm -rf conftest*
5416
5449
   ac_cv_func_gnu_get_libc_version=yes
5417
5450
 else
5420
5453
   rm -rf conftest*
5421
5454
   ac_cv_func_gnu_get_libc_version=no 
5422
5455
         
5423
 
@@ -10216,39 +10152,39 @@
 
5456
@@ -10351,39 +10251,39 @@
5424
5457
 fi
5425
5458
 
5426
5459
 case $target_os in
5429
5462
     *)
5430
5463
     
5431
5464
 echo $ac_n "checking for iconv in -lc""... $ac_c" 1>&6
5432
 
-echo "configure:10225: checking for iconv in -lc" >&5
5433
 
+echo "configure:10161: checking for iconv in -lc" >&5
 
5465
-echo "configure:10360: checking for iconv in -lc" >&5
 
5466
+echo "configure:10260: checking for iconv in -lc" >&5
5434
5467
 ac_lib_var=`echo c'_'iconv | sed 'y%./+-%__p_%'`
5435
5468
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5436
5469
   echo $ac_n "(cached) $ac_c" 1>&6
5438
5471
   ac_save_LIBS="$LIBS"
5439
5472
 LIBS="-lc  $LIBS"
5440
5473
 cat > conftest.$ac_ext <<EOF
5441
 
-#line 10233 "configure"
5442
 
+#line 10169 "configure"
 
5474
-#line 10368 "configure"
 
5475
+#line 10268 "configure"
5443
5476
 #include "confdefs.h"
5444
5477
 /* Override any gcc2 internal prototype to avoid an error.  */
5445
5478
 #ifdef __cplusplus
5453
5486
 iconv()
5454
5487
 ; return 0; }
5455
5488
 EOF
5456
 
-if { (eval echo configure:10247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5457
 
+if { (eval echo configure:10183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5489
-if { (eval echo configure:10382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5490
+if { (eval echo configure:10282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5458
5491
   rm -rf conftest*
5459
5492
   eval "ac_cv_lib_$ac_lib_var=yes"
5460
5493
 else
5463
5496
   rm -rf conftest*
5464
5497
   eval "ac_cv_lib_$ac_lib_var=no"
5465
5498
 fi
5466
 
@@ -10257,39 +10193,39 @@
 
5499
@@ -10392,39 +10292,39 @@
5467
5500
 
5468
5501
 fi
5469
5502
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5472
5505
 else
5473
5506
   echo "$ac_t""no" 1>&6
5474
5507
 echo $ac_n "checking for iconv in -liconv""... $ac_c" 1>&6
5475
 
-echo "configure:10266: checking for iconv in -liconv" >&5
5476
 
+echo "configure:10202: checking for iconv in -liconv" >&5
 
5508
-echo "configure:10401: checking for iconv in -liconv" >&5
 
5509
+echo "configure:10301: checking for iconv in -liconv" >&5
5477
5510
 ac_lib_var=`echo iconv'_'iconv | sed 'y%./+-%__p_%'`
5478
5511
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5479
5512
   echo $ac_n "(cached) $ac_c" 1>&6
5481
5514
   ac_save_LIBS="$LIBS"
5482
5515
 LIBS="-liconv  $LIBS"
5483
5516
 cat > conftest.$ac_ext <<EOF
5484
 
-#line 10274 "configure"
5485
 
+#line 10210 "configure"
 
5517
-#line 10409 "configure"
 
5518
+#line 10309 "configure"
5486
5519
 #include "confdefs.h"
5487
5520
 /* Override any gcc2 internal prototype to avoid an error.  */
5488
5521
 #ifdef __cplusplus
5496
5529
 iconv()
5497
5530
 ; return 0; }
5498
5531
 EOF
5499
 
-if { (eval echo configure:10288: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5500
 
+if { (eval echo configure:10224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5532
-if { (eval echo configure:10423: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5533
+if { (eval echo configure:10323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5501
5534
   rm -rf conftest*
5502
5535
   eval "ac_cv_lib_$ac_lib_var=yes"
5503
5536
 else
5506
5539
   rm -rf conftest*
5507
5540
   eval "ac_cv_lib_$ac_lib_var=no"
5508
5541
 fi
5509
 
@@ -10298,39 +10234,39 @@
 
5542
@@ -10433,39 +10333,39 @@
5510
5543
 
5511
5544
 fi
5512
5545
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5515
5548
 else
5516
5549
   echo "$ac_t""no" 1>&6
5517
5550
 echo $ac_n "checking for libiconv in -liconv""... $ac_c" 1>&6
5518
 
-echo "configure:10307: checking for libiconv in -liconv" >&5
5519
 
+echo "configure:10243: checking for libiconv in -liconv" >&5
 
5551
-echo "configure:10442: checking for libiconv in -liconv" >&5
 
5552
+echo "configure:10342: checking for libiconv in -liconv" >&5
5520
5553
 ac_lib_var=`echo iconv'_'libiconv | sed 'y%./+-%__p_%'`
5521
5554
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5522
5555
   echo $ac_n "(cached) $ac_c" 1>&6
5524
5557
   ac_save_LIBS="$LIBS"
5525
5558
 LIBS="-liconv  $LIBS"
5526
5559
 cat > conftest.$ac_ext <<EOF
5527
 
-#line 10315 "configure"
5528
 
+#line 10251 "configure"
 
5560
-#line 10450 "configure"
 
5561
+#line 10350 "configure"
5529
5562
 #include "confdefs.h"
5530
5563
 /* Override any gcc2 internal prototype to avoid an error.  */
5531
5564
 #ifdef __cplusplus
5539
5572
 libiconv()
5540
5573
 ; return 0; }
5541
5574
 EOF
5542
 
-if { (eval echo configure:10329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5543
 
+if { (eval echo configure:10265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5575
-if { (eval echo configure:10464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5576
+if { (eval echo configure:10364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5544
5577
   rm -rf conftest*
5545
5578
   eval "ac_cv_lib_$ac_lib_var=yes"
5546
5579
 else
5549
5582
   rm -rf conftest*
5550
5583
   eval "ac_cv_lib_$ac_lib_var=no"
5551
5584
 fi
5552
 
@@ -10347,36 +10283,36 @@
 
5585
@@ -10482,36 +10382,36 @@
5553
5586
 
5554
5587
 fi
5555
5588
 
5558
5591
 _SAVE_LIBS=$LIBS
5559
5592
 LIBS="$LIBS $_ICONV_LIBS"
5560
5593
 echo $ac_n "checking for iconv()""... $ac_c" 1>&6
5561
 
-echo "configure:10356: checking for iconv()" >&5
5562
 
+echo "configure:10292: checking for iconv()" >&5
 
5594
-echo "configure:10491: checking for iconv()" >&5
 
5595
+echo "configure:10391: checking for iconv()" >&5
5563
5596
 if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then
5564
5597
   echo $ac_n "(cached) $ac_c" 1>&6
5565
5598
 else
5566
5599
   cat > conftest.$ac_ext <<EOF
5567
 
-#line 10361 "configure"
5568
 
+#line 10297 "configure"
 
5600
-#line 10496 "configure"
 
5601
+#line 10396 "configure"
5569
5602
 #include "confdefs.h"
5570
5603
 
5571
5604
         #include <stdlib.h>
5579
5612
         
5580
5613
 ; return 0; }
5581
5614
 EOF
5582
 
-if { (eval echo configure:10375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5583
 
+if { (eval echo configure:10311: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5615
-if { (eval echo configure:10510: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5616
+if { (eval echo configure:10410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5584
5617
   rm -rf conftest*
5585
5618
   ac_cv_func_iconv=yes
5586
5619
 else
5589
5622
   rm -rf conftest*
5590
5623
   ac_cv_func_iconv=no 
5591
5624
         
5592
 
@@ -10390,37 +10326,37 @@
 
5625
@@ -10525,37 +10425,37 @@
5593
5626
     cat >> confdefs.h <<\EOF
5594
5627
 #define HAVE_ICONV 1
5595
5628
 EOF
5598
5631
     LIBXUL_LIBS="$LIBXUL_LIBS $_ICONV_LIBS"
5599
5632
     LIBICONV="$_ICONV_LIBS"
5600
5633
     echo $ac_n "checking for iconv() with const input""... $ac_c" 1>&6
5601
 
-echo "configure:10399: checking for iconv() with const input" >&5
5602
 
+echo "configure:10335: checking for iconv() with const input" >&5
 
5634
-echo "configure:10534: checking for iconv() with const input" >&5
 
5635
+echo "configure:10434: checking for iconv() with const input" >&5
5603
5636
 if eval "test \"`echo '$''{'ac_cv_func_const_iconv'+set}'`\" = set"; then
5604
5637
   echo $ac_n "(cached) $ac_c" 1>&6
5605
5638
 else
5606
5639
   cat > conftest.$ac_ext <<EOF
5607
 
-#line 10404 "configure"
5608
 
+#line 10340 "configure"
 
5640
-#line 10539 "configure"
 
5641
+#line 10439 "configure"
5609
5642
 #include "confdefs.h"
5610
5643
 
5611
5644
             #include <stdlib.h>
5620
5653
             
5621
5654
 ; return 0; }
5622
5655
 EOF
5623
 
-if { (eval echo configure:10419: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5624
 
+if { (eval echo configure:10355: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5656
-if { (eval echo configure:10554: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5657
+if { (eval echo configure:10454: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5625
5658
   rm -rf conftest*
5626
5659
   ac_cv_func_const_iconv=yes
5627
5660
 else
5630
5663
   rm -rf conftest*
5631
5664
   ac_cv_func_const_iconv=no 
5632
5665
             
5633
 
@@ -10439,29 +10375,29 @@
 
5666
@@ -10574,29 +10474,29 @@
5634
5667
 fi
5635
5668
 LIBS=$_SAVE_LIBS
5636
5669
 
5639
5672
 
5640
5673
 
5641
5674
   echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6
5642
 
-echo "configure:10448: checking for nl_langinfo and CODESET" >&5
5643
 
+echo "configure:10384: checking for nl_langinfo and CODESET" >&5
 
5675
-echo "configure:10583: checking for nl_langinfo and CODESET" >&5
 
5676
+echo "configure:10483: checking for nl_langinfo and CODESET" >&5
5644
5677
 if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then
5645
5678
   echo $ac_n "(cached) $ac_c" 1>&6
5646
5679
 else
5647
5680
   cat > conftest.$ac_ext <<EOF
5648
 
-#line 10453 "configure"
5649
 
+#line 10389 "configure"
 
5681
-#line 10588 "configure"
 
5682
+#line 10488 "configure"
5650
5683
 #include "confdefs.h"
5651
5684
 #include <langinfo.h>
5652
5685
 int main() {
5653
5686
 char* cs = nl_langinfo(CODESET);
5654
5687
 ; return 0; }
5655
5688
 EOF
5656
 
-if { (eval echo configure:10460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5657
 
+if { (eval echo configure:10396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5689
-if { (eval echo configure:10595: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
5690
+if { (eval echo configure:10495: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5658
5691
   rm -rf conftest*
5659
5692
   am_cv_langinfo_codeset=yes
5660
5693
 else
5663
5696
   rm -rf conftest*
5664
5697
   am_cv_langinfo_codeset=no
5665
5698
 fi
5666
 
@@ -10483,123 +10419,123 @@
 
5699
@@ -10618,123 +10518,123 @@
5667
5700
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
5668
5701
 ac_cpp='$CPP $CPPFLAGS'
5669
5702
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5672
5705
 
5673
5706
 
5674
5707
 echo $ac_n "checking for an implementation of va_copy()""... $ac_c" 1>&6
5675
 
-echo "configure:10492: checking for an implementation of va_copy()" >&5
5676
 
+echo "configure:10428: checking for an implementation of va_copy()" >&5
 
5708
-echo "configure:10627: checking for an implementation of va_copy()" >&5
 
5709
+echo "configure:10527: checking for an implementation of va_copy()" >&5
5677
5710
 if eval "test \"`echo '$''{'ac_cv_va_copy'+set}'`\" = set"; then
5678
5711
   echo $ac_n "(cached) $ac_c" 1>&6
5679
5712
 else
5683
5716
     
5684
5717
 else
5685
5718
   cat > conftest.$ac_ext <<EOF
5686
 
-#line 10502 "configure"
5687
 
+#line 10438 "configure"
 
5719
-#line 10637 "configure"
 
5720
+#line 10537 "configure"
5688
5721
 #include "confdefs.h"
5689
5722
 
5690
5723
         #include <stdarg.h>
5698
5731
         }
5699
5732
         int main() { f (0, 42); return 0; }
5700
5733
 EOF
5701
 
-if { (eval echo configure:10516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5702
 
+if { (eval echo configure:10452: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5734
-if { (eval echo configure:10651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5735
+if { (eval echo configure:10551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5703
5736
 then
5704
5737
   ac_cv_va_copy=yes
5705
5738
 else
5716
5749
 
5717
5750
 echo "$ac_t""$ac_cv_va_copy" 1>&6
5718
5751
 echo $ac_n "checking for an implementation of __va_copy()""... $ac_c" 1>&6
5719
 
-echo "configure:10533: checking for an implementation of __va_copy()" >&5
5720
 
+echo "configure:10469: checking for an implementation of __va_copy()" >&5
 
5752
-echo "configure:10668: checking for an implementation of __va_copy()" >&5
 
5753
+echo "configure:10568: checking for an implementation of __va_copy()" >&5
5721
5754
 if eval "test \"`echo '$''{'ac_cv___va_copy'+set}'`\" = set"; then
5722
5755
   echo $ac_n "(cached) $ac_c" 1>&6
5723
5756
 else
5727
5760
     
5728
5761
 else
5729
5762
   cat > conftest.$ac_ext <<EOF
5730
 
-#line 10543 "configure"
5731
 
+#line 10479 "configure"
 
5763
-#line 10678 "configure"
 
5764
+#line 10578 "configure"
5732
5765
 #include "confdefs.h"
5733
5766
 
5734
5767
         #include <stdarg.h>
5742
5775
         }
5743
5776
         int main() { f (0, 42); return 0; }
5744
5777
 EOF
5745
 
-if { (eval echo configure:10557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5746
 
+if { (eval echo configure:10493: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5778
-if { (eval echo configure:10692: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5779
+if { (eval echo configure:10592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5747
5780
 then
5748
5781
   ac_cv___va_copy=yes
5749
5782
 else
5760
5793
 
5761
5794
 echo "$ac_t""$ac_cv___va_copy" 1>&6
5762
5795
 echo $ac_n "checking whether va_lists can be copied by value""... $ac_c" 1>&6
5763
 
-echo "configure:10574: checking whether va_lists can be copied by value" >&5
5764
 
+echo "configure:10510: checking whether va_lists can be copied by value" >&5
 
5796
-echo "configure:10709: checking whether va_lists can be copied by value" >&5
 
5797
+echo "configure:10609: checking whether va_lists can be copied by value" >&5
5765
5798
 if eval "test \"`echo '$''{'ac_cv_va_val_copy'+set}'`\" = set"; then
5766
5799
   echo $ac_n "(cached) $ac_c" 1>&6
5767
5800
 else
5771
5804
     
5772
5805
 else
5773
5806
   cat > conftest.$ac_ext <<EOF
5774
 
-#line 10584 "configure"
5775
 
+#line 10520 "configure"
 
5807
-#line 10719 "configure"
 
5808
+#line 10619 "configure"
5776
5809
 #include "confdefs.h"
5777
5810
 
5778
5811
         #include <stdarg.h>
5786
5819
         }
5787
5820
         int main() { f (0, 42); return 0; }
5788
5821
 EOF
5789
 
-if { (eval echo configure:10598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5790
 
+if { (eval echo configure:10534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5822
-if { (eval echo configure:10733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
5823
+if { (eval echo configure:10633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5791
5824
 then
5792
5825
   ac_cv_va_val_copy=yes
5793
5826
 else
5796
5829
   rm -fr conftest*
5797
5830
   ac_cv_va_val_copy=no
5798
5831
 fi
5799
 
@@ -10688,17 +10624,17 @@
 
5832
@@ -10823,17 +10723,17 @@
5800
5833
            cd ${_curdir}
5801
5834
            rm -rf conftest* _conftest
5802
5835
                    ;;
5805
5838
 if test "$GNU_CXX"; then
5806
5839
 
5807
5840
   echo $ac_n "checking for C++ exceptions flag""... $ac_c" 1>&6
5808
 
-echo "configure:10697: checking for C++ exceptions flag" >&5
5809
 
+echo "configure:10633: checking for C++ exceptions flag" >&5
 
5841
-echo "configure:10832: checking for C++ exceptions flag" >&5
 
5842
+echo "configure:10732: checking for C++ exceptions flag" >&5
5810
5843
 
5811
5844
     if eval "test \"`echo '$''{'ac_cv_cxx_exceptions_flags'+set}'`\" = set"; then
5812
5845
   echo $ac_n "(cached) $ac_c" 1>&6
5815
5848
 
5816
5849
   ${CXX-g++} ${CXXFLAGS} -c -fno-handle-exceptions conftest.C > conftest.out 2>&1
5817
5850
 
5818
 
@@ -10723,35 +10659,35 @@
 
5851
@@ -10858,35 +10758,35 @@
5819
5852
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
5820
5853
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
5821
5854
 cross_compiling=$ac_cv_prog_cxx_cross
5824
5857
 HAVE_GCC3_ABI=
5825
5858
 if test "$GNU_CC"; then
5826
5859
   echo $ac_n "checking for gcc 3.0 ABI""... $ac_c" 1>&6
5827
 
-echo "configure:10732: checking for gcc 3.0 ABI" >&5
5828
 
+echo "configure:10668: checking for gcc 3.0 ABI" >&5
 
5860
-echo "configure:10867: checking for gcc 3.0 ABI" >&5
 
5861
+echo "configure:10767: checking for gcc 3.0 ABI" >&5
5829
5862
 if eval "test \"`echo '$''{'ac_cv_gcc_three_abi'+set}'`\" = set"; then
5830
5863
   echo $ac_n "(cached) $ac_c" 1>&6
5831
5864
 else
5832
5865
   cat > conftest.$ac_ext <<EOF
5833
 
-#line 10737 "configure"
5834
 
+#line 10673 "configure"
 
5866
-#line 10872 "configure"
 
5867
+#line 10772 "configure"
5835
5868
 #include "confdefs.h"
5836
5869
 
5837
5870
 int main() {
5844
5877
                       
5845
5878
 ; return 0; }
5846
5879
 EOF
5847
 
-if { (eval echo configure:10750: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5848
 
+if { (eval echo configure:10686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5880
-if { (eval echo configure:10885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5881
+if { (eval echo configure:10785: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5849
5882
   rm -rf conftest*
5850
5883
   ac_cv_gcc_three_abi="yes"
5851
5884
 else
5854
5887
   rm -rf conftest*
5855
5888
   ac_cv_gcc_three_abi="no"
5856
5889
 fi
5857
 
@@ -10765,32 +10701,32 @@
 
5890
@@ -10900,32 +10800,32 @@
5858
5891
   else
5859
5892
       TARGET_COMPILER_ABI="${TARGET_COMPILER_ABI-gcc2}"
5860
5893
   fi
5863
5896
 
5864
5897
 
5865
5898
 echo $ac_n "checking for C++ \"explicit\" keyword""... $ac_c" 1>&6
5866
 
-echo "configure:10774: checking for C++ \"explicit\" keyword" >&5
5867
 
+echo "configure:10710: checking for C++ \"explicit\" keyword" >&5
 
5899
-echo "configure:10909: checking for C++ \"explicit\" keyword" >&5
 
5900
+echo "configure:10809: checking for C++ \"explicit\" keyword" >&5
5868
5901
 if eval "test \"`echo '$''{'ac_cv_cpp_explicit'+set}'`\" = set"; then
5869
5902
   echo $ac_n "(cached) $ac_c" 1>&6
5870
5903
 else
5871
5904
   cat > conftest.$ac_ext <<EOF
5872
 
-#line 10779 "configure"
5873
 
+#line 10715 "configure"
 
5905
-#line 10914 "configure"
 
5906
+#line 10814 "configure"
5874
5907
 #include "confdefs.h"
5875
5908
 class X {
5876
5909
                                public: explicit X(int i) : i_(i) {}
5880
5913
 X x(3);
5881
5914
 ; return 0; }
5882
5915
 EOF
5883
 
-if { (eval echo configure:10789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5884
 
+if { (eval echo configure:10725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5916
-if { (eval echo configure:10924: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5917
+if { (eval echo configure:10824: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5885
5918
   rm -rf conftest*
5886
5919
   ac_cv_cpp_explicit=yes
5887
5920
 else
5890
5923
   rm -rf conftest*
5891
5924
   ac_cv_cpp_explicit=no
5892
5925
 fi
5893
 
@@ -10801,22 +10737,22 @@
 
5926
@@ -10936,22 +10836,22 @@
5894
5927
 if test "$ac_cv_cpp_explicit" = yes ; then
5895
5928
    cat >> confdefs.h <<\EOF
5896
5929
 #define HAVE_CPP_EXPLICIT 1
5899
5932
 fi
5900
5933
 
5901
5934
 echo $ac_n "checking for C++ \"typename\" keyword""... $ac_c" 1>&6
5902
 
-echo "configure:10810: checking for C++ \"typename\" keyword" >&5
5903
 
+echo "configure:10746: checking for C++ \"typename\" keyword" >&5
 
5935
-echo "configure:10945: checking for C++ \"typename\" keyword" >&5
 
5936
+echo "configure:10845: checking for C++ \"typename\" keyword" >&5
5904
5937
 if eval "test \"`echo '$''{'ac_cv_cpp_typename'+set}'`\" = set"; then
5905
5938
   echo $ac_n "(cached) $ac_c" 1>&6
5906
5939
 else
5907
5940
   cat > conftest.$ac_ext <<EOF
5908
 
-#line 10815 "configure"
5909
 
+#line 10751 "configure"
 
5941
-#line 10950 "configure"
 
5942
+#line 10850 "configure"
5910
5943
 #include "confdefs.h"
5911
5944
 class param {
5912
5945
                                public:
5915
5948
 
5916
5949
                                template <class T> class tplt {
5917
5950
                                public:
5918
 
@@ -10825,17 +10761,17 @@
 
5951
@@ -10960,17 +10860,17 @@
5919
5952
                                        return num;
5920
5953
                                    }
5921
5954
                                };
5924
5957
                                A.foo(0);
5925
5958
 ; return 0; }
5926
5959
 EOF
5927
 
-if { (eval echo configure:10834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5928
 
+if { (eval echo configure:10770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5960
-if { (eval echo configure:10969: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5961
+if { (eval echo configure:10869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5929
5962
   rm -rf conftest*
5930
5963
   ac_cv_cpp_typename=yes
5931
5964
 else
5934
5967
   rm -rf conftest*
5935
5968
   ac_cv_cpp_typename=no
5936
5969
 fi
5937
 
@@ -10846,32 +10782,32 @@
 
5970
@@ -10981,32 +10881,32 @@
5938
5971
 if test "$ac_cv_cpp_typename" = yes ; then
5939
5972
    cat >> confdefs.h <<\EOF
5940
5973
 #define HAVE_CPP_TYPENAME 1
5943
5976
 fi
5944
5977
 
5945
5978
 echo $ac_n "checking for modern C++ template specialization syntax support""... $ac_c" 1>&6
5946
 
-echo "configure:10855: checking for modern C++ template specialization syntax support" >&5
5947
 
+echo "configure:10791: checking for modern C++ template specialization syntax support" >&5
 
5979
-echo "configure:10990: checking for modern C++ template specialization syntax support" >&5
 
5980
+echo "configure:10890: checking for modern C++ template specialization syntax support" >&5
5948
5981
 if eval "test \"`echo '$''{'ac_cv_cpp_modern_specialize_template_syntax'+set}'`\" = set"; then
5949
5982
   echo $ac_n "(cached) $ac_c" 1>&6
5950
5983
 else
5951
5984
   cat > conftest.$ac_ext <<EOF
5952
 
-#line 10860 "configure"
5953
 
+#line 10796 "configure"
 
5985
-#line 10995 "configure"
 
5986
+#line 10895 "configure"
5954
5987
 #include "confdefs.h"
5955
5988
 template <class T> struct X { int a; };
5956
5989
                                class Y {};
5960
5993
                                X<Y> y_x;
5961
5994
 ; return 0; }
5962
5995
 EOF
5963
 
-if { (eval echo configure:10870: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5964
 
+if { (eval echo configure:10806: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5996
-if { (eval echo configure:11005: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
5997
+if { (eval echo configure:10905: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5965
5998
   rm -rf conftest*
5966
5999
   ac_cv_cpp_modern_specialize_template_syntax=yes
5967
6000
 else
5970
6003
   rm -rf conftest*
5971
6004
   ac_cv_cpp_modern_specialize_template_syntax=no
5972
6005
 fi
5973
 
@@ -10883,30 +10819,30 @@
 
6006
@@ -11018,30 +10918,30 @@
5974
6007
   cat >> confdefs.h <<\EOF
5975
6008
 #define HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX 1
5976
6009
 EOF
5979
6012
 
5980
6013
 
5981
6014
 echo $ac_n "checking whether partial template specialization works""... $ac_c" 1>&6
5982
 
-echo "configure:10892: checking whether partial template specialization works" >&5
5983
 
+echo "configure:10828: checking whether partial template specialization works" >&5
 
6015
-echo "configure:11027: checking whether partial template specialization works" >&5
 
6016
+echo "configure:10927: checking whether partial template specialization works" >&5
5984
6017
 if eval "test \"`echo '$''{'ac_cv_cpp_partial_specialization'+set}'`\" = set"; then
5985
6018
   echo $ac_n "(cached) $ac_c" 1>&6
5986
6019
 else
5987
6020
   cat > conftest.$ac_ext <<EOF
5988
 
-#line 10897 "configure"
5989
 
+#line 10833 "configure"
 
6021
-#line 11032 "configure"
 
6022
+#line 10932 "configure"
5990
6023
 #include "confdefs.h"
5991
6024
 template <class T> class Foo {};
5992
6025
                                template <class T> class Foo<T*> {};
5994
6027
 return 0;
5995
6028
 ; return 0; }
5996
6029
 EOF
5997
 
-if { (eval echo configure:10905: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5998
 
+if { (eval echo configure:10841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6030
-if { (eval echo configure:11040: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6031
+if { (eval echo configure:10940: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5999
6032
   rm -rf conftest*
6000
6033
   ac_cv_cpp_partial_specialization=yes
6001
6034
 else
6004
6037
   rm -rf conftest*
6005
6038
   ac_cv_cpp_partial_specialization=no
6006
6039
 fi
6007
 
@@ -10917,34 +10853,34 @@
 
6040
@@ -11052,34 +10952,34 @@
6008
6041
 if test "$ac_cv_cpp_partial_specialization" = yes ; then
6009
6042
   cat >> confdefs.h <<\EOF
6010
6043
 #define HAVE_CPP_PARTIAL_SPECIALIZATION 1
6013
6046
 fi
6014
6047
 
6015
6048
 echo $ac_n "checking whether operators must be re-defined for templates derived from templates""... $ac_c" 1>&6
6016
 
-echo "configure:10926: checking whether operators must be re-defined for templates derived from templates" >&5
6017
 
+echo "configure:10862: checking whether operators must be re-defined for templates derived from templates" >&5
 
6049
-echo "configure:11061: checking whether operators must be re-defined for templates derived from templates" >&5
 
6050
+echo "configure:10961: checking whether operators must be re-defined for templates derived from templates" >&5
6018
6051
 if eval "test \"`echo '$''{'ac_cv_need_derived_template_operators'+set}'`\" = set"; then
6019
6052
   echo $ac_n "(cached) $ac_c" 1>&6
6020
6053
 else
6021
6054
   cat > conftest.$ac_ext <<EOF
6022
 
-#line 10931 "configure"
6023
 
+#line 10867 "configure"
 
6055
-#line 11066 "configure"
 
6056
+#line 10966 "configure"
6024
6057
 #include "confdefs.h"
6025
6058
 template <class T> class Base { };
6026
6059
                                 template <class T>
6032
6065
                                 return 0;
6033
6066
 ; return 0; }
6034
6067
 EOF
6035
 
-if { (eval echo configure:10943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6036
 
+if { (eval echo configure:10879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6068
-if { (eval echo configure:11078: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6069
+if { (eval echo configure:10978: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6037
6070
   rm -rf conftest*
6038
6071
   ac_cv_need_derived_template_operators=no
6039
6072
 else
6042
6075
   rm -rf conftest*
6043
6076
   ac_cv_need_derived_template_operators=yes
6044
6077
 fi
6045
 
@@ -10956,31 +10892,31 @@
 
6078
@@ -11091,31 +10991,31 @@
6046
6079
   cat >> confdefs.h <<\EOF
6047
6080
 #define NEED_CPP_DERIVED_TEMPLATE_OPERATORS 1
6048
6081
 EOF
6051
6084
 
6052
6085
 
6053
6086
 echo $ac_n "checking whether we need to cast a derived template to pass as its base class""... $ac_c" 1>&6
6054
 
-echo "configure:10965: checking whether we need to cast a derived template to pass as its base class" >&5
6055
 
+echo "configure:10901: checking whether we need to cast a derived template to pass as its base class" >&5
 
6087
-echo "configure:11100: checking whether we need to cast a derived template to pass as its base class" >&5
 
6088
+echo "configure:11000: checking whether we need to cast a derived template to pass as its base class" >&5
6056
6089
 if eval "test \"`echo '$''{'ac_cv_need_cpp_template_cast_to_base'+set}'`\" = set"; then
6057
6090
   echo $ac_n "(cached) $ac_c" 1>&6
6058
6091
 else
6059
6092
   cat > conftest.$ac_ext <<EOF
6060
 
-#line 10970 "configure"
6061
 
+#line 10906 "configure"
 
6093
-#line 11105 "configure"
 
6094
+#line 11005 "configure"
6062
6095
 #include "confdefs.h"
6063
6096
 template <class T> class Base { };
6064
6097
                                 template <class T> class Derived : public Base<T> { };
6067
6100
 Derived<char> bar; return foo(bar);
6068
6101
 ; return 0; }
6069
6102
 EOF
6070
 
-if { (eval echo configure:10979: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6071
 
+if { (eval echo configure:10915: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6103
-if { (eval echo configure:11114: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6104
+if { (eval echo configure:11014: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6072
6105
   rm -rf conftest*
6073
6106
   ac_cv_need_cpp_template_cast_to_base=no
6074
6107
 else
6077
6110
   rm -rf conftest*
6078
6111
   ac_cv_need_cpp_template_cast_to_base=yes
6079
6112
 fi
6080
 
@@ -10991,22 +10927,22 @@
 
6113
@@ -11126,22 +11026,22 @@
6081
6114
 if test "$ac_cv_need_cpp_template_cast_to_base" = yes ; then
6082
6115
   cat >> confdefs.h <<\EOF
6083
6116
 #define NEED_CPP_TEMPLATE_CAST_TO_BASE 1
6086
6119
 fi
6087
6120
 
6088
6121
 echo $ac_n "checking whether the compiler can resolve const ambiguities for templates""... $ac_c" 1>&6
6089
 
-echo "configure:11000: checking whether the compiler can resolve const ambiguities for templates" >&5
6090
 
+echo "configure:10936: checking whether the compiler can resolve const ambiguities for templates" >&5
 
6122
-echo "configure:11135: checking whether the compiler can resolve const ambiguities for templates" >&5
 
6123
+echo "configure:11035: checking whether the compiler can resolve const ambiguities for templates" >&5
6091
6124
 if eval "test \"`echo '$''{'ac_cv_can_resolve_const_ambiguity'+set}'`\" = set"; then
6092
6125
   echo $ac_n "(cached) $ac_c" 1>&6
6093
6126
 else
6094
6127
   cat > conftest.$ac_ext <<EOF
6095
 
-#line 11005 "configure"
6096
 
+#line 10941 "configure"
 
6128
-#line 11140 "configure"
 
6129
+#line 11040 "configure"
6097
6130
 #include "confdefs.h"
6098
6131
 
6099
6132
                                 template <class T> class ptrClass {
6102
6135
 
6103
6136
                                 template <class T> T* a(ptrClass<T> *arg) {
6104
6137
                                   return arg->ptr;
6105
 
@@ -11017,17 +10953,17 @@
 
6138
@@ -11152,17 +11052,17 @@
6106
6139
                                   return arg->ptr;
6107
6140
                                 }
6108
6141
                                
6111
6144
                                  a(&i); 
6112
6145
 ; return 0; }
6113
6146
 EOF
6114
 
-if { (eval echo configure:11026: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6115
 
+if { (eval echo configure:10962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6147
-if { (eval echo configure:11161: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6148
+if { (eval echo configure:11061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6116
6149
   rm -rf conftest*
6117
6150
   ac_cv_can_resolve_const_ambiguity=yes
6118
6151
 else
6121
6154
   rm -rf conftest*
6122
6155
   ac_cv_can_resolve_const_ambiguity=no
6123
6156
 fi
6124
 
@@ -11039,41 +10975,41 @@
 
6157
@@ -11174,41 +11074,41 @@
6125
6158
   cat >> confdefs.h <<\EOF
6126
6159
 #define CANT_RESOLVE_CPP_CONST_AMBIGUITY 1
6127
6160
 EOF
6130
6163
 
6131
6164
 
6132
6165
 echo $ac_n "checking whether the C++ \"using\" keyword can change access""... $ac_c" 1>&6
6133
 
-echo "configure:11048: checking whether the C++ \"using\" keyword can change access" >&5
6134
 
+echo "configure:10984: checking whether the C++ \"using\" keyword can change access" >&5
 
6166
-echo "configure:11183: checking whether the C++ \"using\" keyword can change access" >&5
 
6167
+echo "configure:11083: checking whether the C++ \"using\" keyword can change access" >&5
6135
6168
 if eval "test \"`echo '$''{'ac_cv_cpp_access_changing_using2'+set}'`\" = set"; then
6136
6169
   echo $ac_n "(cached) $ac_c" 1>&6
6137
6170
 else
6138
6171
   cat > conftest.$ac_ext <<EOF
6139
 
-#line 11053 "configure"
6140
 
+#line 10989 "configure"
 
6172
-#line 11188 "configure"
 
6173
+#line 11088 "configure"
6141
6174
 #include "confdefs.h"
6142
6175
 class A { protected: int foo() { return 0; } };
6143
6176
                    class B : public A { public: using A::foo; };
6145
6178
 B b; return b.foo();
6146
6179
 ; return 0; }
6147
6180
 EOF
6148
 
-if { (eval echo configure:11061: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6149
 
+if { (eval echo configure:10997: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6181
-if { (eval echo configure:11196: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6182
+if { (eval echo configure:11096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6150
6183
   rm -rf conftest*
6151
6184
   cat > conftest.$ac_ext <<EOF
6152
 
-#line 11064 "configure"
6153
 
+#line 11000 "configure"
 
6185
-#line 11199 "configure"
 
6186
+#line 11099 "configure"
6154
6187
 #include "confdefs.h"
6155
6188
 class A { public: int foo() { return 1; } };
6156
6189
                        class B : public A { private: using A::foo; };
6158
6191
 B b; return b.foo();
6159
6192
 ; return 0; }
6160
6193
 EOF
6161
 
-if { (eval echo configure:11072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6162
 
+if { (eval echo configure:11008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6194
-if { (eval echo configure:11207: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6195
+if { (eval echo configure:11107: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6163
6196
   rm -rf conftest*
6164
6197
   ac_cv_cpp_access_changing_using2=no
6165
6198
 else
6168
6201
   rm -rf conftest*
6169
6202
   ac_cv_cpp_access_changing_using2=yes
6170
6203
 fi
6171
 
@@ -11091,38 +11027,38 @@
 
6204
@@ -11226,38 +11126,38 @@
6172
6205
 if test "$ac_cv_cpp_access_changing_using2" = yes ; then
6173
6206
    cat >> confdefs.h <<\EOF
6174
6207
 #define HAVE_CPP_ACCESS_CHANGING_USING 1
6177
6210
 fi
6178
6211
 
6179
6212
 echo $ac_n "checking whether the C++ \"using\" keyword resolves ambiguity""... $ac_c" 1>&6
6180
 
-echo "configure:11100: checking whether the C++ \"using\" keyword resolves ambiguity" >&5
6181
 
+echo "configure:11036: checking whether the C++ \"using\" keyword resolves ambiguity" >&5
 
6213
-echo "configure:11235: checking whether the C++ \"using\" keyword resolves ambiguity" >&5
 
6214
+echo "configure:11135: checking whether the C++ \"using\" keyword resolves ambiguity" >&5
6182
6215
 if eval "test \"`echo '$''{'ac_cv_cpp_ambiguity_resolving_using'+set}'`\" = set"; then
6183
6216
   echo $ac_n "(cached) $ac_c" 1>&6
6184
6217
 else
6185
6218
   cat > conftest.$ac_ext <<EOF
6186
 
-#line 11105 "configure"
6187
 
+#line 11041 "configure"
 
6219
-#line 11240 "configure"
 
6220
+#line 11140 "configure"
6188
6221
 #include "confdefs.h"
6189
6222
 class X { 
6190
6223
                                  public: int go(const X&) {return 3;}
6200
6233
 X x; Y y; y.jo(x);
6201
6234
 ; return 0; }
6202
6235
 EOF
6203
 
-if { (eval echo configure:11121: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6204
 
+if { (eval echo configure:11057: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6236
-if { (eval echo configure:11256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6237
+if { (eval echo configure:11156: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6205
6238
   rm -rf conftest*
6206
6239
   ac_cv_cpp_ambiguity_resolving_using=yes
6207
6240
 else
6210
6243
   rm -rf conftest*
6211
6244
   ac_cv_cpp_ambiguity_resolving_using=no
6212
6245
 fi
6213
 
@@ -11133,29 +11069,29 @@
 
6246
@@ -11268,29 +11168,29 @@
6214
6247
 if test "$ac_cv_cpp_ambiguity_resolving_using" = yes ; then
6215
6248
    cat >> confdefs.h <<\EOF
6216
6249
 #define HAVE_CPP_AMBIGUITY_RESOLVING_USING 1
6219
6252
 fi
6220
6253
 
6221
6254
 echo $ac_n "checking for \"std::\" namespace""... $ac_c" 1>&6
6222
 
-echo "configure:11142: checking for \"std::\" namespace" >&5
6223
 
+echo "configure:11078: checking for \"std::\" namespace" >&5
 
6255
-echo "configure:11277: checking for \"std::\" namespace" >&5
 
6256
+echo "configure:11177: checking for \"std::\" namespace" >&5
6224
6257
 if eval "test \"`echo '$''{'ac_cv_cpp_namespace_std'+set}'`\" = set"; then
6225
6258
   echo $ac_n "(cached) $ac_c" 1>&6
6226
6259
 else
6227
6260
   cat > conftest.$ac_ext <<EOF
6228
 
-#line 11147 "configure"
6229
 
+#line 11083 "configure"
 
6261
-#line 11282 "configure"
 
6262
+#line 11182 "configure"
6230
6263
 #include "confdefs.h"
6231
6264
 #include <algorithm>
6232
6265
 int main() {
6233
6266
 return std::min(0, 1);
6234
6267
 ; return 0; }
6235
6268
 EOF
6236
 
-if { (eval echo configure:11154: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6237
 
+if { (eval echo configure:11090: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6269
-if { (eval echo configure:11289: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6270
+if { (eval echo configure:11189: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6238
6271
   rm -rf conftest*
6239
6272
   ac_cv_cpp_namespace_std=yes
6240
6273
 else
6243
6276
   rm -rf conftest*
6244
6277
   ac_cv_cpp_namespace_std=no
6245
6278
 fi
6246
 
@@ -11166,32 +11102,32 @@
 
6279
@@ -11301,32 +11201,32 @@
6247
6280
 if test "$ac_cv_cpp_namespace_std" = yes ; then
6248
6281
    cat >> confdefs.h <<\EOF
6249
6282
 #define HAVE_CPP_NAMESPACE_STD 1
6252
6285
 fi
6253
6286
 
6254
6287
 echo $ac_n "checking whether standard template operator!=() is ambiguous""... $ac_c" 1>&6
6255
 
-echo "configure:11175: checking whether standard template operator!=() is ambiguous" >&5
6256
 
+echo "configure:11111: checking whether standard template operator!=() is ambiguous" >&5
 
6288
-echo "configure:11310: checking whether standard template operator!=() is ambiguous" >&5
 
6289
+echo "configure:11210: checking whether standard template operator!=() is ambiguous" >&5
6257
6290
 if eval "test \"`echo '$''{'ac_cv_cpp_unambiguous_std_notequal'+set}'`\" = set"; then
6258
6291
   echo $ac_n "(cached) $ac_c" 1>&6
6259
6292
 else
6260
6293
   cat > conftest.$ac_ext <<EOF
6261
 
-#line 11180 "configure"
6262
 
+#line 11116 "configure"
 
6294
-#line 11315 "configure"
 
6295
+#line 11215 "configure"
6263
6296
 #include "confdefs.h"
6264
6297
 #include <algorithm>
6265
6298
                                 struct T1 {};
6269
6302
 T1 a,b; return a != b;
6270
6303
 ; return 0; }
6271
6304
 EOF
6272
 
-if { (eval echo configure:11190: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6273
 
+if { (eval echo configure:11126: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6305
-if { (eval echo configure:11325: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6306
+if { (eval echo configure:11225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6274
6307
   rm -rf conftest*
6275
6308
   ac_cv_cpp_unambiguous_std_notequal=unambiguous
6276
6309
 else
6279
6312
   rm -rf conftest*
6280
6313
   ac_cv_cpp_unambiguous_std_notequal=ambiguous
6281
6314
 fi
6282
 
@@ -11203,30 +11139,30 @@
 
6315
@@ -11338,30 +11238,30 @@
6283
6316
   cat >> confdefs.h <<\EOF
6284
6317
 #define HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL 1
6285
6318
 EOF
6288
6321
 
6289
6322
 
6290
6323
 echo $ac_n "checking for C++ reinterpret_cast""... $ac_c" 1>&6
6291
 
-echo "configure:11212: checking for C++ reinterpret_cast" >&5
6292
 
+echo "configure:11148: checking for C++ reinterpret_cast" >&5
 
6324
-echo "configure:11347: checking for C++ reinterpret_cast" >&5
 
6325
+echo "configure:11247: checking for C++ reinterpret_cast" >&5
6293
6326
 if eval "test \"`echo '$''{'ac_cv_cpp_reinterpret_cast'+set}'`\" = set"; then
6294
6327
   echo $ac_n "(cached) $ac_c" 1>&6
6295
6328
 else
6296
6329
   cat > conftest.$ac_ext <<EOF
6297
 
-#line 11217 "configure"
6298
 
+#line 11153 "configure"
 
6330
-#line 11352 "configure"
 
6331
+#line 11252 "configure"
6299
6332
 #include "confdefs.h"
6300
6333
 struct X { int i; };
6301
6334
                                struct Y { int i; };
6303
6336
 X x; X*const z = &x;Y*y = reinterpret_cast<Y*>(z);
6304
6337
 ; return 0; }
6305
6338
 EOF
6306
 
-if { (eval echo configure:11225: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6307
 
+if { (eval echo configure:11161: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6339
-if { (eval echo configure:11360: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6340
+if { (eval echo configure:11260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6308
6341
   rm -rf conftest*
6309
6342
   ac_cv_cpp_reinterpret_cast=yes
6310
6343
 else
6313
6346
   rm -rf conftest*
6314
6347
   ac_cv_cpp_reinterpret_cast=no
6315
6348
 fi
6316
 
@@ -11237,41 +11173,44 @@
 
6349
@@ -11372,41 +11272,44 @@
6317
6350
 if test "$ac_cv_cpp_reinterpret_cast" = yes ; then
6318
6351
    cat >> confdefs.h <<\EOF
6319
6352
 #define HAVE_CPP_NEW_CASTS 1
6322
6355
 fi
6323
6356
 
6324
6357
 echo $ac_n "checking for C++ dynamic_cast to void*""... $ac_c" 1>&6
6325
 
-echo "configure:11246: checking for C++ dynamic_cast to void*" >&5
6326
 
+echo "configure:11182: checking for C++ dynamic_cast to void*" >&5
 
6358
-echo "configure:11381: checking for C++ dynamic_cast to void*" >&5
 
6359
+echo "configure:11281: checking for C++ dynamic_cast to void*" >&5
6327
6360
 if eval "test \"`echo '$''{'ac_cv_cpp_dynamic_cast_void_ptr'+set}'`\" = set"; then
6328
6361
   echo $ac_n "(cached) $ac_c" 1>&6
6329
6362
 else
6331
6364
   ac_cv_cpp_dynamic_cast_void_ptr=no
6332
6365
 else
6333
6366
   cat > conftest.$ac_ext <<EOF
6334
 
-#line 11254 "configure"
6335
 
+#line 11190 "configure"
 
6367
-#line 11389 "configure"
 
6368
+#line 11289 "configure"
6336
6369
 #include "confdefs.h"
6337
6370
+#ifdef __cplusplus
6338
6371
+extern "C" void exit(int);
6351
6384
                                            ((void*)&mdo == dynamic_cast<void*>(suby))));
6352
6385
                             }
6353
6386
 EOF
6354
 
-if { (eval echo configure:11270: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6355
 
+if { (eval echo configure:11209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6387
-if { (eval echo configure:11405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6388
+if { (eval echo configure:11308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6356
6389
 then
6357
6390
   ac_cv_cpp_dynamic_cast_void_ptr=yes
6358
6391
 else
6361
6394
   rm -fr conftest*
6362
6395
   ac_cv_cpp_dynamic_cast_void_ptr=no
6363
6396
 fi
6364
 
@@ -11285,29 +11224,29 @@
 
6397
@@ -11420,29 +11323,29 @@
6365
6398
    cat >> confdefs.h <<\EOF
6366
6399
 #define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1
6367
6400
 EOF
6370
6403
 
6371
6404
 
6372
6405
 echo $ac_n "checking whether C++ requires implementation of unused virtual methods""... $ac_c" 1>&6
6373
 
-echo "configure:11294: checking whether C++ requires implementation of unused virtual methods" >&5
6374
 
+echo "configure:11233: checking whether C++ requires implementation of unused virtual methods" >&5
 
6406
-echo "configure:11429: checking whether C++ requires implementation of unused virtual methods" >&5
 
6407
+echo "configure:11332: checking whether C++ requires implementation of unused virtual methods" >&5
6375
6408
 if eval "test \"`echo '$''{'ac_cv_cpp_unused_required'+set}'`\" = set"; then
6376
6409
   echo $ac_n "(cached) $ac_c" 1>&6
6377
6410
 else
6378
6411
   cat > conftest.$ac_ext <<EOF
6379
 
-#line 11299 "configure"
6380
 
+#line 11238 "configure"
 
6412
-#line 11434 "configure"
 
6413
+#line 11337 "configure"
6381
6414
 #include "confdefs.h"
6382
6415
 class X {private: virtual void never_called();};
6383
6416
 int main() {
6384
6417
 X x;
6385
6418
 ; return 0; }
6386
6419
 EOF
6387
 
-if { (eval echo configure:11306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6388
 
+if { (eval echo configure:11245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6420
-if { (eval echo configure:11441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6421
+if { (eval echo configure:11344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6389
6422
   rm -rf conftest*
6390
6423
   ac_cv_cpp_unused_required=no
6391
6424
 else
6394
6427
   rm -rf conftest*
6395
6428
   ac_cv_cpp_unused_required=yes
6396
6429
 fi
6397
 
@@ -11320,33 +11259,33 @@
 
6430
@@ -11455,33 +11358,33 @@
6398
6431
 #define NEED_CPP_UNUSED_IMPLEMENTATIONS 1
6399
6432
 EOF
6400
6433
 
6403
6436
 
6404
6437
 
6405
6438
 echo $ac_n "checking for trouble comparing to zero near std::operator!=()""... $ac_c" 1>&6
6406
 
-echo "configure:11329: checking for trouble comparing to zero near std::operator!=()" >&5
6407
 
+echo "configure:11268: checking for trouble comparing to zero near std::operator!=()" >&5
 
6439
-echo "configure:11464: checking for trouble comparing to zero near std::operator!=()" >&5
 
6440
+echo "configure:11367: checking for trouble comparing to zero near std::operator!=()" >&5
6408
6441
 if eval "test \"`echo '$''{'ac_cv_trouble_comparing_to_zero'+set}'`\" = set"; then
6409
6442
   echo $ac_n "(cached) $ac_c" 1>&6
6410
6443
 else
6411
6444
   cat > conftest.$ac_ext <<EOF
6412
 
-#line 11334 "configure"
6413
 
+#line 11273 "configure"
 
6445
-#line 11469 "configure"
 
6446
+#line 11372 "configure"
6414
6447
 #include "confdefs.h"
6415
6448
 #include <algorithm>
6416
6449
                                 template <class T> class Foo {};
6421
6454
 Foo<int> f; return (0 != f);
6422
6455
 ; return 0; }
6423
6456
 EOF
6424
 
-if { (eval echo configure:11345: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6425
 
+if { (eval echo configure:11284: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6457
-if { (eval echo configure:11480: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6458
+if { (eval echo configure:11383: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6426
6459
   rm -rf conftest*
6427
6460
   ac_cv_trouble_comparing_to_zero=no
6428
6461
 else
6431
6464
   rm -rf conftest*
6432
6465
   ac_cv_trouble_comparing_to_zero=yes
6433
6466
 fi
6434
 
@@ -11368,29 +11307,29 @@
 
6467
@@ -11503,29 +11406,29 @@
6435
6468
 ac_cpp='$CPP $CPPFLAGS'
6436
6469
 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
6437
6470
 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
6440
6473
 
6441
6474
 
6442
6475
 echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
6443
 
-echo "configure:11377: checking for LC_MESSAGES" >&5
6444
 
+echo "configure:11316: checking for LC_MESSAGES" >&5
 
6476
-echo "configure:11512: checking for LC_MESSAGES" >&5
 
6477
+echo "configure:11415: checking for LC_MESSAGES" >&5
6445
6478
 if eval "test \"`echo '$''{'ac_cv_i18n_lc_messages'+set}'`\" = set"; then
6446
6479
   echo $ac_n "(cached) $ac_c" 1>&6
6447
6480
 else
6448
6481
   cat > conftest.$ac_ext <<EOF
6449
 
-#line 11382 "configure"
6450
 
+#line 11321 "configure"
 
6482
-#line 11517 "configure"
 
6483
+#line 11420 "configure"
6451
6484
 #include "confdefs.h"
6452
6485
 #include <locale.h>
6453
6486
 int main() {
6454
6487
 int category = LC_MESSAGES;
6455
6488
 ; return 0; }
6456
6489
 EOF
6457
 
-if { (eval echo configure:11389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6458
 
+if { (eval echo configure:11328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6490
-if { (eval echo configure:11524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
6491
+if { (eval echo configure:11427: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6459
6492
   rm -rf conftest*
6460
6493
   ac_cv_i18n_lc_messages=yes
6461
6494
 else
6464
6497
   rm -rf conftest*
6465
6498
   ac_cv_i18n_lc_messages=no
6466
6499
 fi
6467
 
@@ -11461,17 +11400,17 @@
 
6500
@@ -11596,17 +11499,17 @@
6468
6501
                        NSPR_CONFIG=$nspr_config_prefix/bin/nspr-config
6469
6502
                fi
6470
6503
        fi
6473
6506
        # Extract the first word of "nspr-config", so it can be a program name with args.
6474
6507
 set dummy nspr-config; ac_word=$2
6475
6508
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6476
 
-echo "configure:11470: checking for $ac_word" >&5
6477
 
+echo "configure:11409: checking for $ac_word" >&5
 
6509
-echo "configure:11605: checking for $ac_word" >&5
 
6510
+echo "configure:11508: checking for $ac_word" >&5
6478
6511
 if eval "test \"`echo '$''{'ac_cv_path_NSPR_CONFIG'+set}'`\" = set"; then
6479
6512
   echo $ac_n "(cached) $ac_c" 1>&6
6480
6513
 else
6483
6516
   ac_cv_path_NSPR_CONFIG="$NSPR_CONFIG" # Let the user override the test with a path.
6484
6517
   ;;
6485
6518
   ?:/*)                         
6486
 
@@ -11496,17 +11435,17 @@
 
6519
@@ -11631,17 +11534,17 @@
6487
6520
 if test -n "$NSPR_CONFIG"; then
6488
6521
   echo "$ac_t""$NSPR_CONFIG" 1>&6
6489
6522
 else
6492
6525
 
6493
6526
        min_nspr_version=4.0.0
6494
6527
        echo $ac_n "checking for NSPR - version >= $min_nspr_version (skipping)""... $ac_c" 1>&6
6495
 
-echo "configure:11505: checking for NSPR - version >= $min_nspr_version (skipping)" >&5
6496
 
+echo "configure:11444: checking for NSPR - version >= $min_nspr_version (skipping)" >&5
 
6528
-echo "configure:11640: checking for NSPR - version >= $min_nspr_version (skipping)" >&5
 
6529
+echo "configure:11543: checking for NSPR - version >= $min_nspr_version (skipping)" >&5
6497
6530
 
6498
6531
        no_nspr=""
6499
6532
        if test "$NSPR_CONFIG" = "no"; then
6502
6535
                NSPR_CFLAGS=`$NSPR_CONFIG $nspr_config_args --cflags`
6503
6536
                NSPR_LIBS=`$NSPR_CONFIG $nspr_config_args --libs`
6504
6537
 
6505
 
@@ -11598,17 +11537,17 @@
 
6538
@@ -11733,17 +11636,17 @@
6506
6539
                        NSS_CONFIG=$nss_config_prefix/bin/nss-config
6507
6540
                fi
6508
6541
        fi
6511
6544
        # Extract the first word of "nss-config", so it can be a program name with args.
6512
6545
 set dummy nss-config; ac_word=$2
6513
6546
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6514
 
-echo "configure:11607: checking for $ac_word" >&5
6515
 
+echo "configure:11546: checking for $ac_word" >&5
 
6547
-echo "configure:11742: checking for $ac_word" >&5
 
6548
+echo "configure:11645: checking for $ac_word" >&5
6516
6549
 if eval "test \"`echo '$''{'ac_cv_path_NSS_CONFIG'+set}'`\" = set"; then
6517
6550
   echo $ac_n "(cached) $ac_c" 1>&6
6518
6551
 else
6521
6554
   ac_cv_path_NSS_CONFIG="$NSS_CONFIG" # Let the user override the test with a path.
6522
6555
   ;;
6523
6556
   ?:/*)                         
6524
 
@@ -11633,17 +11572,17 @@
 
6557
@@ -11768,17 +11671,17 @@
6525
6558
 if test -n "$NSS_CONFIG"; then
6526
6559
   echo "$ac_t""$NSS_CONFIG" 1>&6
6527
6560
 else
6530
6563
 
6531
6564
        min_nss_version=3.0.0
6532
6565
        echo $ac_n "checking for NSS - version >= $min_nss_version (skipping)""... $ac_c" 1>&6
6533
 
-echo "configure:11642: checking for NSS - version >= $min_nss_version (skipping)" >&5
6534
 
+echo "configure:11581: checking for NSS - version >= $min_nss_version (skipping)" >&5
 
6566
-echo "configure:11777: checking for NSS - version >= $min_nss_version (skipping)" >&5
 
6567
+echo "configure:11680: checking for NSS - version >= $min_nss_version (skipping)" >&5
6535
6568
 
6536
6569
        no_nss=""
6537
6570
        if test "$NSS_CONFIG" = "no"; then
6540
6573
                NSS_CFLAGS=`$NSS_CONFIG $nss_config_args --cflags`
6541
6574
                NSS_LIBS=`$NSS_CONFIG $nss_config_args --libs`
6542
6575
 
6543
 
@@ -11706,36 +11645,36 @@
 
6576
@@ -11841,36 +11744,36 @@
6544
6577
 if test -n "${JPEG_DIR}" -a "${JPEG_DIR}" != "yes"; then
6545
6578
     CFLAGS="-I${JPEG_DIR}/include $CFLAGS"
6546
6579
     LDFLAGS="-L${JPEG_DIR}/lib $LDFLAGS"
6549
6582
     SYSTEM_JPEG=
6550
6583
 else
6551
6584
     echo $ac_n "checking for jpeg_destroy_compress in -ljpeg""... $ac_c" 1>&6
6552
 
-echo "configure:11715: checking for jpeg_destroy_compress in -ljpeg" >&5
6553
 
+echo "configure:11654: checking for jpeg_destroy_compress in -ljpeg" >&5
 
6585
-echo "configure:11850: checking for jpeg_destroy_compress in -ljpeg" >&5
 
6586
+echo "configure:11753: checking for jpeg_destroy_compress in -ljpeg" >&5
6554
6587
 ac_lib_var=`echo jpeg'_'jpeg_destroy_compress | sed 'y%./+-%__p_%'`
6555
6588
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6556
6589
   echo $ac_n "(cached) $ac_c" 1>&6
6558
6591
   ac_save_LIBS="$LIBS"
6559
6592
 LIBS="-ljpeg $JPEG_LIBS $LIBS"
6560
6593
 cat > conftest.$ac_ext <<EOF
6561
 
-#line 11723 "configure"
6562
 
+#line 11662 "configure"
 
6594
-#line 11858 "configure"
 
6595
+#line 11761 "configure"
6563
6596
 #include "confdefs.h"
6564
6597
 /* Override any gcc2 internal prototype to avoid an error.  */
6565
6598
 /* We use char because int might match the return type of a gcc2
6570
6603
 jpeg_destroy_compress()
6571
6604
 ; return 0; }
6572
6605
 EOF
6573
 
-if { (eval echo configure:11734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6574
 
+if { (eval echo configure:11673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6606
-if { (eval echo configure:11869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6607
+if { (eval echo configure:11772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6575
6608
   rm -rf conftest*
6576
6609
   eval "ac_cv_lib_$ac_lib_var=yes"
6577
6610
 else
6580
6613
   rm -rf conftest*
6581
6614
   eval "ac_cv_lib_$ac_lib_var=no"
6582
6615
 fi
6583
 
@@ -11754,31 +11693,31 @@
 
6616
@@ -11889,31 +11792,31 @@
6584
6617
 fi
6585
6618
 
6586
6619
 if test "$SYSTEM_JPEG" = 1; then
6589
6622
   SYSTEM_JPEG= 
6590
6623
 else
6591
6624
   cat > conftest.$ac_ext <<EOF
6592
 
-#line 11763 "configure"
6593
 
+#line 11702 "configure"
 
6625
-#line 11898 "configure"
 
6626
+#line 11801 "configure"
6594
6627
 #include "confdefs.h"
6595
6628
 #include <stdio.h>
6596
6629
        #include <sys/types.h>
6604
6637
        }
6605
6638
        
6606
6639
 EOF
6607
 
-if { (eval echo configure:11777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6608
 
+if { (eval echo configure:11716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6640
-if { (eval echo configure:11912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6641
+if { (eval echo configure:11815: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6609
6642
 then
6610
6643
   SYSTEM_JPEG=1
6611
6644
 else
6614
6647
   rm -fr conftest*
6615
6648
   SYSTEM_JPEG= JPEG_CFLAGS= JPEG_LIBS=
6616
6649
 fi
6617
 
@@ -11809,36 +11748,36 @@
 
6650
@@ -11944,36 +11847,36 @@
6618
6651
 if test -n "${ZLIB_DIR}" -a "${ZLIB_DIR}" != "yes"; then
6619
6652
     CFLAGS="-I${ZLIB_DIR}/include $CFLAGS"
6620
6653
     LDFLAGS="-L${ZLIB_DIR}/lib $LDFLAGS"
6623
6656
     SYSTEM_ZLIB=
6624
6657
 else
6625
6658
     echo $ac_n "checking for gzread in -lz""... $ac_c" 1>&6
6626
 
-echo "configure:11818: checking for gzread in -lz" >&5
6627
 
+echo "configure:11757: checking for gzread in -lz" >&5
 
6659
-echo "configure:11953: checking for gzread in -lz" >&5
 
6660
+echo "configure:11856: checking for gzread in -lz" >&5
6628
6661
 ac_lib_var=`echo z'_'gzread | sed 'y%./+-%__p_%'`
6629
6662
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6630
6663
   echo $ac_n "(cached) $ac_c" 1>&6
6632
6665
   ac_save_LIBS="$LIBS"
6633
6666
 LIBS="-lz $ZLIB_LIBS $LIBS"
6634
6667
 cat > conftest.$ac_ext <<EOF
6635
 
-#line 11826 "configure"
6636
 
+#line 11765 "configure"
 
6668
-#line 11961 "configure"
 
6669
+#line 11864 "configure"
6637
6670
 #include "confdefs.h"
6638
6671
 /* Override any gcc2 internal prototype to avoid an error.  */
6639
6672
 /* We use char because int might match the return type of a gcc2
6644
6677
 gzread()
6645
6678
 ; return 0; }
6646
6679
 EOF
6647
 
-if { (eval echo configure:11837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6648
 
+if { (eval echo configure:11776: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6680
-if { (eval echo configure:11972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6681
+if { (eval echo configure:11875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6649
6682
   rm -rf conftest*
6650
6683
   eval "ac_cv_lib_$ac_lib_var=yes"
6651
6684
 else
6654
6687
   rm -rf conftest*
6655
6688
   eval "ac_cv_lib_$ac_lib_var=no"
6656
6689
 fi
6657
 
@@ -11856,17 +11795,17 @@
 
6690
@@ -11991,17 +11894,17 @@
6658
6691
 
6659
6692
 fi
6660
6693
 if test "$SYSTEM_ZLIB" = 1; then
6663
6696
   SYSTEM_ZLIB= 
6664
6697
 else
6665
6698
   cat > conftest.$ac_ext <<EOF
6666
 
-#line 11865 "configure"
6667
 
+#line 11804 "configure"
 
6699
-#line 12000 "configure"
 
6700
+#line 11903 "configure"
6668
6701
 #include "confdefs.h"
6669
6702
 
6670
6703
     #include <stdio.h>
6673
6706
     int parse_version(const char *str, int *ver) {
6674
6707
       return (sscanf(str, "%d.%d.%d", ver, ver+1, ver+2)==3?0:1);
6675
6708
     }
6676
 
@@ -11877,17 +11816,17 @@
 
6709
@@ -12012,17 +11915,17 @@
6677
6710
       if ((sys[0] == req[0]) &&
6678
6711
           ((sys[1] > req[1]) || ((sys[1] == req[1]) && (sys[2] >= req[2]))))
6679
6712
         exit(0);
6682
6715
     }
6683
6716
     
6684
6717
 EOF
6685
 
-if { (eval echo configure:11886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6686
 
+if { (eval echo configure:11825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6718
-if { (eval echo configure:12021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6719
+if { (eval echo configure:11924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6687
6720
 then
6688
6721
   SYSTEM_ZLIB=1
6689
6722
 else
6692
6725
   rm -fr conftest*
6693
6726
   SYSTEM_ZLIB= ZLIB_CFLAGS= ZLIB_LIBS=
6694
6727
 fi
6695
 
@@ -11920,36 +11859,36 @@
 
6728
@@ -12055,36 +11958,36 @@
6696
6729
 if test -n "${PNG_DIR}" -a "${PNG_DIR}" != "yes"; then
6697
6730
     CFLAGS="-I${PNG_DIR}/include $CFLAGS"
6698
6731
     LDFLAGS="-L${PNG_DIR}/lib $LDFLAGS"
6701
6734
     SYSTEM_PNG=
6702
6735
 else
6703
6736
     echo $ac_n "checking for png_get_valid in -lpng""... $ac_c" 1>&6
6704
 
-echo "configure:11929: checking for png_get_valid in -lpng" >&5
6705
 
+echo "configure:11868: checking for png_get_valid in -lpng" >&5
 
6737
-echo "configure:12064: checking for png_get_valid in -lpng" >&5
 
6738
+echo "configure:11967: checking for png_get_valid in -lpng" >&5
6706
6739
 ac_lib_var=`echo png'_'png_get_valid | sed 'y%./+-%__p_%'`
6707
6740
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6708
6741
   echo $ac_n "(cached) $ac_c" 1>&6
6710
6743
   ac_save_LIBS="$LIBS"
6711
6744
 LIBS="-lpng $PNG_LIBS $LIBS"
6712
6745
 cat > conftest.$ac_ext <<EOF
6713
 
-#line 11937 "configure"
6714
 
+#line 11876 "configure"
 
6746
-#line 12072 "configure"
 
6747
+#line 11975 "configure"
6715
6748
 #include "confdefs.h"
6716
6749
 /* Override any gcc2 internal prototype to avoid an error.  */
6717
6750
 /* We use char because int might match the return type of a gcc2
6722
6755
 png_get_valid()
6723
6756
 ; return 0; }
6724
6757
 EOF
6725
 
-if { (eval echo configure:11948: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6726
 
+if { (eval echo configure:11887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6758
-if { (eval echo configure:12083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6759
+if { (eval echo configure:11986: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6727
6760
   rm -rf conftest*
6728
6761
   eval "ac_cv_lib_$ac_lib_var=yes"
6729
6762
 else
6732
6765
   rm -rf conftest*
6733
6766
   eval "ac_cv_lib_$ac_lib_var=no"
6734
6767
 fi
6735
 
@@ -11967,31 +11906,31 @@
 
6768
@@ -12102,31 +12005,31 @@
6736
6769
 
6737
6770
 fi
6738
6771
 if test "$SYSTEM_PNG" = 1; then
6741
6774
   SYSTEM_PNG= 
6742
6775
 else
6743
6776
   cat > conftest.$ac_ext <<EOF
6744
 
-#line 11976 "configure"
6745
 
+#line 11915 "configure"
 
6777
-#line 12111 "configure"
 
6778
+#line 12014 "configure"
6746
6779
 #include "confdefs.h"
6747
6780
 #include <stdio.h>
6748
6781
        #include <sys/types.h>
6756
6789
        }
6757
6790
        
6758
6791
 EOF
6759
 
-if { (eval echo configure:11990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6760
 
+if { (eval echo configure:11929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6792
-if { (eval echo configure:12125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6793
+if { (eval echo configure:12028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6761
6794
 then
6762
6795
   SYSTEM_PNG=1
6763
6796
 else
6766
6799
   rm -fr conftest*
6767
6800
   SYSTEM_PNG= PNG_CFLAGS= PNG_LIBS=
6768
6801
 fi
6769
 
@@ -12006,16 +11945,38 @@
 
6802
@@ -12141,16 +12044,38 @@
6770
6803
 
6771
6804
 if test "${PNG_DIR}" -a -d "${PNG_DIR}" -a "$SYSTEM_PNG" = 1; then
6772
6805
     PNG_CFLAGS="-I${PNG_DIR}/include"
6805
6838
 fi
6806
6839
 
6807
6840
 
6808
 
@@ -12231,17 +12192,17 @@
 
6841
@@ -12366,17 +12291,17 @@
6809
6842
      fi
6810
6843
   fi
6811
6844
 
6814
6847
   # Extract the first word of "gtk-config", so it can be a program name with args.
6815
6848
 set dummy gtk-config; ac_word=$2
6816
6849
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6817
 
-echo "configure:12240: checking for $ac_word" >&5
6818
 
+echo "configure:12201: checking for $ac_word" >&5
 
6850
-echo "configure:12375: checking for $ac_word" >&5
 
6851
+echo "configure:12300: checking for $ac_word" >&5
6819
6852
 if eval "test \"`echo '$''{'ac_cv_path_GTK_CONFIG'+set}'`\" = set"; then
6820
6853
   echo $ac_n "(cached) $ac_c" 1>&6
6821
6854
 else
6824
6857
   ac_cv_path_GTK_CONFIG="$GTK_CONFIG" # Let the user override the test with a path.
6825
6858
   ;;
6826
6859
   ?:/*)                         
6827
 
@@ -12266,17 +12227,17 @@
 
6860
@@ -12401,17 +12326,17 @@
6828
6861
 if test -n "$GTK_CONFIG"; then
6829
6862
   echo "$ac_t""$GTK_CONFIG" 1>&6
6830
6863
 else
6833
6866
 
6834
6867
   min_gtk_version=$GTK_VERSION
6835
6868
   echo $ac_n "checking for GTK - version >= $min_gtk_version""... $ac_c" 1>&6
6836
 
-echo "configure:12275: checking for GTK - version >= $min_gtk_version" >&5
6837
 
+echo "configure:12236: checking for GTK - version >= $min_gtk_version" >&5
 
6869
-echo "configure:12410: checking for GTK - version >= $min_gtk_version" >&5
 
6870
+echo "configure:12335: checking for GTK - version >= $min_gtk_version" >&5
6838
6871
   no_gtk=""
6839
6872
   if test "$GTK_CONFIG" = "no" ; then
6840
6873
     no_gtk=yes
6843
6876
     GTK_LIBS=`$GTK_CONFIG $gtk_config_args --libs`
6844
6877
     gtk_config_major_version=`$GTK_CONFIG $gtk_config_args --version | \
6845
6878
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
6846
 
@@ -12289,17 +12250,17 @@
 
6879
@@ -12424,17 +12349,17 @@
6847
6880
       ac_save_LIBS="$LIBS"
6848
6881
       CFLAGS="$CFLAGS $GTK_CFLAGS"
6849
6882
       LIBS="$LIBS $GTK_LIBS"
6852
6885
   echo $ac_n "cross compiling; assumed OK... $ac_c"
6853
6886
 else
6854
6887
   cat > conftest.$ac_ext <<EOF
6855
 
-#line 12298 "configure"
6856
 
+#line 12259 "configure"
 
6888
-#line 12433 "configure"
 
6889
+#line 12358 "configure"
6857
6890
 #include "confdefs.h"
6858
6891
 
6859
6892
 #include <gtk/gtk.h>
6862
6895
 
6863
6896
 int 
6864
6897
 main ()
6865
 
@@ -12367,17 +12328,17 @@
 
6898
@@ -12502,17 +12427,17 @@
6866
6899
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
6867
6900
         printf("*** so that the correct libraries are found at run-time))\n");
6868
6901
       }
6871
6904
 }
6872
6905
 
6873
6906
 EOF
6874
 
-if { (eval echo configure:12376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6875
 
+if { (eval echo configure:12337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6907
-if { (eval echo configure:12511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
6908
+if { (eval echo configure:12436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6876
6909
 then
6877
6910
   :
6878
6911
 else
6881
6914
   rm -fr conftest*
6882
6915
   no_gtk=yes
6883
6916
 fi
6884
 
@@ -12402,27 +12363,27 @@
 
6917
@@ -12537,27 +12462,27 @@
6885
6918
      else
6886
6919
        if test -f conf.gtktest ; then
6887
6920
         :
6890
6923
           CFLAGS="$CFLAGS $GTK_CFLAGS"
6891
6924
           LIBS="$LIBS $GTK_LIBS"
6892
6925
           cat > conftest.$ac_ext <<EOF
6893
 
-#line 12411 "configure"
6894
 
+#line 12372 "configure"
 
6926
-#line 12546 "configure"
 
6927
+#line 12471 "configure"
6895
6928
 #include "confdefs.h"
6896
6929
 
6897
6930
 #include <gtk/gtk.h>
6901
6934
  return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version)); 
6902
6935
 ; return 0; }
6903
6936
 EOF
6904
 
-if { (eval echo configure:12421: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6905
 
+if { (eval echo configure:12382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6937
-if { (eval echo configure:12556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
6938
+if { (eval echo configure:12481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6906
6939
   rm -rf conftest*
6907
6940
    echo "*** The test program compiled, but did not run. This usually means"
6908
6941
           echo "*** that the run-time linker is not finding GTK or finding the wrong"
6911
6944
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
6912
6945
           echo "*** is required on your system"
6913
6946
          echo "***"
6914
 
@@ -12464,17 +12425,17 @@
 
6947
@@ -12599,17 +12524,17 @@
6915
6948
 then
6916
6949
     
6917
6950
   succeeded=no
6920
6953
     # Extract the first word of "pkg-config", so it can be a program name with args.
6921
6954
 set dummy pkg-config; ac_word=$2
6922
6955
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6923
 
-echo "configure:12473: checking for $ac_word" >&5
6924
 
+echo "configure:12434: checking for $ac_word" >&5
 
6956
-echo "configure:12608: checking for $ac_word" >&5
 
6957
+echo "configure:12533: checking for $ac_word" >&5
6925
6958
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
6926
6959
   echo $ac_n "(cached) $ac_c" 1>&6
6927
6960
 else
6930
6963
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
6931
6964
   ;;
6932
6965
   ?:/*)                         
6933
 
@@ -12508,29 +12469,29 @@
 
6966
@@ -12643,29 +12568,29 @@
6934
6967
      echo "*** The pkg-config script could not be found. Make sure it is"
6935
6968
      echo "*** in your path, or set the PKG_CONFIG environment variable"
6936
6969
      echo "*** to the full path to pkg-config."
6939
6972
      PKG_CONFIG_MIN_VERSION=0.9.0
6940
6973
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
6941
6974
         echo $ac_n "checking for gtk+-2.0 >= 1.3.7""... $ac_c" 1>&6
6942
 
-echo "configure:12517: checking for gtk+-2.0 >= 1.3.7" >&5
6943
 
+echo "configure:12478: checking for gtk+-2.0 >= 1.3.7" >&5
 
6975
-echo "configure:12652: checking for gtk+-2.0 >= 1.3.7" >&5
 
6976
+echo "configure:12577: checking for gtk+-2.0 >= 1.3.7" >&5
6944
6977
 
6945
6978
         if $PKG_CONFIG --exists "gtk+-2.0 >= 1.3.7" ; then
6946
6979
             echo "$ac_t""yes" 1>&6
6947
6980
             succeeded=yes
6948
6981
 
6949
6982
             echo $ac_n "checking MOZ_GTK2_CFLAGS""... $ac_c" 1>&6
6950
 
-echo "configure:12524: checking MOZ_GTK2_CFLAGS" >&5
6951
 
+echo "configure:12485: checking MOZ_GTK2_CFLAGS" >&5
 
6983
-echo "configure:12659: checking MOZ_GTK2_CFLAGS" >&5
 
6984
+echo "configure:12584: checking MOZ_GTK2_CFLAGS" >&5
6952
6985
             MOZ_GTK2_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 >= 1.3.7"`
6953
6986
             echo "$ac_t""$MOZ_GTK2_CFLAGS" 1>&6
6954
6987
 
6955
6988
             echo $ac_n "checking MOZ_GTK2_LIBS""... $ac_c" 1>&6
6956
 
-echo "configure:12529: checking MOZ_GTK2_LIBS" >&5
6957
 
+echo "configure:12490: checking MOZ_GTK2_LIBS" >&5
 
6989
-echo "configure:12664: checking MOZ_GTK2_LIBS" >&5
 
6990
+echo "configure:12589: checking MOZ_GTK2_LIBS" >&5
6958
6991
             ## don't use --libs since that can do evil things like add
6959
6992
             ## -Wl,--export-dynamic
6960
6993
             MOZ_GTK2_LIBS="`$PKG_CONFIG --libs-only-L \"gtk+-2.0 >= 1.3.7\"` `$PKG_CONFIG --libs-only-l \"gtk+-2.0 >= 1.3.7\"`"
6963
6996
             MOZ_GTK2_CFLAGS=""
6964
6997
             MOZ_GTK2_LIBS=""
6965
6998
             ## If we have a custom action on failure, don't print errors, but 
6966
 
@@ -12585,17 +12546,17 @@
 
6999
@@ -12720,17 +12645,17 @@
6967
7000
     if test -x "$QTDIR/bin/moc"; then
6968
7001
       HOST_MOC="$QTDIR/bin/moc"
6969
7002
     else
6972
7005
 # Extract the first word of "$ac_prog", so it can be a program name with args.
6973
7006
 set dummy $ac_prog; ac_word=$2
6974
7007
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
6975
 
-echo "configure:12594: checking for $ac_word" >&5
6976
 
+echo "configure:12555: checking for $ac_word" >&5
 
7008
-echo "configure:12729: checking for $ac_word" >&5
 
7009
+echo "configure:12654: checking for $ac_word" >&5
6977
7010
 if eval "test \"`echo '$''{'ac_cv_prog_HOST_MOC'+set}'`\" = set"; then
6978
7011
   echo $ac_n "(cached) $ac_c" 1>&6
6979
7012
 else
6982
7015
 else
6983
7016
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
6984
7017
   ac_dummy="$PATH"
6985
 
@@ -12637,32 +12598,32 @@
 
7018
@@ -12772,32 +12697,32 @@
6986
7019
     ac_ext=C
6987
7020
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
6988
7021
 ac_cpp='$CXXCPP $CPPFLAGS'
6991
7024
 cross_compiling=$ac_cv_prog_cxx_cross
6992
7025
 
6993
7026
     echo $ac_n "checking for main in -lqt""... $ac_c" 1>&6
6994
 
-echo "configure:12646: checking for main in -lqt" >&5
6995
 
+echo "configure:12607: checking for main in -lqt" >&5
 
7027
-echo "configure:12781: checking for main in -lqt" >&5
 
7028
+echo "configure:12706: checking for main in -lqt" >&5
6996
7029
 ac_lib_var=`echo qt'_'main | sed 'y%./+-%__p_%'`
6997
7030
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
6998
7031
   echo $ac_n "(cached) $ac_c" 1>&6
7000
7033
   ac_save_LIBS="$LIBS"
7001
7034
 LIBS="-lqt  $LIBS"
7002
7035
 cat > conftest.$ac_ext <<EOF
7003
 
-#line 12654 "configure"
7004
 
+#line 12615 "configure"
 
7036
-#line 12789 "configure"
 
7037
+#line 12714 "configure"
7005
7038
 #include "confdefs.h"
7006
7039
 
7007
7040
 int main() {
7008
7041
 main()
7009
7042
 ; return 0; }
7010
7043
 EOF
7011
 
-if { (eval echo configure:12661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7012
 
+if { (eval echo configure:12622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7044
-if { (eval echo configure:12796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7045
+if { (eval echo configure:12721: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7013
7046
   rm -rf conftest*
7014
7047
   eval "ac_cv_lib_$ac_lib_var=yes"
7015
7048
 else
7018
7051
   rm -rf conftest*
7019
7052
   eval "ac_cv_lib_$ac_lib_var=no"
7020
7053
 fi
7021
 
@@ -12671,32 +12632,32 @@
 
7054
@@ -12806,32 +12731,32 @@
7022
7055
 
7023
7056
 fi
7024
7057
 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
7027
7060
 else
7028
7061
   echo "$ac_t""no" 1>&6
7029
7062
 echo $ac_n "checking for main in -lqt-mt""... $ac_c" 1>&6
7030
 
-echo "configure:12680: checking for main in -lqt-mt" >&5
7031
 
+echo "configure:12641: checking for main in -lqt-mt" >&5
 
7063
-echo "configure:12815: checking for main in -lqt-mt" >&5
 
7064
+echo "configure:12740: checking for main in -lqt-mt" >&5
7032
7065
 ac_lib_var=`echo qt-mt'_'main | sed 'y%./+-%__p_%'`
7033
7066
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7034
7067
   echo $ac_n "(cached) $ac_c" 1>&6
7036
7069
   ac_save_LIBS="$LIBS"
7037
7070
 LIBS="-lqt-mt  $LIBS"
7038
7071
 cat > conftest.$ac_ext <<EOF
7039
 
-#line 12688 "configure"
7040
 
+#line 12649 "configure"
 
7072
-#line 12823 "configure"
 
7073
+#line 12748 "configure"
7041
7074
 #include "confdefs.h"
7042
7075
 
7043
7076
 int main() {
7044
7077
 main()
7045
7078
 ; return 0; }
7046
7079
 EOF
7047
 
-if { (eval echo configure:12695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7048
 
+if { (eval echo configure:12656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7080
-if { (eval echo configure:12830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7081
+if { (eval echo configure:12755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7049
7082
   rm -rf conftest*
7050
7083
   eval "ac_cv_lib_$ac_lib_var=yes"
7051
7084
 else
7054
7087
   rm -rf conftest*
7055
7088
   eval "ac_cv_lib_$ac_lib_var=no"
7056
7089
 fi
7057
 
@@ -12722,30 +12683,30 @@
 
7090
@@ -12857,30 +12782,30 @@
7058
7091
 
7059
7092
     _SAVE_CXXFLAGS=$CXXFLAGS
7060
7093
     _SAVE_LIBS=$LIBS
7063
7096
     LIBS="$LIBS $QT_LIBS"
7064
7097
     
7065
7098
     echo $ac_n "checking Qt - version >= $QT_VERSION""... $ac_c" 1>&6
7066
 
-echo "configure:12731: checking Qt - version >= $QT_VERSION" >&5
7067
 
+echo "configure:12692: checking Qt - version >= $QT_VERSION" >&5
 
7099
-echo "configure:12866: checking Qt - version >= $QT_VERSION" >&5
 
7100
+echo "configure:12791: checking Qt - version >= $QT_VERSION" >&5
7068
7101
     cat > conftest.$ac_ext <<EOF
7069
 
-#line 12733 "configure"
7070
 
+#line 12694 "configure"
 
7102
-#line 12868 "configure"
 
7103
+#line 12793 "configure"
7071
7104
 #include "confdefs.h"
7072
7105
 #include <qglobal.h>
7073
7106
 int main() {
7078
7111
     
7079
7112
 ; return 0; }
7080
7113
 EOF
7081
 
-if { (eval echo configure:12744: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7082
 
+if { (eval echo configure:12705: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7114
-if { (eval echo configure:12879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7115
+if { (eval echo configure:12804: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7083
7116
   rm -rf conftest*
7084
7117
   result="yes"
7085
7118
 else
7088
7121
   rm -rf conftest*
7089
7122
   result="no"
7090
7123
 fi
7091
 
@@ -13331,17 +13292,17 @@
 
7124
@@ -13466,17 +13391,17 @@
7092
7125
 
7093
7126
     
7094
7127
   succeeded=no
7097
7130
     # Extract the first word of "pkg-config", so it can be a program name with args.
7098
7131
 set dummy pkg-config; ac_word=$2
7099
7132
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7100
 
-echo "configure:13340: checking for $ac_word" >&5
7101
 
+echo "configure:13301: checking for $ac_word" >&5
 
7133
-echo "configure:13475: checking for $ac_word" >&5
 
7134
+echo "configure:13400: checking for $ac_word" >&5
7102
7135
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
7103
7136
   echo $ac_n "(cached) $ac_c" 1>&6
7104
7137
 else
7107
7140
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7108
7141
   ;;
7109
7142
   ?:/*)                         
7110
 
@@ -13375,29 +13336,29 @@
 
7143
@@ -13510,29 +13435,29 @@
7111
7144
      echo "*** The pkg-config script could not be found. Make sure it is"
7112
7145
      echo "*** in your path, or set the PKG_CONFIG environment variable"
7113
7146
      echo "*** to the full path to pkg-config."
7116
7149
      PKG_CONFIG_MIN_VERSION=0.9.0
7117
7150
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
7118
7151
         echo $ac_n "checking for xft""... $ac_c" 1>&6
7119
 
-echo "configure:13384: checking for xft" >&5
7120
 
+echo "configure:13345: checking for xft" >&5
 
7152
-echo "configure:13519: checking for xft" >&5
 
7153
+echo "configure:13444: checking for xft" >&5
7121
7154
 
7122
7155
         if $PKG_CONFIG --exists "xft" ; then
7123
7156
             echo "$ac_t""yes" 1>&6
7124
7157
             succeeded=yes
7125
7158
 
7126
7159
             echo $ac_n "checking MOZ_XFT_CFLAGS""... $ac_c" 1>&6
7127
 
-echo "configure:13391: checking MOZ_XFT_CFLAGS" >&5
7128
 
+echo "configure:13352: checking MOZ_XFT_CFLAGS" >&5
 
7160
-echo "configure:13526: checking MOZ_XFT_CFLAGS" >&5
 
7161
+echo "configure:13451: checking MOZ_XFT_CFLAGS" >&5
7129
7162
             MOZ_XFT_CFLAGS=`$PKG_CONFIG --cflags "xft"`
7130
7163
             echo "$ac_t""$MOZ_XFT_CFLAGS" 1>&6
7131
7164
 
7132
7165
             echo $ac_n "checking MOZ_XFT_LIBS""... $ac_c" 1>&6
7133
 
-echo "configure:13396: checking MOZ_XFT_LIBS" >&5
7134
 
+echo "configure:13357: checking MOZ_XFT_LIBS" >&5
 
7166
-echo "configure:13531: checking MOZ_XFT_LIBS" >&5
 
7167
+echo "configure:13456: checking MOZ_XFT_LIBS" >&5
7135
7168
             ## don't use --libs since that can do evil things like add
7136
7169
             ## -Wl,--export-dynamic
7137
7170
             MOZ_XFT_LIBS="`$PKG_CONFIG --libs-only-L \"xft\"` `$PKG_CONFIG --libs-only-l \"xft\"`"
7140
7173
             MOZ_XFT_CFLAGS=""
7141
7174
             MOZ_XFT_LIBS=""
7142
7175
             ## If we have a custom action on failure, don't print errors, but 
7143
 
@@ -13422,17 +13383,17 @@
 
7176
@@ -13557,17 +13482,17 @@
7144
7177
 
7145
7178
     
7146
7179
   succeeded=no
7149
7182
     # Extract the first word of "pkg-config", so it can be a program name with args.
7150
7183
 set dummy pkg-config; ac_word=$2
7151
7184
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7152
 
-echo "configure:13431: checking for $ac_word" >&5
7153
 
+echo "configure:13392: checking for $ac_word" >&5
 
7185
-echo "configure:13566: checking for $ac_word" >&5
 
7186
+echo "configure:13491: checking for $ac_word" >&5
7154
7187
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
7155
7188
   echo $ac_n "(cached) $ac_c" 1>&6
7156
7189
 else
7159
7192
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7160
7193
   ;;
7161
7194
   ?:/*)                         
7162
 
@@ -13466,29 +13427,29 @@
 
7195
@@ -13601,29 +13526,29 @@
7163
7196
      echo "*** The pkg-config script could not be found. Make sure it is"
7164
7197
      echo "*** in your path, or set the PKG_CONFIG environment variable"
7165
7198
      echo "*** to the full path to pkg-config."
7168
7201
      PKG_CONFIG_MIN_VERSION=0.9.0
7169
7202
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
7170
7203
         echo $ac_n "checking for pango >= 1.1.0""... $ac_c" 1>&6
7171
 
-echo "configure:13475: checking for pango >= 1.1.0" >&5
7172
 
+echo "configure:13436: checking for pango >= 1.1.0" >&5
 
7204
-echo "configure:13610: checking for pango >= 1.1.0" >&5
 
7205
+echo "configure:13535: checking for pango >= 1.1.0" >&5
7173
7206
 
7174
7207
         if $PKG_CONFIG --exists "pango >= 1.1.0" ; then
7175
7208
             echo "$ac_t""yes" 1>&6
7176
7209
             succeeded=yes
7177
7210
 
7178
7211
             echo $ac_n "checking _PANGOCHK_CFLAGS""... $ac_c" 1>&6
7179
 
-echo "configure:13482: checking _PANGOCHK_CFLAGS" >&5
7180
 
+echo "configure:13443: checking _PANGOCHK_CFLAGS" >&5
 
7212
-echo "configure:13617: checking _PANGOCHK_CFLAGS" >&5
 
7213
+echo "configure:13542: checking _PANGOCHK_CFLAGS" >&5
7181
7214
             _PANGOCHK_CFLAGS=`$PKG_CONFIG --cflags "pango >= 1.1.0"`
7182
7215
             echo "$ac_t""$_PANGOCHK_CFLAGS" 1>&6
7183
7216
 
7184
7217
             echo $ac_n "checking _PANGOCHK_LIBS""... $ac_c" 1>&6
7185
 
-echo "configure:13487: checking _PANGOCHK_LIBS" >&5
7186
 
+echo "configure:13448: checking _PANGOCHK_LIBS" >&5
 
7218
-echo "configure:13622: checking _PANGOCHK_LIBS" >&5
 
7219
+echo "configure:13547: checking _PANGOCHK_LIBS" >&5
7187
7220
             ## don't use --libs since that can do evil things like add
7188
7221
             ## -Wl,--export-dynamic
7189
7222
             _PANGOCHK_LIBS="`$PKG_CONFIG --libs-only-L \"pango >= 1.1.0\"` `$PKG_CONFIG --libs-only-l \"pango >= 1.1.0\"`"
7192
7225
             _PANGOCHK_CFLAGS=""
7193
7226
             _PANGOCHK_LIBS=""
7194
7227
             ## If we have a custom action on failure, don't print errors, but 
7195
 
@@ -13538,17 +13499,17 @@
 
7228
@@ -13673,17 +13598,17 @@
7196
7229
 
7197
7230
     
7198
7231
   succeeded=no
7201
7234
     # Extract the first word of "pkg-config", so it can be a program name with args.
7202
7235
 set dummy pkg-config; ac_word=$2
7203
7236
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7204
 
-echo "configure:13547: checking for $ac_word" >&5
7205
 
+echo "configure:13508: checking for $ac_word" >&5
 
7237
-echo "configure:13682: checking for $ac_word" >&5
 
7238
+echo "configure:13607: checking for $ac_word" >&5
7206
7239
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
7207
7240
   echo $ac_n "(cached) $ac_c" 1>&6
7208
7241
 else
7211
7244
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7212
7245
   ;;
7213
7246
   ?:/*)                         
7214
 
@@ -13582,29 +13543,29 @@
 
7247
@@ -13717,29 +13642,29 @@
7215
7248
      echo "*** The pkg-config script could not be found. Make sure it is"
7216
7249
      echo "*** in your path, or set the PKG_CONFIG environment variable"
7217
7250
      echo "*** to the full path to pkg-config."
7220
7253
      PKG_CONFIG_MIN_VERSION=0.9.0
7221
7254
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
7222
7255
         echo $ac_n "checking for pangoxft >= 1.6.0""... $ac_c" 1>&6
7223
 
-echo "configure:13591: checking for pangoxft >= 1.6.0" >&5
7224
 
+echo "configure:13552: checking for pangoxft >= 1.6.0" >&5
 
7256
-echo "configure:13726: checking for pangoxft >= 1.6.0" >&5
 
7257
+echo "configure:13651: checking for pangoxft >= 1.6.0" >&5
7225
7258
 
7226
7259
         if $PKG_CONFIG --exists "pangoxft >= 1.6.0" ; then
7227
7260
             echo "$ac_t""yes" 1>&6
7228
7261
             succeeded=yes
7229
7262
 
7230
7263
             echo $ac_n "checking MOZ_PANGO_CFLAGS""... $ac_c" 1>&6
7231
 
-echo "configure:13598: checking MOZ_PANGO_CFLAGS" >&5
7232
 
+echo "configure:13559: checking MOZ_PANGO_CFLAGS" >&5
 
7264
-echo "configure:13733: checking MOZ_PANGO_CFLAGS" >&5
 
7265
+echo "configure:13658: checking MOZ_PANGO_CFLAGS" >&5
7233
7266
             MOZ_PANGO_CFLAGS=`$PKG_CONFIG --cflags "pangoxft >= 1.6.0"`
7234
7267
             echo "$ac_t""$MOZ_PANGO_CFLAGS" 1>&6
7235
7268
 
7236
7269
             echo $ac_n "checking MOZ_PANGO_LIBS""... $ac_c" 1>&6
7237
 
-echo "configure:13603: checking MOZ_PANGO_LIBS" >&5
7238
 
+echo "configure:13564: checking MOZ_PANGO_LIBS" >&5
 
7270
-echo "configure:13738: checking MOZ_PANGO_LIBS" >&5
 
7271
+echo "configure:13663: checking MOZ_PANGO_LIBS" >&5
7239
7272
             ## don't use --libs since that can do evil things like add
7240
7273
             ## -Wl,--export-dynamic
7241
7274
             MOZ_PANGO_LIBS="`$PKG_CONFIG --libs-only-L \"pangoxft >= 1.6.0\"` `$PKG_CONFIG --libs-only-l \"pangoxft >= 1.6.0\"`"
7244
7277
             MOZ_PANGO_CFLAGS=""
7245
7278
             MOZ_PANGO_LIBS=""
7246
7279
             ## If we have a custom action on failure, don't print errors, but 
7247
 
@@ -13662,36 +13623,36 @@
 
7280
@@ -13797,36 +13722,36 @@
7248
7281
 fi
7249
7282
 
7250
7283
 
7253
7286
     _SAVE_LDFLAGS="$LDFLAGS"
7254
7287
     LDFLAGS="$XLDFLAGS $LDFLAGS"
7255
7288
     echo $ac_n "checking for XpGetPrinterList in -lXp""... $ac_c" 1>&6
7256
 
-echo "configure:13671: checking for XpGetPrinterList in -lXp" >&5
7257
 
+echo "configure:13632: checking for XpGetPrinterList in -lXp" >&5
 
7289
-echo "configure:13806: checking for XpGetPrinterList in -lXp" >&5
 
7290
+echo "configure:13731: checking for XpGetPrinterList in -lXp" >&5
7258
7291
 ac_lib_var=`echo Xp'_'XpGetPrinterList | sed 'y%./+-%__p_%'`
7259
7292
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7260
7293
   echo $ac_n "(cached) $ac_c" 1>&6
7262
7295
   ac_save_LIBS="$LIBS"
7263
7296
 LIBS="-lXp $XEXT_LIBS $XLIBS $LIBS"
7264
7297
 cat > conftest.$ac_ext <<EOF
7265
 
-#line 13679 "configure"
7266
 
+#line 13640 "configure"
 
7298
-#line 13814 "configure"
 
7299
+#line 13739 "configure"
7267
7300
 #include "confdefs.h"
7268
7301
 /* Override any gcc2 internal prototype to avoid an error.  */
7269
7302
 /* We use char because int might match the return type of a gcc2
7274
7307
 XpGetPrinterList()
7275
7308
 ; return 0; }
7276
7309
 EOF
7277
 
-if { (eval echo configure:13690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7278
 
+if { (eval echo configure:13651: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7310
-if { (eval echo configure:13825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7311
+if { (eval echo configure:13750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7279
7312
   rm -rf conftest*
7280
7313
   eval "ac_cv_lib_$ac_lib_var=yes"
7281
7314
 else
7284
7317
   rm -rf conftest*
7285
7318
   eval "ac_cv_lib_$ac_lib_var=no"
7286
7319
 fi
7287
 
@@ -13754,17 +13715,17 @@
 
7320
@@ -13889,17 +13814,17 @@
7288
7321
     then
7289
7322
         
7290
7323
   succeeded=no
7293
7326
     # Extract the first word of "pkg-config", so it can be a program name with args.
7294
7327
 set dummy pkg-config; ac_word=$2
7295
7328
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7296
 
-echo "configure:13763: checking for $ac_word" >&5
7297
 
+echo "configure:13724: checking for $ac_word" >&5
 
7329
-echo "configure:13898: checking for $ac_word" >&5
 
7330
+echo "configure:13823: checking for $ac_word" >&5
7298
7331
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
7299
7332
   echo $ac_n "(cached) $ac_c" 1>&6
7300
7333
 else
7303
7336
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7304
7337
   ;;
7305
7338
   ?:/*)                         
7306
 
@@ -13798,29 +13759,29 @@
 
7339
@@ -13933,29 +13858,29 @@
7307
7340
      echo "*** The pkg-config script could not be found. Make sure it is"
7308
7341
      echo "*** in your path, or set the PKG_CONFIG environment variable"
7309
7342
      echo "*** to the full path to pkg-config."
7312
7345
      PKG_CONFIG_MIN_VERSION=0.9.0
7313
7346
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
7314
7347
         echo $ac_n "checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION""... $ac_c" 1>&6
7315
 
-echo "configure:13807: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5
7316
 
+echo "configure:13768: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5
 
7348
-echo "configure:13942: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5
 
7349
+echo "configure:13867: checking for gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" >&5
7317
7350
 
7318
7351
         if $PKG_CONFIG --exists "gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION" ; then
7319
7352
             echo "$ac_t""yes" 1>&6
7320
7353
             succeeded=yes
7321
7354
 
7322
7355
             echo $ac_n "checking MOZ_GNOMEVFS_CFLAGS""... $ac_c" 1>&6
7323
 
-echo "configure:13814: checking MOZ_GNOMEVFS_CFLAGS" >&5
7324
 
+echo "configure:13775: checking MOZ_GNOMEVFS_CFLAGS" >&5
 
7356
-echo "configure:13949: checking MOZ_GNOMEVFS_CFLAGS" >&5
 
7357
+echo "configure:13874: checking MOZ_GNOMEVFS_CFLAGS" >&5
7325
7358
             MOZ_GNOMEVFS_CFLAGS=`$PKG_CONFIG --cflags "gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION"`
7326
7359
             echo "$ac_t""$MOZ_GNOMEVFS_CFLAGS" 1>&6
7327
7360
 
7328
7361
             echo $ac_n "checking MOZ_GNOMEVFS_LIBS""... $ac_c" 1>&6
7329
 
-echo "configure:13819: checking MOZ_GNOMEVFS_LIBS" >&5
7330
 
+echo "configure:13780: checking MOZ_GNOMEVFS_LIBS" >&5
 
7362
-echo "configure:13954: checking MOZ_GNOMEVFS_LIBS" >&5
 
7363
+echo "configure:13879: checking MOZ_GNOMEVFS_LIBS" >&5
7331
7364
             ## don't use --libs since that can do evil things like add
7332
7365
             ## -Wl,--export-dynamic
7333
7366
             MOZ_GNOMEVFS_LIBS="`$PKG_CONFIG --libs-only-L \"gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION\"` `$PKG_CONFIG --libs-only-l \"gnome-vfs-2.0 >= $GNOMEVFS_VERSION gnome-vfs-module-2.0 >= $GNOMEVFS_VERSION\"`"
7336
7369
             MOZ_GNOMEVFS_CFLAGS=""
7337
7370
             MOZ_GNOMEVFS_LIBS=""
7338
7371
             ## If we have a custom action on failure, don't print errors, but 
7339
 
@@ -13861,17 +13822,17 @@
 
7372
@@ -13996,17 +13921,17 @@
7340
7373
     then
7341
7374
         
7342
7375
   succeeded=no
7345
7378
     # Extract the first word of "pkg-config", so it can be a program name with args.
7346
7379
 set dummy pkg-config; ac_word=$2
7347
7380
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7348
 
-echo "configure:13870: checking for $ac_word" >&5
7349
 
+echo "configure:13831: checking for $ac_word" >&5
 
7381
-echo "configure:14005: checking for $ac_word" >&5
 
7382
+echo "configure:13930: checking for $ac_word" >&5
7350
7383
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
7351
7384
   echo $ac_n "(cached) $ac_c" 1>&6
7352
7385
 else
7355
7388
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7356
7389
   ;;
7357
7390
   ?:/*)                         
7358
 
@@ -13905,29 +13866,29 @@
 
7391
@@ -14040,29 +13965,29 @@
7359
7392
      echo "*** The pkg-config script could not be found. Make sure it is"
7360
7393
      echo "*** in your path, or set the PKG_CONFIG environment variable"
7361
7394
      echo "*** to the full path to pkg-config."
7364
7397
      PKG_CONFIG_MIN_VERSION=0.9.0
7365
7398
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
7366
7399
         echo $ac_n "checking for gconf-2.0 >= $GCONF_VERSION""... $ac_c" 1>&6
7367
 
-echo "configure:13914: checking for gconf-2.0 >= $GCONF_VERSION" >&5
7368
 
+echo "configure:13875: checking for gconf-2.0 >= $GCONF_VERSION" >&5
 
7400
-echo "configure:14049: checking for gconf-2.0 >= $GCONF_VERSION" >&5
 
7401
+echo "configure:13974: checking for gconf-2.0 >= $GCONF_VERSION" >&5
7369
7402
 
7370
7403
         if $PKG_CONFIG --exists "gconf-2.0 >= $GCONF_VERSION" ; then
7371
7404
             echo "$ac_t""yes" 1>&6
7372
7405
             succeeded=yes
7373
7406
 
7374
7407
             echo $ac_n "checking MOZ_GCONF_CFLAGS""... $ac_c" 1>&6
7375
 
-echo "configure:13921: checking MOZ_GCONF_CFLAGS" >&5
7376
 
+echo "configure:13882: checking MOZ_GCONF_CFLAGS" >&5
 
7408
-echo "configure:14056: checking MOZ_GCONF_CFLAGS" >&5
 
7409
+echo "configure:13981: checking MOZ_GCONF_CFLAGS" >&5
7377
7410
             MOZ_GCONF_CFLAGS=`$PKG_CONFIG --cflags "gconf-2.0 >= $GCONF_VERSION"`
7378
7411
             echo "$ac_t""$MOZ_GCONF_CFLAGS" 1>&6
7379
7412
 
7380
7413
             echo $ac_n "checking MOZ_GCONF_LIBS""... $ac_c" 1>&6
7381
 
-echo "configure:13926: checking MOZ_GCONF_LIBS" >&5
7382
 
+echo "configure:13887: checking MOZ_GCONF_LIBS" >&5
 
7414
-echo "configure:14061: checking MOZ_GCONF_LIBS" >&5
 
7415
+echo "configure:13986: checking MOZ_GCONF_LIBS" >&5
7383
7416
             ## don't use --libs since that can do evil things like add
7384
7417
             ## -Wl,--export-dynamic
7385
7418
             MOZ_GCONF_LIBS="`$PKG_CONFIG --libs-only-L \"gconf-2.0 >= $GCONF_VERSION\"` `$PKG_CONFIG --libs-only-l \"gconf-2.0 >= $GCONF_VERSION\"`"
7388
7421
             MOZ_GCONF_CFLAGS=""
7389
7422
             MOZ_GCONF_LIBS=""
7390
7423
             ## If we have a custom action on failure, don't print errors, but 
7391
 
@@ -13964,17 +13925,17 @@
 
7424
@@ -14099,17 +14024,17 @@
7392
7425
     then
7393
7426
         
7394
7427
   succeeded=no
7397
7430
     # Extract the first word of "pkg-config", so it can be a program name with args.
7398
7431
 set dummy pkg-config; ac_word=$2
7399
7432
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7400
 
-echo "configure:13973: checking for $ac_word" >&5
7401
 
+echo "configure:13934: checking for $ac_word" >&5
 
7433
-echo "configure:14108: checking for $ac_word" >&5
 
7434
+echo "configure:14033: checking for $ac_word" >&5
7402
7435
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
7403
7436
   echo $ac_n "(cached) $ac_c" 1>&6
7404
7437
 else
7407
7440
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7408
7441
   ;;
7409
7442
   ?:/*)                         
7410
 
@@ -14008,29 +13969,29 @@
 
7443
@@ -14143,29 +14068,29 @@
7411
7444
      echo "*** The pkg-config script could not be found. Make sure it is"
7412
7445
      echo "*** in your path, or set the PKG_CONFIG environment variable"
7413
7446
      echo "*** to the full path to pkg-config."
7416
7449
      PKG_CONFIG_MIN_VERSION=0.9.0
7417
7450
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
7418
7451
         echo $ac_n "checking for libgnome-2.0 >= $LIBGNOME_VERSION""... $ac_c" 1>&6
7419
 
-echo "configure:14017: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5
7420
 
+echo "configure:13978: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5
 
7452
-echo "configure:14152: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5
 
7453
+echo "configure:14077: checking for libgnome-2.0 >= $LIBGNOME_VERSION" >&5
7421
7454
 
7422
7455
         if $PKG_CONFIG --exists "libgnome-2.0 >= $LIBGNOME_VERSION" ; then
7423
7456
             echo "$ac_t""yes" 1>&6
7424
7457
             succeeded=yes
7425
7458
 
7426
7459
             echo $ac_n "checking MOZ_LIBGNOME_CFLAGS""... $ac_c" 1>&6
7427
 
-echo "configure:14024: checking MOZ_LIBGNOME_CFLAGS" >&5
7428
 
+echo "configure:13985: checking MOZ_LIBGNOME_CFLAGS" >&5
 
7460
-echo "configure:14159: checking MOZ_LIBGNOME_CFLAGS" >&5
 
7461
+echo "configure:14084: checking MOZ_LIBGNOME_CFLAGS" >&5
7429
7462
             MOZ_LIBGNOME_CFLAGS=`$PKG_CONFIG --cflags "libgnome-2.0 >= $LIBGNOME_VERSION"`
7430
7463
             echo "$ac_t""$MOZ_LIBGNOME_CFLAGS" 1>&6
7431
7464
 
7432
7465
             echo $ac_n "checking MOZ_LIBGNOME_LIBS""... $ac_c" 1>&6
7433
 
-echo "configure:14029: checking MOZ_LIBGNOME_LIBS" >&5
7434
 
+echo "configure:13990: checking MOZ_LIBGNOME_LIBS" >&5
 
7466
-echo "configure:14164: checking MOZ_LIBGNOME_LIBS" >&5
 
7467
+echo "configure:14089: checking MOZ_LIBGNOME_LIBS" >&5
7435
7468
             ## don't use --libs since that can do evil things like add
7436
7469
             ## -Wl,--export-dynamic
7437
7470
             MOZ_LIBGNOME_LIBS="`$PKG_CONFIG --libs-only-L \"libgnome-2.0 >= $LIBGNOME_VERSION\"` `$PKG_CONFIG --libs-only-l \"libgnome-2.0 >= $LIBGNOME_VERSION\"`"
7440
7473
             MOZ_LIBGNOME_CFLAGS=""
7441
7474
             MOZ_LIBGNOME_LIBS=""
7442
7475
             ## If we have a custom action on failure, don't print errors, but 
7443
 
@@ -14098,17 +14059,17 @@
 
7476
@@ -14233,17 +14158,17 @@
7444
7477
     then
7445
7478
         
7446
7479
   succeeded=no
7449
7482
     # Extract the first word of "pkg-config", so it can be a program name with args.
7450
7483
 set dummy pkg-config; ac_word=$2
7451
7484
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7452
 
-echo "configure:14107: checking for $ac_word" >&5
7453
 
+echo "configure:14068: checking for $ac_word" >&5
 
7485
-echo "configure:14242: checking for $ac_word" >&5
 
7486
+echo "configure:14167: checking for $ac_word" >&5
7454
7487
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
7455
7488
   echo $ac_n "(cached) $ac_c" 1>&6
7456
7489
 else
7459
7492
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
7460
7493
   ;;
7461
7494
   ?:/*)                         
7462
 
@@ -14142,29 +14103,29 @@
 
7495
@@ -14277,29 +14202,29 @@
7463
7496
      echo "*** The pkg-config script could not be found. Make sure it is"
7464
7497
      echo "*** in your path, or set the PKG_CONFIG environment variable"
7465
7498
      echo "*** to the full path to pkg-config."
7468
7501
      PKG_CONFIG_MIN_VERSION=0.9.0
7469
7502
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
7470
7503
         echo $ac_n "checking for libgnomeui-2.0 >= $GNOMEUI_VERSION""... $ac_c" 1>&6
7471
 
-echo "configure:14151: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5
7472
 
+echo "configure:14112: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5
 
7504
-echo "configure:14286: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5
 
7505
+echo "configure:14211: checking for libgnomeui-2.0 >= $GNOMEUI_VERSION" >&5
7473
7506
 
7474
7507
         if $PKG_CONFIG --exists "libgnomeui-2.0 >= $GNOMEUI_VERSION" ; then
7475
7508
             echo "$ac_t""yes" 1>&6
7476
7509
             succeeded=yes
7477
7510
 
7478
7511
             echo $ac_n "checking MOZ_GNOMEUI_CFLAGS""... $ac_c" 1>&6
7479
 
-echo "configure:14158: checking MOZ_GNOMEUI_CFLAGS" >&5
7480
 
+echo "configure:14119: checking MOZ_GNOMEUI_CFLAGS" >&5
 
7512
-echo "configure:14293: checking MOZ_GNOMEUI_CFLAGS" >&5
 
7513
+echo "configure:14218: checking MOZ_GNOMEUI_CFLAGS" >&5
7481
7514
             MOZ_GNOMEUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomeui-2.0 >= $GNOMEUI_VERSION"`
7482
7515
             echo "$ac_t""$MOZ_GNOMEUI_CFLAGS" 1>&6
7483
7516
 
7484
7517
             echo $ac_n "checking MOZ_GNOMEUI_LIBS""... $ac_c" 1>&6
7485
 
-echo "configure:14163: checking MOZ_GNOMEUI_LIBS" >&5
7486
 
+echo "configure:14124: checking MOZ_GNOMEUI_LIBS" >&5
 
7518
-echo "configure:14298: checking MOZ_GNOMEUI_LIBS" >&5
 
7519
+echo "configure:14223: checking MOZ_GNOMEUI_LIBS" >&5
7487
7520
             ## don't use --libs since that can do evil things like add
7488
7521
             ## -Wl,--export-dynamic
7489
7522
             MOZ_GNOMEUI_LIBS="`$PKG_CONFIG --libs-only-L \"libgnomeui-2.0 >= $GNOMEUI_VERSION\"` `$PKG_CONFIG --libs-only-l \"libgnomeui-2.0 >= $GNOMEUI_VERSION\"`"
7492
7525
             MOZ_GNOMEUI_CFLAGS=""
7493
7526
             MOZ_GNOMEUI_LIBS=""
7494
7527
             ## If we have a custom action on failure, don't print errors, but 
7495
 
@@ -14640,17 +14601,17 @@
 
7528
@@ -14775,17 +14700,17 @@
7496
7529
         JAVA_PATH="$JAVA_BIN_PATH"
7497
7530
   else
7498
7531
         JAVA_PATH="$JAVA_HOME/bin:$PATH"
7501
7534
   # Extract the first word of "javac", so it can be a program name with args.
7502
7535
 set dummy javac; ac_word=$2
7503
7536
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7504
 
-echo "configure:14649: checking for $ac_word" >&5
7505
 
+echo "configure:14610: checking for $ac_word" >&5
 
7537
-echo "configure:14784: checking for $ac_word" >&5
 
7538
+echo "configure:14709: checking for $ac_word" >&5
7506
7539
 if eval "test \"`echo '$''{'ac_cv_path_JAVAC'+set}'`\" = set"; then
7507
7540
   echo $ac_n "(cached) $ac_c" 1>&6
7508
7541
 else
7511
7544
   ac_cv_path_JAVAC="$JAVAC" # Let the user override the test with a path.
7512
7545
   ;;
7513
7546
   ?:/*)                         
7514
 
@@ -14676,17 +14637,17 @@
 
7547
@@ -14811,17 +14736,17 @@
7515
7548
   echo "$ac_t""$JAVAC" 1>&6
7516
7549
 else
7517
7550
   echo "$ac_t""no" 1>&6
7520
7553
   # Extract the first word of "jar", so it can be a program name with args.
7521
7554
 set dummy jar; ac_word=$2
7522
7555
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7523
 
-echo "configure:14685: checking for $ac_word" >&5
7524
 
+echo "configure:14646: checking for $ac_word" >&5
 
7556
-echo "configure:14820: checking for $ac_word" >&5
 
7557
+echo "configure:14745: checking for $ac_word" >&5
7525
7558
 if eval "test \"`echo '$''{'ac_cv_path_JAR'+set}'`\" = set"; then
7526
7559
   echo $ac_n "(cached) $ac_c" 1>&6
7527
7560
 else
7530
7563
   ac_cv_path_JAR="$JAR" # Let the user override the test with a path.
7531
7564
   ;;
7532
7565
   ?:/*)                         
7533
 
@@ -14923,36 +14884,36 @@
 
7566
@@ -15058,36 +14983,36 @@
7534
7567
    SVG_RENDERER=$SVG_DEFAULT_RENDERER
7535
7568
 fi
7536
7569
 
7539
7572
   gdiplus)
7540
7573
     MOZ_SVG_RENDERER_GDIPLUS=1
7541
7574
                         echo $ac_n "checking for Gdiplus.h""... $ac_c" 1>&6
7542
 
-echo "configure:14932: checking for Gdiplus.h" >&5
7543
 
+echo "configure:14893: checking for Gdiplus.h" >&5
 
7575
-echo "configure:15067: checking for Gdiplus.h" >&5
 
7576
+echo "configure:14992: checking for Gdiplus.h" >&5
7544
7577
     
7545
7578
     ac_ext=C
7546
7579
 # CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
7550
7583
 cross_compiling=$ac_cv_prog_cxx_cross
7551
7584
 
7552
7585
     cat > conftest.$ac_ext <<EOF
7553
 
-#line 14942 "configure"
7554
 
+#line 14903 "configure"
 
7586
-#line 15077 "configure"
 
7587
+#line 15002 "configure"
7555
7588
 #include "confdefs.h"
7556
7589
 #include <windows.h>
7557
7590
                     #include <unknwn.h>
7560
7593
 
7561
7594
 ; return 0; }
7562
7595
 EOF
7563
 
-if { (eval echo configure:14951: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7564
 
+if { (eval echo configure:14912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7596
-if { (eval echo configure:15086: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7597
+if { (eval echo configure:15011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7565
7598
   rm -rf conftest*
7566
7599
   echo "$ac_t""yes" 1>&6
7567
7600
 else
7570
7603
   rm -rf conftest*
7571
7604
   { echo "configure: error: Building the SVG GDI+ renderer requires an appropriate Microsoft SDK." 1>&2; exit 1; }
7572
7605
 fi
7573
 
@@ -15022,17 +14983,17 @@
 
7606
@@ -15157,17 +15082,17 @@
7574
7607
 if test -n "$MOZ_INSTALLER" -a -n "$MOZ_XUL_APP" -a "$OS_ARCH" = "WINNT"; then
7575
7608
     # Disable installer for Windows builds that use the new toolkit if NSIS
7576
7609
     # isn't in the path.
7579
7612
 # Extract the first word of "$ac_prog", so it can be a program name with args.
7580
7613
 set dummy $ac_prog; ac_word=$2
7581
7614
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7582
 
-echo "configure:15031: checking for $ac_word" >&5
7583
 
+echo "configure:14992: checking for $ac_word" >&5
 
7615
-echo "configure:15166: checking for $ac_word" >&5
 
7616
+echo "configure:15091: checking for $ac_word" >&5
7584
7617
 if eval "test \"`echo '$''{'ac_cv_path_MAKENSIS'+set}'`\" = set"; then
7585
7618
   echo $ac_n "(cached) $ac_c" 1>&6
7586
7619
 else
7589
7622
   ac_cv_path_MAKENSIS="$MAKENSIS" # Let the user override the test with a path.
7590
7623
   ;;
7591
7624
   ?:/*)                         
7592
 
@@ -15067,17 +15028,17 @@
 
7625
@@ -15202,17 +15127,17 @@
7593
7626
     fi
7594
7627
     # The Windows build for NSIS requires the iconv command line utility to
7595
7628
     # convert the charset of the locale files.
7598
7631
 # Extract the first word of "$ac_prog", so it can be a program name with args.
7599
7632
 set dummy $ac_prog; ac_word=$2
7600
7633
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7601
 
-echo "configure:15076: checking for $ac_word" >&5
7602
 
+echo "configure:15037: checking for $ac_word" >&5
 
7634
-echo "configure:15211: checking for $ac_word" >&5
 
7635
+echo "configure:15136: checking for $ac_word" >&5
7603
7636
 if eval "test \"`echo '$''{'ac_cv_path_HOST_ICONV'+set}'`\" = set"; then
7604
7637
   echo $ac_n "(cached) $ac_c" 1>&6
7605
7638
 else
7608
7641
   ac_cv_path_HOST_ICONV="$HOST_ICONV" # Let the user override the test with a path.
7609
7642
   ;;
7610
7643
   ?:/*)                         
7611
 
@@ -15136,23 +15097,23 @@
 
7644
@@ -15271,23 +15196,23 @@
7612
7645
 fi
7613
7646
 
7614
7647
 # The Windows build requires the iconv command line utility
7617
7650
     msvc*|mks*|cygwin*|mingw*|wince*)
7618
7651
         if test -n "$MOZ_UPDATER"; then
7619
7652
             echo $ac_n "checking for iconv""... $ac_c" 1>&6
7620
 
-echo "configure:15145: checking for iconv" >&5
7621
 
+echo "configure:15106: checking for iconv" >&5
 
7653
-echo "configure:15280: checking for iconv" >&5
 
7654
+echo "configure:15205: checking for iconv" >&5
7622
7655
             for ac_prog in $HOST_ICONV "iconv"
7623
7656
 do
7624
7657
 # Extract the first word of "$ac_prog", so it can be a program name with args.
7625
7658
 set dummy $ac_prog; ac_word=$2
7626
7659
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
7627
 
-echo "configure:15151: checking for $ac_word" >&5
7628
 
+echo "configure:15112: checking for $ac_word" >&5
 
7660
-echo "configure:15286: checking for $ac_word" >&5
 
7661
+echo "configure:15211: checking for $ac_word" >&5
7629
7662
 if eval "test \"`echo '$''{'ac_cv_prog_HOST_ICONV'+set}'`\" = set"; then
7630
7663
   echo $ac_n "(cached) $ac_c" 1>&6
7631
7664
 else
7634
7667
 else
7635
7668
   IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS=":"
7636
7669
   ac_dummy="$PATH"
7637
 
@@ -15488,28 +15449,28 @@
 
7670
@@ -15623,28 +15548,28 @@
7638
7671
         ;;
7639
7672
   esac
7640
7673
 MOZ_DEBUG_ENABLE_DEFS="$MOZ_DEBUG_ENABLE_DEFS -DTRACING"
7643
7676
 
7644
7677
 if test -n "$MOZ_DEBUG"; then
7645
7678
     echo $ac_n "checking for valid debug flags""... $ac_c" 1>&6
7646
 
-echo "configure:15497: checking for valid debug flags" >&5
7647
 
+echo "configure:15458: checking for valid debug flags" >&5
 
7679
-echo "configure:15632: checking for valid debug flags" >&5
 
7680
+echo "configure:15557: checking for valid debug flags" >&5
7648
7681
     _SAVE_CFLAGS=$CFLAGS
7649
7682
     CFLAGS="$CFLAGS $MOZ_DEBUG_FLAGS"
7650
7683
     cat > conftest.$ac_ext <<EOF
7651
 
-#line 15501 "configure"
7652
 
+#line 15462 "configure"
 
7684
-#line 15636 "configure"
 
7685
+#line 15561 "configure"
7653
7686
 #include "confdefs.h"
7654
7687
 #include <stdio.h>
7655
7688
 int main() {
7656
7689
 printf("Hello World\n");
7657
7690
 ; return 0; }
7658
7691
 EOF
7659
 
-if { (eval echo configure:15508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7660
 
+if { (eval echo configure:15469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7692
-if { (eval echo configure:15643: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7693
+if { (eval echo configure:15568: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7661
7694
   rm -rf conftest*
7662
7695
   _results=yes
7663
7696
 else
7666
7699
   rm -rf conftest*
7667
7700
   _results=no
7668
7701
 fi
7669
 
@@ -15540,28 +15501,28 @@
 
7702
@@ -15675,28 +15600,28 @@
7670
7703
 else
7671
7704
   MOZ_OPTIMIZE=1
7672
7705
 fi
7675
7708
 if test "$COMPILE_ENVIRONMENT"; then
7676
7709
 if test -n "$MOZ_OPTIMIZE"; then
7677
7710
     echo $ac_n "checking for valid optimization flags""... $ac_c" 1>&6
7678
 
-echo "configure:15549: checking for valid optimization flags" >&5
7679
 
+echo "configure:15510: checking for valid optimization flags" >&5
 
7711
-echo "configure:15684: checking for valid optimization flags" >&5
 
7712
+echo "configure:15609: checking for valid optimization flags" >&5
7680
7713
     _SAVE_CFLAGS=$CFLAGS
7681
7714
     CFLAGS="$CFLAGS $MOZ_OPTIMIZE_FLAGS"
7682
7715
     cat > conftest.$ac_ext <<EOF
7683
 
-#line 15553 "configure"
7684
 
+#line 15514 "configure"
 
7716
-#line 15688 "configure"
 
7717
+#line 15613 "configure"
7685
7718
 #include "confdefs.h"
7686
7719
 #include <stdio.h>
7687
7720
 int main() {
7688
7721
 printf("Hello World\n");
7689
7722
 ; return 0; }
7690
7723
 EOF
7691
 
-if { (eval echo configure:15560: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7692
 
+if { (eval echo configure:15521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7724
-if { (eval echo configure:15695: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7725
+if { (eval echo configure:15620: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7693
7726
   rm -rf conftest*
7694
7727
   _results=yes
7695
7728
 else
7698
7731
   rm -rf conftest*
7699
7732
   _results=no
7700
7733
 fi
7701
 
@@ -15768,36 +15729,36 @@
 
7734
@@ -15903,36 +15828,36 @@
7702
7735
     _ENABLE_EFENCE= 
7703
7736
   else
7704
7737
     { echo "configure: error: Option, efence, does not take an argument ($enableval)." 1>&2; exit 1; }
7707
7740
 
7708
7741
 if test -n "$_ENABLE_EFENCE"; then
7709
7742
     echo $ac_n "checking for malloc in -lefence""... $ac_c" 1>&6
7710
 
-echo "configure:15777: checking for malloc in -lefence" >&5
7711
 
+echo "configure:15738: checking for malloc in -lefence" >&5
 
7743
-echo "configure:15912: checking for malloc in -lefence" >&5
 
7744
+echo "configure:15837: checking for malloc in -lefence" >&5
7712
7745
 ac_lib_var=`echo efence'_'malloc | sed 'y%./+-%__p_%'`
7713
7746
 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
7714
7747
   echo $ac_n "(cached) $ac_c" 1>&6
7716
7749
   ac_save_LIBS="$LIBS"
7717
7750
 LIBS="-lefence  $LIBS"
7718
7751
 cat > conftest.$ac_ext <<EOF
7719
 
-#line 15785 "configure"
7720
 
+#line 15746 "configure"
 
7752
-#line 15920 "configure"
 
7753
+#line 15845 "configure"
7721
7754
 #include "confdefs.h"
7722
7755
 /* Override any gcc2 internal prototype to avoid an error.  */
7723
7756
 /* We use char because int might match the return type of a gcc2
7728
7761
 malloc()
7729
7762
 ; return 0; }
7730
7763
 EOF
7731
 
-if { (eval echo configure:15796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7732
 
+if { (eval echo configure:15757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7764
-if { (eval echo configure:15931: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7765
+if { (eval echo configure:15856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7733
7766
   rm -rf conftest*
7734
7767
   eval "ac_cv_lib_$ac_lib_var=yes"
7735
7768
 else
7738
7771
   rm -rf conftest*
7739
7772
   eval "ac_cv_lib_$ac_lib_var=no"
7740
7773
 fi
7741
 
@@ -15888,22 +15849,22 @@
 
7774
@@ -16023,22 +15948,22 @@
7742
7775
 ac_cpp='$CXXCPP $CPPFLAGS'
7743
7776
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7744
7777
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7747
7780
     for ac_func in __builtin_vec_new __builtin_vec_delete __builtin_new __builtin_delete __pure_virtual
7748
7781
 do
7749
7782
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7750
 
-echo "configure:15897: checking for $ac_func" >&5
7751
 
+echo "configure:15858: checking for $ac_func" >&5
 
7783
-echo "configure:16032: checking for $ac_func" >&5
 
7784
+echo "configure:15957: checking for $ac_func" >&5
7752
7785
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7753
7786
   echo $ac_n "(cached) $ac_c" 1>&6
7754
7787
 else
7755
7788
   cat > conftest.$ac_ext <<EOF
7756
 
-#line 15902 "configure"
7757
 
+#line 15863 "configure"
 
7789
-#line 16037 "configure"
 
7790
+#line 15962 "configure"
7758
7791
 #include "confdefs.h"
7759
7792
 /* System header to define __stub macros and hopefully few prototypes,
7760
7793
     which can conflict with char $ac_func(); below.  */
7763
7796
 #ifdef __cplusplus
7764
7797
 extern "C"
7765
7798
 #endif
7766
 
@@ -15919,17 +15880,17 @@
 
7799
@@ -16054,17 +15979,17 @@
7767
7800
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7768
7801
 choke me
7769
7802
 #else
7772
7805
 
7773
7806
 ; return 0; }
7774
7807
 EOF
7775
 
-if { (eval echo configure:15928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7776
 
+if { (eval echo configure:15889: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7808
-if { (eval echo configure:16063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7809
+if { (eval echo configure:15988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7777
7810
   rm -rf conftest*
7778
7811
   eval "ac_cv_func_$ac_func=yes"
7779
7812
 else
7782
7815
   rm -rf conftest*
7783
7816
   eval "ac_cv_func_$ac_func=no"
7784
7817
 fi
7785
 
@@ -16162,22 +16123,22 @@
 
7818
@@ -16297,22 +16222,22 @@
7786
7819
 ac_cpp='$CXXCPP $CPPFLAGS'
7787
7820
 ac_compile='${CXX-g++} -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
7788
7821
 ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
7791
7824
     for ac_func in __cxa_demangle
7792
7825
 do
7793
7826
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
7794
 
-echo "configure:16171: checking for $ac_func" >&5
7795
 
+echo "configure:16132: checking for $ac_func" >&5
 
7827
-echo "configure:16306: checking for $ac_func" >&5
 
7828
+echo "configure:16231: checking for $ac_func" >&5
7796
7829
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
7797
7830
   echo $ac_n "(cached) $ac_c" 1>&6
7798
7831
 else
7799
7832
   cat > conftest.$ac_ext <<EOF
7800
 
-#line 16176 "configure"
7801
 
+#line 16137 "configure"
 
7833
-#line 16311 "configure"
 
7834
+#line 16236 "configure"
7802
7835
 #include "confdefs.h"
7803
7836
 /* System header to define __stub macros and hopefully few prototypes,
7804
7837
     which can conflict with char $ac_func(); below.  */
7807
7840
 #ifdef __cplusplus
7808
7841
 extern "C"
7809
7842
 #endif
7810
 
@@ -16193,17 +16154,17 @@
 
7843
@@ -16328,17 +16253,17 @@
7811
7844
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7812
7845
 choke me
7813
7846
 #else
7816
7849
 
7817
7850
 ; return 0; }
7818
7851
 EOF
7819
 
-if { (eval echo configure:16202: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7820
 
+if { (eval echo configure:16163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7852
-if { (eval echo configure:16337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
7853
+if { (eval echo configure:16262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
7821
7854
   rm -rf conftest*
7822
7855
   eval "ac_cv_func_$ac_func=yes"
7823
7856
 else
7826
7859
   rm -rf conftest*
7827
7860
   eval "ac_cv_func_$ac_func=no"
7828
7861
 fi
7829
 
@@ -16331,39 +16292,39 @@
 
7862
@@ -16466,39 +16391,39 @@
7830
7863
 fi
7831
7864
 
7832
7865
 
7835
7868
 # Compiler Options
7836
7869
 
7837
7870
 echo $ac_n "checking for gcc -pipe support""... $ac_c" 1>&6
7838
 
-echo "configure:16340: checking for gcc -pipe support" >&5
7839
 
+echo "configure:16301: checking for gcc -pipe support" >&5
 
7871
-echo "configure:16475: checking for gcc -pipe support" >&5
 
7872
+echo "configure:16400: checking for gcc -pipe support" >&5
7840
7873
 if test -n "$GNU_CC" && test -n "$GNU_CXX" && test -n "$GNU_AS"; then
7841
7874
     echo '#include <stdio.h>' > dummy-hello.c
7842
7875
     echo 'int main() { printf("Hello World\n"); exit(0); }' >> dummy-hello.c
7851
7884
         _SAVE_CFLAGS=$CFLAGS
7852
7885
         CFLAGS="$CFLAGS -pipe"
7853
7886
         cat > conftest.$ac_ext <<EOF
7854
 
-#line 16355 "configure"
7855
 
+#line 16316 "configure"
 
7887
-#line 16490 "configure"
 
7888
+#line 16415 "configure"
7856
7889
 #include "confdefs.h"
7857
7890
  #include <stdio.h> 
7858
7891
 int main() {
7859
7892
 printf("Hello World\n");
7860
7893
 ; return 0; }
7861
7894
 EOF
7862
 
-if { (eval echo configure:16362: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7863
 
+if { (eval echo configure:16323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7895
-if { (eval echo configure:16497: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7896
+if { (eval echo configure:16422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7864
7897
   rm -rf conftest*
7865
7898
   _res_gcc_pipe="yes"
7866
7899
 else
7869
7902
   rm -rf conftest*
7870
7903
   _res_gcc_pipe="no" 
7871
7904
 fi
7872
 
@@ -16395,26 +16356,26 @@
 
7905
@@ -16530,26 +16455,26 @@
7873
7906
   fi
7874
7907
 fi
7875
7908
 
7878
7911
      _SAVE_CFLAGS="$CFLAGS"
7879
7912
      CFLAGS="$CFLAGS ${_COMPILER_PREFIX}-Wno-long-long"
7880
7913
      echo $ac_n "checking whether compiler supports -Wno-long-long""... $ac_c" 1>&6
7881
 
-echo "configure:16404: checking whether compiler supports -Wno-long-long" >&5
7882
 
+echo "configure:16365: checking whether compiler supports -Wno-long-long" >&5
 
7914
-echo "configure:16539: checking whether compiler supports -Wno-long-long" >&5
 
7915
+echo "configure:16464: checking whether compiler supports -Wno-long-long" >&5
7883
7916
      cat > conftest.$ac_ext <<EOF
7884
 
-#line 16406 "configure"
7885
 
+#line 16367 "configure"
 
7917
-#line 16541 "configure"
 
7918
+#line 16466 "configure"
7886
7919
 #include "confdefs.h"
7887
7920
 
7888
7921
 int main() {
7889
7922
 return(0);
7890
7923
 ; return 0; }
7891
7924
 EOF
7892
 
-if { (eval echo configure:16413: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7893
 
+if { (eval echo configure:16374: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7925
-if { (eval echo configure:16548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7926
+if { (eval echo configure:16473: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7894
7927
   rm -rf conftest*
7895
7928
    _WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
7896
7929
          _WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-Wno-long-long"
7899
7932
   echo "configure: failed program was:" >&5
7900
7933
   cat conftest.$ac_ext >&5
7901
7934
   rm -rf conftest*
7902
 
@@ -16425,26 +16386,26 @@
 
7935
@@ -16560,26 +16485,26 @@
7903
7936
      CFLAGS="$_SAVE_CFLAGS"
7904
7937
 fi
7905
7938
 
7908
7941
 CFLAGS="$CFLAGS -fprofile-generate"
7909
7942
 
7910
7943
 echo $ac_n "checking whether C compiler supports -fprofile-generate""... $ac_c" 1>&6
7911
 
-echo "configure:16434: checking whether C compiler supports -fprofile-generate" >&5
7912
 
+echo "configure:16395: checking whether C compiler supports -fprofile-generate" >&5
 
7944
-echo "configure:16569: checking whether C compiler supports -fprofile-generate" >&5
 
7945
+echo "configure:16494: checking whether C compiler supports -fprofile-generate" >&5
7913
7946
 cat > conftest.$ac_ext <<EOF
7914
 
-#line 16436 "configure"
7915
 
+#line 16397 "configure"
 
7947
-#line 16571 "configure"
 
7948
+#line 16496 "configure"
7916
7949
 #include "confdefs.h"
7917
7950
 
7918
7951
 int main() {
7919
7952
 return 0;
7920
7953
 ; return 0; }
7921
7954
 EOF
7922
 
-if { (eval echo configure:16443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7923
 
+if { (eval echo configure:16404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7955
-if { (eval echo configure:16578: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7956
+if { (eval echo configure:16503: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7924
7957
   rm -rf conftest*
7925
7958
    PROFILE_GEN_CFLAGS="-fprofile-generate"
7926
7959
                  result="yes" 
7929
7962
   cat conftest.$ac_ext >&5
7930
7963
   rm -rf conftest*
7931
7964
   result="no"
7932
 
@@ -16452,26 +16413,26 @@
 
7965
@@ -16587,26 +16512,26 @@
7933
7966
 rm -f conftest*
7934
7967
 echo "$ac_t""$result" 1>&6
7935
7968
 
7938
7971
 else
7939
7972
   CFLAGS="$_SAVE_CFLAGS -fprofile-arcs"
7940
7973
   echo $ac_n "checking whether C compiler supports -fprofile-arcs""... $ac_c" 1>&6
7941
 
-echo "configure:16461: checking whether C compiler supports -fprofile-arcs" >&5
7942
 
+echo "configure:16422: checking whether C compiler supports -fprofile-arcs" >&5
 
7974
-echo "configure:16596: checking whether C compiler supports -fprofile-arcs" >&5
 
7975
+echo "configure:16521: checking whether C compiler supports -fprofile-arcs" >&5
7943
7976
   cat > conftest.$ac_ext <<EOF
7944
 
-#line 16463 "configure"
7945
 
+#line 16424 "configure"
 
7977
-#line 16598 "configure"
 
7978
+#line 16523 "configure"
7946
7979
 #include "confdefs.h"
7947
7980
 
7948
7981
 int main() {
7949
7982
 return 0;
7950
7983
 ; return 0; }
7951
7984
 EOF
7952
 
-if { (eval echo configure:16470: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7953
 
+if { (eval echo configure:16431: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7985
-if { (eval echo configure:16605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
7986
+if { (eval echo configure:16530: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
7954
7987
   rm -rf conftest*
7955
7988
    PROFILE_GEN_CFLAGS="-fprofile-arcs"
7956
7989
                    result="yes" 
7959
7992
   cat conftest.$ac_ext >&5
7960
7993
   rm -rf conftest*
7961
7994
   result="no"
7962
 
@@ -16507,28 +16468,31 @@
 
7995
@@ -16642,26 +16567,26 @@
7963
7996
     { echo "configure: error: Option, pedantic, does not take an argument ($enableval)." 1>&2; exit 1; }
7964
7997
   fi
7965
7998
 fi
7968
8001
     _SAVE_CXXFLAGS=$CXXFLAGS
7969
8002
     CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic"
7970
8003
     echo $ac_n "checking whether C++ compiler has -pedantic long long bug""... $ac_c" 1>&6
7971
 
-echo "configure:16516: checking whether C++ compiler has -pedantic long long bug" >&5
7972
 
+echo "configure:16477: checking whether C++ compiler has -pedantic long long bug" >&5
7973
 
     if test "$cross_compiling" = yes; then
7974
 
   result="maybe" 
7975
 
 else
7976
 
   cat > conftest.$ac_ext <<EOF
7977
 
-#line 16521 "configure"
7978
 
+#line 16482 "configure"
 
8004
-echo "configure:16651: checking whether C++ compiler has -pedantic long long bug" >&5
 
8005
+echo "configure:16576: checking whether C++ compiler has -pedantic long long bug" >&5
 
8006
     cat > conftest.$ac_ext <<EOF
 
8007
-#line 16653 "configure"
 
8008
+#line 16578 "configure"
7979
8009
 #include "confdefs.h"
7980
 
+#ifdef __cplusplus
7981
 
+extern "C" void exit(int);
7982
 
+#endif
7983
 
  int main () {
7984
 
                 if (sizeof(long long) != 8) { return 1; } 
7985
 
                     return 0; } 
 
8010
 $configure_static_assert_macros
 
8011
 int main() {
 
8012
 CONFIGURE_STATIC_ASSERT(sizeof(long long) == 8)
 
8013
 ; return 0; }
7986
8014
 EOF
7987
 
-if { (eval echo configure:16527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7988
 
+if { (eval echo configure:16491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
7989
 
 then
 
8015
-if { (eval echo configure:16660: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
8016
+if { (eval echo configure:16585: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
8017
   rm -rf conftest*
7990
8018
   result="no"
7991
8019
 else
7992
8020
   echo "configure: failed program was:" >&5
7993
8021
   cat conftest.$ac_ext >&5
7994
 
   rm -fr conftest*
7995
 
   result="yes"
 
8022
   rm -rf conftest*
 
8023
   result="yes" 
7996
8024
 fi
7997
 
@@ -16548,23 +16512,26 @@
 
8025
@@ -16676,23 +16601,26 @@
7998
8026
         ;;
7999
 
     maybe)
8000
 
         echo "configure: warning: Cannot test -pedantic long long bug when cross-compiling." 1>&2
 
8027
     yes)
 
8028
         { echo "configure: error: Your compiler appears to have a known bug where long long is miscompiled when using -pedantic.  Reconfigure using --disable-pedantic. " 1>&2; exit 1; }
8001
8029
         ;;
8002
8030
     esac
8003
8031
 fi
8004
8032
 
8005
8033
 echo $ac_n "checking for correct temporary object destruction order""... $ac_c" 1>&6
8006
 
-echo "configure:16557: checking for correct temporary object destruction order" >&5
8007
 
+echo "configure:16521: checking for correct temporary object destruction order" >&5
 
8034
-echo "configure:16685: checking for correct temporary object destruction order" >&5
 
8035
+echo "configure:16610: checking for correct temporary object destruction order" >&5
8008
8036
 if test "$cross_compiling" = yes; then
8009
8037
   result="maybe"
8010
8038
 else
8011
8039
   cat > conftest.$ac_ext <<EOF
8012
 
-#line 16562 "configure"
8013
 
+#line 16526 "configure"
 
8040
-#line 16690 "configure"
 
8041
+#line 16615 "configure"
8014
8042
 #include "confdefs.h"
8015
8043
+#ifdef __cplusplus
8016
8044
+extern "C" void exit(int);
8023
8051
              };
8024
8052
              void func(char **arg) {}
8025
8053
              int m=2;
8026
 
@@ -16573,17 +16540,17 @@
 
8054
@@ -16701,17 +16629,17 @@
8027
8055
                   if (m==1) m = 0;
8028
8056
              }
8029
8057
              int main() {
8032
8060
              }
8033
8061
              
8034
8062
 EOF
8035
 
-if { (eval echo configure:16582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8036
 
+if { (eval echo configure:16549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8063
-if { (eval echo configure:16710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8064
+if { (eval echo configure:16638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8037
8065
 then
8038
8066
   result="yes"
8039
8067
 else
8042
8070
   rm -fr conftest*
8043
8071
   result="no"
8044
8072
 fi
8045
 
@@ -16594,22 +16561,22 @@
 
8073
@@ -16722,22 +16650,22 @@
8046
8074
 
8047
8075
 if test "$result" = "no"; then
8048
8076
     { echo "configure: error: Your compiler does not follow the C++ specification for temporary object destruction order." 1>&2; exit 1; }
8051
8079
 _SAVE_CXXFLAGS=$CXXFLAGS
8052
8080
 CXXFLAGS="$CXXFLAGS ${_WARNINGS_CXXFLAGS}"
8053
8081
 echo $ac_n "checking for correct overload resolution with const and templates""... $ac_c" 1>&6
8054
 
-echo "configure:16603: checking for correct overload resolution with const and templates" >&5
8055
 
+echo "configure:16570: checking for correct overload resolution with const and templates" >&5
 
8082
-echo "configure:16731: checking for correct overload resolution with const and templates" >&5
 
8083
+echo "configure:16659: checking for correct overload resolution with const and templates" >&5
8056
8084
 if eval "test \"`echo '$''{'ac_nscap_nonconst_opeq_bug'+set}'`\" = set"; then
8057
8085
   echo $ac_n "(cached) $ac_c" 1>&6
8058
8086
 else
8059
8087
   cat > conftest.$ac_ext <<EOF
8060
 
-#line 16608 "configure"
8061
 
+#line 16575 "configure"
 
8088
-#line 16736 "configure"
 
8089
+#line 16664 "configure"
8062
8090
 #include "confdefs.h"
8063
8091
 
8064
8092
                       template <class T>
8067
8095
                         public:
8068
8096
                           T* myPtr;
8069
8097
                         };
8070
 
@@ -16629,17 +16596,17 @@
 
8098
@@ -16757,17 +16685,17 @@
8071
8099
 int main() {
8072
8100
 
8073
8101
                       Pointer<int> foo;
8076
8104
                     
8077
8105
 ; return 0; }
8078
8106
 EOF
8079
 
-if { (eval echo configure:16638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8080
 
+if { (eval echo configure:16605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
8107
-if { (eval echo configure:16766: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
8108
+if { (eval echo configure:16694: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
8081
8109
   rm -rf conftest*
8082
8110
   ac_nscap_nonconst_opeq_bug="no"
8083
8111
 else
8086
8114
   rm -rf conftest*
8087
8115
   ac_nscap_nonconst_opeq_bug="yes"
8088
8116
 fi
8089
 
@@ -16921,17 +16888,17 @@
 
8117
@@ -17049,17 +16977,17 @@
8090
8118
     if test "$MOZ_ENABLE_GTK2"; then
8091
8119
         
8092
8120
   succeeded=no
8095
8123
     # Extract the first word of "pkg-config", so it can be a program name with args.
8096
8124
 set dummy pkg-config; ac_word=$2
8097
8125
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8098
 
-echo "configure:16930: checking for $ac_word" >&5
8099
 
+echo "configure:16897: checking for $ac_word" >&5
 
8126
-echo "configure:17058: checking for $ac_word" >&5
 
8127
+echo "configure:16986: checking for $ac_word" >&5
8100
8128
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
8101
8129
   echo $ac_n "(cached) $ac_c" 1>&6
8102
8130
 else
8105
8133
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8106
8134
   ;;
8107
8135
   ?:/*)                         
8108
 
@@ -16965,29 +16932,29 @@
 
8136
@@ -17093,29 +17021,29 @@
8109
8137
      echo "*** The pkg-config script could not be found. Make sure it is"
8110
8138
      echo "*** in your path, or set the PKG_CONFIG environment variable"
8111
8139
      echo "*** to the full path to pkg-config."
8114
8142
      PKG_CONFIG_MIN_VERSION=0.9.0
8115
8143
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8116
8144
         echo $ac_n "checking for libIDL-2.0 >= 0.8.0""... $ac_c" 1>&6
8117
 
-echo "configure:16974: checking for libIDL-2.0 >= 0.8.0" >&5
8118
 
+echo "configure:16941: checking for libIDL-2.0 >= 0.8.0" >&5
 
8145
-echo "configure:17102: checking for libIDL-2.0 >= 0.8.0" >&5
 
8146
+echo "configure:17030: checking for libIDL-2.0 >= 0.8.0" >&5
8119
8147
 
8120
8148
         if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0" ; then
8121
8149
             echo "$ac_t""yes" 1>&6
8122
8150
             succeeded=yes
8123
8151
 
8124
8152
             echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6
8125
 
-echo "configure:16981: checking LIBIDL_CFLAGS" >&5
8126
 
+echo "configure:16948: checking LIBIDL_CFLAGS" >&5
 
8153
-echo "configure:17109: checking LIBIDL_CFLAGS" >&5
 
8154
+echo "configure:17037: checking LIBIDL_CFLAGS" >&5
8127
8155
             LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0"`
8128
8156
             echo "$ac_t""$LIBIDL_CFLAGS" 1>&6
8129
8157
 
8130
8158
             echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6
8131
 
-echo "configure:16986: checking LIBIDL_LIBS" >&5
8132
 
+echo "configure:16953: checking LIBIDL_LIBS" >&5
 
8159
-echo "configure:17114: checking LIBIDL_LIBS" >&5
 
8160
+echo "configure:17042: checking LIBIDL_LIBS" >&5
8133
8161
             ## don't use --libs since that can do evil things like add
8134
8162
             ## -Wl,--export-dynamic
8135
8163
             LIBIDL_LIBS="`$PKG_CONFIG --libs-only-L \"libIDL-2.0 >= 0.8.0\"` `$PKG_CONFIG --libs-only-l \"libIDL-2.0 >= 0.8.0\"`"
8138
8166
             LIBIDL_CFLAGS=""
8139
8167
             LIBIDL_LIBS=""
8140
8168
             ## If we have a custom action on failure, don't print errors, but 
8141
 
@@ -17100,17 +17067,17 @@
8142
 
       esac
8143
 
   done
8144
 
 
8145
 
     unset ac_cv_path_GLIB_CONFIG
8146
 
 
8147
 
   # Extract the first word of "glib-config", so it can be a program name with args.
8148
 
 set dummy glib-config; ac_word=$2
8149
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8150
 
-echo "configure:17109: checking for $ac_word" >&5
8151
 
+echo "configure:17076: checking for $ac_word" >&5
8152
 
 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
8153
 
   echo $ac_n "(cached) $ac_c" 1>&6
8154
 
 else
8155
 
   case "$GLIB_CONFIG" in
8156
 
   /*)
8157
 
   ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
8158
 
   ;;
8159
 
   ?:/*)                         
8160
 
@@ -17135,17 +17102,17 @@
8161
 
 if test -n "$GLIB_CONFIG"; then
8162
 
   echo "$ac_t""$GLIB_CONFIG" 1>&6
8163
 
 else
8164
 
   echo "$ac_t""no" 1>&6
8165
 
 fi
8166
 
 
8167
 
   min_glib_version=1.2.0
8168
 
   echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
8169
 
-echo "configure:17144: checking for GLIB - version >= $min_glib_version" >&5
8170
 
+echo "configure:17111: checking for GLIB - version >= $min_glib_version" >&5
8171
 
   no_glib=""
8172
 
   if test "$GLIB_CONFIG" = "no" ; then
8173
 
     no_glib=yes
8174
 
   else
8175
 
     GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
8176
 
     GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
8177
 
     glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
8178
 
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
8179
 
@@ -17158,17 +17125,17 @@
8180
 
       ac_save_LIBS="$LIBS"
8181
 
       CFLAGS="$CFLAGS $GLIB_CFLAGS"
8182
 
       LIBS="$GLIB_LIBS $LIBS"
8183
 
       rm -f conf.glibtest
8184
 
       if test "$cross_compiling" = yes; then
8185
 
   echo $ac_n "cross compiling; assumed OK... $ac_c"
8186
 
 else
8187
 
   cat > conftest.$ac_ext <<EOF
8188
 
-#line 17167 "configure"
8189
 
+#line 17134 "configure"
8190
 
 #include "confdefs.h"
8191
 
 
8192
 
 #include <glib.h>
8193
 
 #include <stdio.h>
8194
 
 #include <stdlib.h>
8195
 
 
8196
 
 int 
8197
 
 main ()
8198
 
@@ -17234,17 +17201,17 @@
8199
 
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
8200
 
         printf("*** so that the correct libraries are found at run-time))\n");
8201
 
       }
8202
 
     }
8203
 
   return 1;
8204
 
 }
8205
 
 
8206
 
 EOF
8207
 
-if { (eval echo configure:17243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8208
 
+if { (eval echo configure:17210: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8209
 
 then
8210
 
   :
8211
 
 else
8212
 
   echo "configure: failed program was:" >&5
8213
 
   cat conftest.$ac_ext >&5
8214
 
   rm -fr conftest*
8215
 
   no_glib=yes
8216
 
 fi
8217
 
@@ -17268,27 +17235,27 @@
8218
 
      else
8219
 
        if test -f conf.glibtest ; then
8220
 
         :
8221
 
        else
8222
 
           echo "*** Could not run GLIB test program, checking why..."
8223
 
           CFLAGS="$CFLAGS $GLIB_CFLAGS"
8224
 
           LIBS="$LIBS $GLIB_LIBS"
8225
 
           cat > conftest.$ac_ext <<EOF
8226
 
-#line 17277 "configure"
8227
 
+#line 17244 "configure"
8228
 
 #include "confdefs.h"
8229
 
 
8230
 
 #include <glib.h>
8231
 
 #include <stdio.h>
8232
 
 
8233
 
 int main() {
8234
 
  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); 
8235
 
 ; return 0; }
8236
 
 EOF
8237
 
-if { (eval echo configure:17287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8238
 
+if { (eval echo configure:17254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8239
 
   rm -rf conftest*
8240
 
    echo "*** The test program compiled, but did not run. This usually means"
8241
 
           echo "*** that the run-time linker is not finding GLIB or finding the wrong"
8242
 
           echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
8243
 
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
8244
 
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
8245
 
           echo "*** is required on your system"
8246
 
          echo "***"
8247
 
@@ -17322,17 +17289,17 @@
8248
 
   rm -f conf.glibtest
8249
 
 
8250
 
 
8251
 
     unset ac_cv_path_LIBIDL_CONFIG
8252
 
 
8253
 
   # Extract the first word of "libIDL-config", so it can be a program name with args.
8254
 
 set dummy libIDL-config; ac_word=$2
8255
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8256
 
-echo "configure:17331: checking for $ac_word" >&5
8257
 
+echo "configure:17298: checking for $ac_word" >&5
8258
 
 if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then
8259
 
   echo $ac_n "(cached) $ac_c" 1>&6
8260
 
 else
8261
 
   case "$LIBIDL_CONFIG" in
8262
 
   /*)
8263
 
   ac_cv_path_LIBIDL_CONFIG="$LIBIDL_CONFIG" # Let the user override the test with a path.
8264
 
   ;;
8265
 
   ?:/*)                         
8266
 
@@ -17357,17 +17324,17 @@
8267
 
 if test -n "$LIBIDL_CONFIG"; then
8268
 
   echo "$ac_t""$LIBIDL_CONFIG" 1>&6
8269
 
 else
8270
 
   echo "$ac_t""no" 1>&6
8271
 
 fi
8272
 
 
8273
 
   min_libIDL_version=$LIBIDL_VERSION
8274
 
   echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6
8275
 
-echo "configure:17366: checking for libIDL - version >= $min_libIDL_version" >&5
8276
 
+echo "configure:17333: checking for libIDL - version >= $min_libIDL_version" >&5
8277
 
   no_libIDL=""
8278
 
   if test "$LIBIDL_CONFIG" = "no" ; then
8279
 
     no_libIDL=yes
8280
 
   else
8281
 
     LIBIDL_CFLAGS=`$LIBIDL_CONFIG $libIDL_config_args --cflags`
8282
 
     LIBIDL_LIBS=`$LIBIDL_CONFIG $libIDL_config_args --libs`
8283
 
     # hack to allow us to keep using libIDL 0.6.3-0.6.7. Anyone may remove
8284
 
     # this after we start requiring libIDL 0.6.8 or anything higher
8285
 
@@ -17384,17 +17351,17 @@
8286
 
       ac_save_LIBS="$LIBS"
8287
 
       CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
8288
 
       LIBS="$LIBIDL_LIBS $LIBS"
8289
 
       rm -f conf.libIDLtest
8290
 
       if test "$cross_compiling" = yes; then
8291
 
   echo $ac_n "cross compiling; assumed OK... $ac_c"
8292
 
 else
8293
 
   cat > conftest.$ac_ext <<EOF
8294
 
-#line 17393 "configure"
8295
 
+#line 17360 "configure"
8296
 
 #include "confdefs.h"
8297
 
 
8298
 
 #include <stdio.h>
8299
 
 #include <stdlib.h>
8300
 
 #include <libIDL/IDL.h>
8301
 
 
8302
 
 int 
8303
 
 main ()
8304
 
@@ -17470,17 +17437,17 @@
8305
 
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
8306
 
         printf("*** so that the correct libraries are found at run-time))\n");
8307
 
       }
8308
 
     }
8309
 
   return 1;
8310
 
 }
8311
 
 
8312
 
 EOF
8313
 
-if { (eval echo configure:17479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8314
 
+if { (eval echo configure:17446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8315
 
 then
8316
 
   :
8317
 
 else
8318
 
   echo "configure: failed program was:" >&5
8319
 
   cat conftest.$ac_ext >&5
8320
 
   rm -fr conftest*
8321
 
   no_libIDL=yes
8322
 
 fi
8323
 
@@ -17504,28 +17471,28 @@
8324
 
      else
8325
 
        if test -f conf.libIDLtest ; then
8326
 
         :
8327
 
        else
8328
 
           echo "*** Could not run libIDL test program, checking why..."
8329
 
           CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
8330
 
           LIBS="$LIBS $LIBIDL_LIBS"
8331
 
           cat > conftest.$ac_ext <<EOF
8332
 
-#line 17513 "configure"
8333
 
+#line 17480 "configure"
8334
 
 #include "confdefs.h"
8335
 
 
8336
 
 #include <stdio.h>
8337
 
 #include <stdlib.h>
8338
 
 #include <libIDL/IDL.h>
8339
 
 
8340
 
 int main() {
8341
 
  return IDL_get_libver_string ? 1 : 0; 
8342
 
 ; return 0; }
8343
 
 EOF
8344
 
-if { (eval echo configure:17524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8345
 
+if { (eval echo configure:17491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8346
 
   rm -rf conftest*
8347
 
    echo "*** The test program compiled, but did not run. This usually means"
8348
 
           echo "*** that the run-time linker is not finding libIDL or finding the wrong"
8349
 
           echo "*** version of LIBIDL. If it is not finding libIDL, you'll need to set your"
8350
 
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
8351
 
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
8352
 
           echo "*** is required on your system"
8353
 
          echo "***"
8354
 
@@ -17643,17 +17610,17 @@
8355
 
       esac
8356
 
   done
8357
 
 
8358
 
     unset ac_cv_path_GLIB_CONFIG
8359
 
 
8360
 
   # Extract the first word of "glib-config", so it can be a program name with args.
8361
 
 set dummy glib-config; ac_word=$2
8362
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8363
 
-echo "configure:17652: checking for $ac_word" >&5
8364
 
+echo "configure:17619: checking for $ac_word" >&5
8365
 
 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
8366
 
   echo $ac_n "(cached) $ac_c" 1>&6
8367
 
 else
8368
 
   case "$GLIB_CONFIG" in
8369
 
   /*)
8370
 
   ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
8371
 
   ;;
8372
 
   ?:/*)                         
8373
 
@@ -17678,17 +17645,17 @@
8374
 
 if test -n "$GLIB_CONFIG"; then
8375
 
   echo "$ac_t""$GLIB_CONFIG" 1>&6
8376
 
 else
8377
 
   echo "$ac_t""no" 1>&6
8378
 
 fi
8379
 
 
8380
 
   min_glib_version=1.2.0
8381
 
   echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
8382
 
-echo "configure:17687: checking for GLIB - version >= $min_glib_version" >&5
8383
 
+echo "configure:17654: checking for GLIB - version >= $min_glib_version" >&5
8384
 
   no_glib=""
8385
 
   if test "$GLIB_CONFIG" = "no" ; then
8386
 
     no_glib=yes
8387
 
   else
8388
 
     GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
8389
 
     GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
8390
 
     glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
8391
 
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
8392
 
@@ -17701,17 +17668,17 @@
8393
 
       ac_save_LIBS="$LIBS"
8394
 
       CFLAGS="$CFLAGS $GLIB_CFLAGS"
8395
 
       LIBS="$GLIB_LIBS $LIBS"
8396
 
       rm -f conf.glibtest
8397
 
       if test "$cross_compiling" = yes; then
8398
 
   echo $ac_n "cross compiling; assumed OK... $ac_c"
8399
 
 else
8400
 
   cat > conftest.$ac_ext <<EOF
8401
 
-#line 17710 "configure"
8402
 
+#line 17677 "configure"
8403
 
 #include "confdefs.h"
8404
 
 
8405
 
 #include <glib.h>
8406
 
 #include <stdio.h>
8407
 
 #include <stdlib.h>
8408
 
 
8409
 
 int 
8410
 
 main ()
8411
 
@@ -17777,17 +17744,17 @@
8412
 
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
8413
 
         printf("*** so that the correct libraries are found at run-time))\n");
8414
 
       }
8415
 
     }
8416
 
   return 1;
8417
 
 }
8418
 
 
8419
 
 EOF
8420
 
-if { (eval echo configure:17786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8421
 
+if { (eval echo configure:17753: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8422
 
 then
8423
 
   :
8424
 
 else
8425
 
   echo "configure: failed program was:" >&5
8426
 
   cat conftest.$ac_ext >&5
8427
 
   rm -fr conftest*
8428
 
   no_glib=yes
8429
 
 fi
8430
 
@@ -17811,27 +17778,27 @@
8431
 
      else
8432
 
        if test -f conf.glibtest ; then
8433
 
         :
8434
 
        else
8435
 
           echo "*** Could not run GLIB test program, checking why..."
8436
 
           CFLAGS="$CFLAGS $GLIB_CFLAGS"
8437
 
           LIBS="$LIBS $GLIB_LIBS"
8438
 
           cat > conftest.$ac_ext <<EOF
8439
 
-#line 17820 "configure"
8440
 
+#line 17787 "configure"
8441
 
 #include "confdefs.h"
8442
 
 
8443
 
 #include <glib.h>
8444
 
 #include <stdio.h>
8445
 
 
8446
 
 int main() {
8447
 
  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); 
8448
 
 ; return 0; }
8449
 
 EOF
8450
 
-if { (eval echo configure:17830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8451
 
+if { (eval echo configure:17797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8452
 
   rm -rf conftest*
8453
 
    echo "*** The test program compiled, but did not run. This usually means"
8454
 
           echo "*** that the run-time linker is not finding GLIB or finding the wrong"
8455
 
           echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
8456
 
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
8457
 
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
8458
 
           echo "*** is required on your system"
8459
 
          echo "***"
8460
 
@@ -17865,17 +17832,17 @@
8461
 
   rm -f conf.glibtest
8462
 
 
8463
 
 
8464
 
     unset ac_cv_path_LIBIDL_CONFIG
8465
 
 
8466
 
   # Extract the first word of "libIDL-config", so it can be a program name with args.
8467
 
 set dummy libIDL-config; ac_word=$2
8468
 
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8469
 
-echo "configure:17874: checking for $ac_word" >&5
8470
 
+echo "configure:17841: checking for $ac_word" >&5
8471
 
 if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then
8472
 
   echo $ac_n "(cached) $ac_c" 1>&6
8473
 
 else
8474
 
   case "$LIBIDL_CONFIG" in
8475
 
   /*)
8476
 
   ac_cv_path_LIBIDL_CONFIG="$LIBIDL_CONFIG" # Let the user override the test with a path.
8477
 
   ;;
8478
 
   ?:/*)                         
8479
 
@@ -17900,17 +17867,17 @@
8480
 
 if test -n "$LIBIDL_CONFIG"; then
8481
 
   echo "$ac_t""$LIBIDL_CONFIG" 1>&6
8482
 
 else
8483
 
   echo "$ac_t""no" 1>&6
8484
 
 fi
8485
 
 
8486
 
   min_libIDL_version=$LIBIDL_VERSION
8487
 
   echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6
8488
 
-echo "configure:17909: checking for libIDL - version >= $min_libIDL_version" >&5
8489
 
+echo "configure:17876: checking for libIDL - version >= $min_libIDL_version" >&5
8490
 
   no_libIDL=""
8491
 
   if test "$LIBIDL_CONFIG" = "no" ; then
8492
 
     no_libIDL=yes
8493
 
   else
8494
 
     LIBIDL_CFLAGS=`$LIBIDL_CONFIG $libIDL_config_args --cflags`
8495
 
     LIBIDL_LIBS=`$LIBIDL_CONFIG $libIDL_config_args --libs`
8496
 
     # hack to allow us to keep using libIDL 0.6.3-0.6.7. Anyone may remove
8497
 
     # this after we start requiring libIDL 0.6.8 or anything higher
8498
 
@@ -17927,17 +17894,17 @@
8499
 
       ac_save_LIBS="$LIBS"
8500
 
       CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
8501
 
       LIBS="$LIBIDL_LIBS $LIBS"
8502
 
       rm -f conf.libIDLtest
8503
 
       if test "$cross_compiling" = yes; then
8504
 
   echo $ac_n "cross compiling; assumed OK... $ac_c"
8505
 
 else
8506
 
   cat > conftest.$ac_ext <<EOF
8507
 
-#line 17936 "configure"
8508
 
+#line 17903 "configure"
8509
 
 #include "confdefs.h"
8510
 
 
8511
 
 #include <stdio.h>
8512
 
 #include <stdlib.h>
8513
 
 #include <libIDL/IDL.h>
8514
 
 
8515
 
 int 
8516
 
 main ()
8517
 
@@ -18013,17 +17980,17 @@
8518
 
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
8519
 
         printf("*** so that the correct libraries are found at run-time))\n");
8520
 
       }
8521
 
     }
8522
 
   return 1;
8523
 
 }
8524
 
 
8525
 
 EOF
8526
 
-if { (eval echo configure:18022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8527
 
+if { (eval echo configure:17989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8528
 
 then
8529
 
   :
8530
 
 else
8531
 
   echo "configure: failed program was:" >&5
8532
 
   cat conftest.$ac_ext >&5
8533
 
   rm -fr conftest*
8534
 
   no_libIDL=yes
8535
 
 fi
8536
 
@@ -18047,28 +18014,28 @@
8537
 
      else
8538
 
        if test -f conf.libIDLtest ; then
8539
 
         :
8540
 
        else
8541
 
           echo "*** Could not run libIDL test program, checking why..."
8542
 
           CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
8543
 
           LIBS="$LIBS $LIBIDL_LIBS"
8544
 
           cat > conftest.$ac_ext <<EOF
8545
 
-#line 18056 "configure"
8546
 
+#line 18023 "configure"
8547
 
 #include "confdefs.h"
8548
 
 
8549
 
 #include <stdio.h>
8550
 
 #include <stdlib.h>
8551
 
 #include <libIDL/IDL.h>
8552
 
 
8553
 
 int main() {
8554
 
  return IDL_get_libver_string ? 1 : 0; 
8555
 
 ; return 0; }
8556
 
 EOF
8557
 
-if { (eval echo configure:18067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8558
 
+if { (eval echo configure:18034: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8559
 
   rm -rf conftest*
8560
 
    echo "*** The test program compiled, but did not run. This usually means"
8561
 
           echo "*** that the run-time linker is not finding libIDL or finding the wrong"
8562
 
           echo "*** version of LIBIDL. If it is not finding libIDL, you'll need to set your"
8563
 
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
8564
 
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
8565
 
           echo "*** is required on your system"
8566
 
          echo "***"
8567
 
@@ -18099,17 +18066,17 @@
 
8169
@@ -17228,17 +17156,17 @@
 
8170
       esac
 
8171
   done
 
8172
 
 
8173
     unset ac_cv_path_GLIB_CONFIG
 
8174
 
 
8175
   # Extract the first word of "glib-config", so it can be a program name with args.
 
8176
 set dummy glib-config; ac_word=$2
 
8177
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
8178
-echo "configure:17237: checking for $ac_word" >&5
 
8179
+echo "configure:17165: checking for $ac_word" >&5
 
8180
 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
 
8181
   echo $ac_n "(cached) $ac_c" 1>&6
 
8182
 else
 
8183
   case "$GLIB_CONFIG" in
 
8184
   /*)
 
8185
   ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
 
8186
   ;;
 
8187
   ?:/*)                         
 
8188
@@ -17263,17 +17191,17 @@
 
8189
 if test -n "$GLIB_CONFIG"; then
 
8190
   echo "$ac_t""$GLIB_CONFIG" 1>&6
 
8191
 else
 
8192
   echo "$ac_t""no" 1>&6
 
8193
 fi
 
8194
 
 
8195
   min_glib_version=1.2.0
 
8196
   echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
 
8197
-echo "configure:17272: checking for GLIB - version >= $min_glib_version" >&5
 
8198
+echo "configure:17200: checking for GLIB - version >= $min_glib_version" >&5
 
8199
   no_glib=""
 
8200
   if test "$GLIB_CONFIG" = "no" ; then
 
8201
     no_glib=yes
 
8202
   else
 
8203
     GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
 
8204
     GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
 
8205
     glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
 
8206
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
 
8207
@@ -17286,17 +17214,17 @@
 
8208
       ac_save_LIBS="$LIBS"
 
8209
       CFLAGS="$CFLAGS $GLIB_CFLAGS"
 
8210
       LIBS="$GLIB_LIBS $LIBS"
 
8211
       rm -f conf.glibtest
 
8212
       if test "$cross_compiling" = yes; then
 
8213
   echo $ac_n "cross compiling; assumed OK... $ac_c"
 
8214
 else
 
8215
   cat > conftest.$ac_ext <<EOF
 
8216
-#line 17295 "configure"
 
8217
+#line 17223 "configure"
 
8218
 #include "confdefs.h"
 
8219
 
 
8220
 #include <glib.h>
 
8221
 #include <stdio.h>
 
8222
 #include <stdlib.h>
 
8223
 
 
8224
 int 
 
8225
 main ()
 
8226
@@ -17362,17 +17290,17 @@
 
8227
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
 
8228
         printf("*** so that the correct libraries are found at run-time))\n");
 
8229
       }
 
8230
     }
 
8231
   return 1;
 
8232
 }
 
8233
 
 
8234
 EOF
 
8235
-if { (eval echo configure:17371: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8236
+if { (eval echo configure:17299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8237
 then
 
8238
   :
 
8239
 else
 
8240
   echo "configure: failed program was:" >&5
 
8241
   cat conftest.$ac_ext >&5
 
8242
   rm -fr conftest*
 
8243
   no_glib=yes
 
8244
 fi
 
8245
@@ -17396,27 +17324,27 @@
 
8246
      else
 
8247
        if test -f conf.glibtest ; then
 
8248
         :
 
8249
        else
 
8250
           echo "*** Could not run GLIB test program, checking why..."
 
8251
           CFLAGS="$CFLAGS $GLIB_CFLAGS"
 
8252
           LIBS="$LIBS $GLIB_LIBS"
 
8253
           cat > conftest.$ac_ext <<EOF
 
8254
-#line 17405 "configure"
 
8255
+#line 17333 "configure"
 
8256
 #include "confdefs.h"
 
8257
 
 
8258
 #include <glib.h>
 
8259
 #include <stdio.h>
 
8260
 
 
8261
 int main() {
 
8262
  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); 
 
8263
 ; return 0; }
 
8264
 EOF
 
8265
-if { (eval echo configure:17415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8266
+if { (eval echo configure:17343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8267
   rm -rf conftest*
 
8268
    echo "*** The test program compiled, but did not run. This usually means"
 
8269
           echo "*** that the run-time linker is not finding GLIB or finding the wrong"
 
8270
           echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
 
8271
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
 
8272
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
 
8273
           echo "*** is required on your system"
 
8274
          echo "***"
 
8275
@@ -17450,17 +17378,17 @@
 
8276
   rm -f conf.glibtest
 
8277
 
 
8278
 
 
8279
     unset ac_cv_path_LIBIDL_CONFIG
 
8280
 
 
8281
   # Extract the first word of "libIDL-config", so it can be a program name with args.
 
8282
 set dummy libIDL-config; ac_word=$2
 
8283
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
8284
-echo "configure:17459: checking for $ac_word" >&5
 
8285
+echo "configure:17387: checking for $ac_word" >&5
 
8286
 if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then
 
8287
   echo $ac_n "(cached) $ac_c" 1>&6
 
8288
 else
 
8289
   case "$LIBIDL_CONFIG" in
 
8290
   /*)
 
8291
   ac_cv_path_LIBIDL_CONFIG="$LIBIDL_CONFIG" # Let the user override the test with a path.
 
8292
   ;;
 
8293
   ?:/*)                         
 
8294
@@ -17485,17 +17413,17 @@
 
8295
 if test -n "$LIBIDL_CONFIG"; then
 
8296
   echo "$ac_t""$LIBIDL_CONFIG" 1>&6
 
8297
 else
 
8298
   echo "$ac_t""no" 1>&6
 
8299
 fi
 
8300
 
 
8301
   min_libIDL_version=$LIBIDL_VERSION
 
8302
   echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6
 
8303
-echo "configure:17494: checking for libIDL - version >= $min_libIDL_version" >&5
 
8304
+echo "configure:17422: checking for libIDL - version >= $min_libIDL_version" >&5
 
8305
   no_libIDL=""
 
8306
   if test "$LIBIDL_CONFIG" = "no" ; then
 
8307
     no_libIDL=yes
 
8308
   else
 
8309
     LIBIDL_CFLAGS=`$LIBIDL_CONFIG $libIDL_config_args --cflags`
 
8310
     LIBIDL_LIBS=`$LIBIDL_CONFIG $libIDL_config_args --libs`
 
8311
     # hack to allow us to keep using libIDL 0.6.3-0.6.7. Anyone may remove
 
8312
     # this after we start requiring libIDL 0.6.8 or anything higher
 
8313
@@ -17512,17 +17440,17 @@
 
8314
       ac_save_LIBS="$LIBS"
 
8315
       CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
 
8316
       LIBS="$LIBIDL_LIBS $LIBS"
 
8317
       rm -f conf.libIDLtest
 
8318
       if test "$cross_compiling" = yes; then
 
8319
   echo $ac_n "cross compiling; assumed OK... $ac_c"
 
8320
 else
 
8321
   cat > conftest.$ac_ext <<EOF
 
8322
-#line 17521 "configure"
 
8323
+#line 17449 "configure"
 
8324
 #include "confdefs.h"
 
8325
 
 
8326
 #include <stdio.h>
 
8327
 #include <stdlib.h>
 
8328
 #include <libIDL/IDL.h>
 
8329
 
 
8330
 int 
 
8331
 main ()
 
8332
@@ -17598,17 +17526,17 @@
 
8333
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
 
8334
         printf("*** so that the correct libraries are found at run-time))\n");
 
8335
       }
 
8336
     }
 
8337
   return 1;
 
8338
 }
 
8339
 
 
8340
 EOF
 
8341
-if { (eval echo configure:17607: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8342
+if { (eval echo configure:17535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8343
 then
 
8344
   :
 
8345
 else
 
8346
   echo "configure: failed program was:" >&5
 
8347
   cat conftest.$ac_ext >&5
 
8348
   rm -fr conftest*
 
8349
   no_libIDL=yes
 
8350
 fi
 
8351
@@ -17632,28 +17560,28 @@
 
8352
      else
 
8353
        if test -f conf.libIDLtest ; then
 
8354
         :
 
8355
        else
 
8356
           echo "*** Could not run libIDL test program, checking why..."
 
8357
           CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
 
8358
           LIBS="$LIBS $LIBIDL_LIBS"
 
8359
           cat > conftest.$ac_ext <<EOF
 
8360
-#line 17641 "configure"
 
8361
+#line 17569 "configure"
 
8362
 #include "confdefs.h"
 
8363
 
 
8364
 #include <stdio.h>
 
8365
 #include <stdlib.h>
 
8366
 #include <libIDL/IDL.h>
 
8367
 
 
8368
 int main() {
 
8369
  return IDL_get_libver_string ? 1 : 0; 
 
8370
 ; return 0; }
 
8371
 EOF
 
8372
-if { (eval echo configure:17652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8373
+if { (eval echo configure:17580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8374
   rm -rf conftest*
 
8375
    echo "*** The test program compiled, but did not run. This usually means"
 
8376
           echo "*** that the run-time linker is not finding libIDL or finding the wrong"
 
8377
           echo "*** version of LIBIDL. If it is not finding libIDL, you'll need to set your"
 
8378
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
 
8379
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
 
8380
           echo "*** is required on your system"
 
8381
          echo "***"
 
8382
@@ -17771,17 +17699,17 @@
 
8383
       esac
 
8384
   done
 
8385
 
 
8386
     unset ac_cv_path_GLIB_CONFIG
 
8387
 
 
8388
   # Extract the first word of "glib-config", so it can be a program name with args.
 
8389
 set dummy glib-config; ac_word=$2
 
8390
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
8391
-echo "configure:17780: checking for $ac_word" >&5
 
8392
+echo "configure:17708: checking for $ac_word" >&5
 
8393
 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
 
8394
   echo $ac_n "(cached) $ac_c" 1>&6
 
8395
 else
 
8396
   case "$GLIB_CONFIG" in
 
8397
   /*)
 
8398
   ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
 
8399
   ;;
 
8400
   ?:/*)                         
 
8401
@@ -17806,17 +17734,17 @@
 
8402
 if test -n "$GLIB_CONFIG"; then
 
8403
   echo "$ac_t""$GLIB_CONFIG" 1>&6
 
8404
 else
 
8405
   echo "$ac_t""no" 1>&6
 
8406
 fi
 
8407
 
 
8408
   min_glib_version=1.2.0
 
8409
   echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
 
8410
-echo "configure:17815: checking for GLIB - version >= $min_glib_version" >&5
 
8411
+echo "configure:17743: checking for GLIB - version >= $min_glib_version" >&5
 
8412
   no_glib=""
 
8413
   if test "$GLIB_CONFIG" = "no" ; then
 
8414
     no_glib=yes
 
8415
   else
 
8416
     GLIB_CFLAGS=`$GLIB_CONFIG $glib_config_args --cflags`
 
8417
     GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
 
8418
     glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
 
8419
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
 
8420
@@ -17829,17 +17757,17 @@
 
8421
       ac_save_LIBS="$LIBS"
 
8422
       CFLAGS="$CFLAGS $GLIB_CFLAGS"
 
8423
       LIBS="$GLIB_LIBS $LIBS"
 
8424
       rm -f conf.glibtest
 
8425
       if test "$cross_compiling" = yes; then
 
8426
   echo $ac_n "cross compiling; assumed OK... $ac_c"
 
8427
 else
 
8428
   cat > conftest.$ac_ext <<EOF
 
8429
-#line 17838 "configure"
 
8430
+#line 17766 "configure"
 
8431
 #include "confdefs.h"
 
8432
 
 
8433
 #include <glib.h>
 
8434
 #include <stdio.h>
 
8435
 #include <stdlib.h>
 
8436
 
 
8437
 int 
 
8438
 main ()
 
8439
@@ -17905,17 +17833,17 @@
 
8440
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
 
8441
         printf("*** so that the correct libraries are found at run-time))\n");
 
8442
       }
 
8443
     }
 
8444
   return 1;
 
8445
 }
 
8446
 
 
8447
 EOF
 
8448
-if { (eval echo configure:17914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8449
+if { (eval echo configure:17842: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8450
 then
 
8451
   :
 
8452
 else
 
8453
   echo "configure: failed program was:" >&5
 
8454
   cat conftest.$ac_ext >&5
 
8455
   rm -fr conftest*
 
8456
   no_glib=yes
 
8457
 fi
 
8458
@@ -17939,27 +17867,27 @@
 
8459
      else
 
8460
        if test -f conf.glibtest ; then
 
8461
         :
 
8462
        else
 
8463
           echo "*** Could not run GLIB test program, checking why..."
 
8464
           CFLAGS="$CFLAGS $GLIB_CFLAGS"
 
8465
           LIBS="$LIBS $GLIB_LIBS"
 
8466
           cat > conftest.$ac_ext <<EOF
 
8467
-#line 17948 "configure"
 
8468
+#line 17876 "configure"
 
8469
 #include "confdefs.h"
 
8470
 
 
8471
 #include <glib.h>
 
8472
 #include <stdio.h>
 
8473
 
 
8474
 int main() {
 
8475
  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); 
 
8476
 ; return 0; }
 
8477
 EOF
 
8478
-if { (eval echo configure:17958: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8479
+if { (eval echo configure:17886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8480
   rm -rf conftest*
 
8481
    echo "*** The test program compiled, but did not run. This usually means"
 
8482
           echo "*** that the run-time linker is not finding GLIB or finding the wrong"
 
8483
           echo "*** version of GLIB. If it is not finding GLIB, you'll need to set your"
 
8484
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
 
8485
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
 
8486
           echo "*** is required on your system"
 
8487
          echo "***"
 
8488
@@ -17993,17 +17921,17 @@
 
8489
   rm -f conf.glibtest
 
8490
 
 
8491
 
 
8492
     unset ac_cv_path_LIBIDL_CONFIG
 
8493
 
 
8494
   # Extract the first word of "libIDL-config", so it can be a program name with args.
 
8495
 set dummy libIDL-config; ac_word=$2
 
8496
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
 
8497
-echo "configure:18002: checking for $ac_word" >&5
 
8498
+echo "configure:17930: checking for $ac_word" >&5
 
8499
 if eval "test \"`echo '$''{'ac_cv_path_LIBIDL_CONFIG'+set}'`\" = set"; then
 
8500
   echo $ac_n "(cached) $ac_c" 1>&6
 
8501
 else
 
8502
   case "$LIBIDL_CONFIG" in
 
8503
   /*)
 
8504
   ac_cv_path_LIBIDL_CONFIG="$LIBIDL_CONFIG" # Let the user override the test with a path.
 
8505
   ;;
 
8506
   ?:/*)                         
 
8507
@@ -18028,17 +17956,17 @@
 
8508
 if test -n "$LIBIDL_CONFIG"; then
 
8509
   echo "$ac_t""$LIBIDL_CONFIG" 1>&6
 
8510
 else
 
8511
   echo "$ac_t""no" 1>&6
 
8512
 fi
 
8513
 
 
8514
   min_libIDL_version=$LIBIDL_VERSION
 
8515
   echo $ac_n "checking for libIDL - version >= $min_libIDL_version""... $ac_c" 1>&6
 
8516
-echo "configure:18037: checking for libIDL - version >= $min_libIDL_version" >&5
 
8517
+echo "configure:17965: checking for libIDL - version >= $min_libIDL_version" >&5
 
8518
   no_libIDL=""
 
8519
   if test "$LIBIDL_CONFIG" = "no" ; then
 
8520
     no_libIDL=yes
 
8521
   else
 
8522
     LIBIDL_CFLAGS=`$LIBIDL_CONFIG $libIDL_config_args --cflags`
 
8523
     LIBIDL_LIBS=`$LIBIDL_CONFIG $libIDL_config_args --libs`
 
8524
     # hack to allow us to keep using libIDL 0.6.3-0.6.7. Anyone may remove
 
8525
     # this after we start requiring libIDL 0.6.8 or anything higher
 
8526
@@ -18055,17 +17983,17 @@
 
8527
       ac_save_LIBS="$LIBS"
 
8528
       CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
 
8529
       LIBS="$LIBIDL_LIBS $LIBS"
 
8530
       rm -f conf.libIDLtest
 
8531
       if test "$cross_compiling" = yes; then
 
8532
   echo $ac_n "cross compiling; assumed OK... $ac_c"
 
8533
 else
 
8534
   cat > conftest.$ac_ext <<EOF
 
8535
-#line 18064 "configure"
 
8536
+#line 17992 "configure"
 
8537
 #include "confdefs.h"
 
8538
 
 
8539
 #include <stdio.h>
 
8540
 #include <stdlib.h>
 
8541
 #include <libIDL/IDL.h>
 
8542
 
 
8543
 int 
 
8544
 main ()
 
8545
@@ -18141,17 +18069,17 @@
 
8546
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
 
8547
         printf("*** so that the correct libraries are found at run-time))\n");
 
8548
       }
 
8549
     }
 
8550
   return 1;
 
8551
 }
 
8552
 
 
8553
 EOF
 
8554
-if { (eval echo configure:18150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8555
+if { (eval echo configure:18078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8556
 then
 
8557
   :
 
8558
 else
 
8559
   echo "configure: failed program was:" >&5
 
8560
   cat conftest.$ac_ext >&5
 
8561
   rm -fr conftest*
 
8562
   no_libIDL=yes
 
8563
 fi
 
8564
@@ -18175,28 +18103,28 @@
 
8565
      else
 
8566
        if test -f conf.libIDLtest ; then
 
8567
         :
 
8568
        else
 
8569
           echo "*** Could not run libIDL test program, checking why..."
 
8570
           CFLAGS="$CFLAGS $LIBIDL_CFLAGS"
 
8571
           LIBS="$LIBS $LIBIDL_LIBS"
 
8572
           cat > conftest.$ac_ext <<EOF
 
8573
-#line 18184 "configure"
 
8574
+#line 18112 "configure"
 
8575
 #include "confdefs.h"
 
8576
 
 
8577
 #include <stdio.h>
 
8578
 #include <stdlib.h>
 
8579
 #include <libIDL/IDL.h>
 
8580
 
 
8581
 int main() {
 
8582
  return IDL_get_libver_string ? 1 : 0; 
 
8583
 ; return 0; }
 
8584
 EOF
 
8585
-if { (eval echo configure:18195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8586
+if { (eval echo configure:18123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8587
   rm -rf conftest*
 
8588
    echo "*** The test program compiled, but did not run. This usually means"
 
8589
           echo "*** that the run-time linker is not finding libIDL or finding the wrong"
 
8590
           echo "*** version of LIBIDL. If it is not finding libIDL, you'll need to set your"
 
8591
           echo "*** LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf to point"
 
8592
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
 
8593
           echo "*** is required on your system"
 
8594
          echo "***"
 
8595
@@ -18227,17 +18155,17 @@
8568
8596
         if test -z "$_LIBIDL_FOUND"; then
8569
8597
             
8570
8598
   succeeded=no
8573
8601
     # Extract the first word of "pkg-config", so it can be a program name with args.
8574
8602
 set dummy pkg-config; ac_word=$2
8575
8603
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8576
 
-echo "configure:18108: checking for $ac_word" >&5
8577
 
+echo "configure:18075: checking for $ac_word" >&5
 
8604
-echo "configure:18236: checking for $ac_word" >&5
 
8605
+echo "configure:18164: checking for $ac_word" >&5
8578
8606
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
8579
8607
   echo $ac_n "(cached) $ac_c" 1>&6
8580
8608
 else
8583
8611
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8584
8612
   ;;
8585
8613
   ?:/*)                         
8586
 
@@ -18143,29 +18110,29 @@
 
8614
@@ -18271,29 +18199,29 @@
8587
8615
      echo "*** The pkg-config script could not be found. Make sure it is"
8588
8616
      echo "*** in your path, or set the PKG_CONFIG environment variable"
8589
8617
      echo "*** to the full path to pkg-config."
8592
8620
      PKG_CONFIG_MIN_VERSION=0.9.0
8593
8621
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8594
8622
         echo $ac_n "checking for libIDL-2.0 >= 0.8.0""... $ac_c" 1>&6
8595
 
-echo "configure:18152: checking for libIDL-2.0 >= 0.8.0" >&5
8596
 
+echo "configure:18119: checking for libIDL-2.0 >= 0.8.0" >&5
 
8623
-echo "configure:18280: checking for libIDL-2.0 >= 0.8.0" >&5
 
8624
+echo "configure:18208: checking for libIDL-2.0 >= 0.8.0" >&5
8597
8625
 
8598
8626
         if $PKG_CONFIG --exists "libIDL-2.0 >= 0.8.0" ; then
8599
8627
             echo "$ac_t""yes" 1>&6
8600
8628
             succeeded=yes
8601
8629
 
8602
8630
             echo $ac_n "checking LIBIDL_CFLAGS""... $ac_c" 1>&6
8603
 
-echo "configure:18159: checking LIBIDL_CFLAGS" >&5
8604
 
+echo "configure:18126: checking LIBIDL_CFLAGS" >&5
 
8631
-echo "configure:18287: checking LIBIDL_CFLAGS" >&5
 
8632
+echo "configure:18215: checking LIBIDL_CFLAGS" >&5
8605
8633
             LIBIDL_CFLAGS=`$PKG_CONFIG --cflags "libIDL-2.0 >= 0.8.0"`
8606
8634
             echo "$ac_t""$LIBIDL_CFLAGS" 1>&6
8607
8635
 
8608
8636
             echo $ac_n "checking LIBIDL_LIBS""... $ac_c" 1>&6
8609
 
-echo "configure:18164: checking LIBIDL_LIBS" >&5
8610
 
+echo "configure:18131: checking LIBIDL_LIBS" >&5
 
8637
-echo "configure:18292: checking LIBIDL_LIBS" >&5
 
8638
+echo "configure:18220: checking LIBIDL_LIBS" >&5
8611
8639
             ## don't use --libs since that can do evil things like add
8612
8640
             ## -Wl,--export-dynamic
8613
8641
             LIBIDL_LIBS="`$PKG_CONFIG --libs-only-L \"libIDL-2.0 >= 0.8.0\"` `$PKG_CONFIG --libs-only-l \"libIDL-2.0 >= 0.8.0\"`"
8616
8644
             LIBIDL_CFLAGS=""
8617
8645
             LIBIDL_LIBS=""
8618
8646
             ## If we have a custom action on failure, don't print errors, but 
8619
 
@@ -18191,17 +18158,17 @@
 
8647
@@ -18319,17 +18247,17 @@
8620
8648
         fi
8621
8649
     fi
8622
8650
                     if test -z "$_LIBIDL_FOUND" && test -z "$CROSS_COMPILE"; then
8625
8653
 # Extract the first word of "$ac_prog", so it can be a program name with args.
8626
8654
 set dummy $ac_prog; ac_word=$2
8627
8655
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8628
 
-echo "configure:18200: checking for $ac_word" >&5
8629
 
+echo "configure:18167: checking for $ac_word" >&5
 
8656
-echo "configure:18328: checking for $ac_word" >&5
 
8657
+echo "configure:18256: checking for $ac_word" >&5
8630
8658
 if eval "test \"`echo '$''{'ac_cv_path_ORBIT_CONFIG'+set}'`\" = set"; then
8631
8659
   echo $ac_n "(cached) $ac_c" 1>&6
8632
8660
 else
8635
8663
   ac_cv_path_ORBIT_CONFIG="$ORBIT_CONFIG" # Let the user override the test with a path.
8636
8664
   ;;
8637
8665
   ?:/*)                         
8638
 
@@ -18228,49 +18195,49 @@
 
8666
@@ -18356,49 +18284,49 @@
8639
8667
   echo "$ac_t""no" 1>&6
8640
8668
 fi
8641
8669
 
8644
8672
 
8645
8673
         if test -n "$ORBIT_CONFIG"; then
8646
8674
             echo $ac_n "checking for ORBit libIDL usability""... $ac_c" 1>&6
8647
 
-echo "configure:18237: checking for ORBit libIDL usability" >&5
8648
 
+echo "configure:18204: checking for ORBit libIDL usability" >&5
 
8675
-echo "configure:18365: checking for ORBit libIDL usability" >&5
 
8676
+echo "configure:18293: checking for ORBit libIDL usability" >&5
8649
8677
                _ORBIT_CFLAGS=`${ORBIT_CONFIG} client --cflags`
8650
8678
            _ORBIT_LIBS=`${ORBIT_CONFIG} client --libs`
8651
8679
             _ORBIT_INC_PATH=`${PERL} -e '{ for $f (@ARGV) { print "$f " if ($f =~ m/^-I/); } }' -- ${_ORBIT_CFLAGS}`
8662
8690
                 result="maybe" 
8663
8691
 else
8664
8692
   cat > conftest.$ac_ext <<EOF
8665
 
-#line 18254 "configure"
8666
 
+#line 18221 "configure"
 
8693
-#line 18382 "configure"
 
8694
+#line 18310 "configure"
8667
8695
 #include "confdefs.h"
8668
8696
 
8669
8697
 #include <stdlib.h>
8678
8706
 }
8679
8707
             
8680
8708
 EOF
8681
 
-if { (eval echo configure:18269: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8682
 
+if { (eval echo configure:18236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8709
-if { (eval echo configure:18397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8710
+if { (eval echo configure:18325: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8683
8711
 then
8684
8712
   _LIBIDL_FOUND=1
8685
8713
                 result="yes"
8688
8716
   cat conftest.$ac_ext >&5
8689
8717
   rm -fr conftest*
8690
8718
   LIBIDL_CFLAGS=
8691
 
@@ -18317,17 +18284,17 @@
 
8719
@@ -18445,17 +18373,17 @@
8692
8720
     if test "$MOZ_ENABLE_GTK2"; then
8693
8721
         
8694
8722
   succeeded=no
8697
8725
     # Extract the first word of "pkg-config", so it can be a program name with args.
8698
8726
 set dummy pkg-config; ac_word=$2
8699
8727
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8700
 
-echo "configure:18326: checking for $ac_word" >&5
8701
 
+echo "configure:18293: checking for $ac_word" >&5
 
8728
-echo "configure:18454: checking for $ac_word" >&5
 
8729
+echo "configure:18382: checking for $ac_word" >&5
8702
8730
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
8703
8731
   echo $ac_n "(cached) $ac_c" 1>&6
8704
8732
 else
8707
8735
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
8708
8736
   ;;
8709
8737
   ?:/*)                         
8710
 
@@ -18361,29 +18328,29 @@
 
8738
@@ -18489,29 +18417,29 @@
8711
8739
      echo "*** The pkg-config script could not be found. Make sure it is"
8712
8740
      echo "*** in your path, or set the PKG_CONFIG environment variable"
8713
8741
      echo "*** to the full path to pkg-config."
8716
8744
      PKG_CONFIG_MIN_VERSION=0.9.0
8717
8745
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8718
8746
         echo $ac_n "checking for glib-2.0 >= 1.3.7""... $ac_c" 1>&6
8719
 
-echo "configure:18370: checking for glib-2.0 >= 1.3.7" >&5
8720
 
+echo "configure:18337: checking for glib-2.0 >= 1.3.7" >&5
 
8747
-echo "configure:18498: checking for glib-2.0 >= 1.3.7" >&5
 
8748
+echo "configure:18426: checking for glib-2.0 >= 1.3.7" >&5
8721
8749
 
8722
8750
         if $PKG_CONFIG --exists "glib-2.0 >= 1.3.7" ; then
8723
8751
             echo "$ac_t""yes" 1>&6
8724
8752
             succeeded=yes
8725
8753
 
8726
8754
             echo $ac_n "checking GLIB_CFLAGS""... $ac_c" 1>&6
8727
 
-echo "configure:18377: checking GLIB_CFLAGS" >&5
8728
 
+echo "configure:18344: checking GLIB_CFLAGS" >&5
 
8755
-echo "configure:18505: checking GLIB_CFLAGS" >&5
 
8756
+echo "configure:18433: checking GLIB_CFLAGS" >&5
8729
8757
             GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 1.3.7"`
8730
8758
             echo "$ac_t""$GLIB_CFLAGS" 1>&6
8731
8759
 
8732
8760
             echo $ac_n "checking GLIB_LIBS""... $ac_c" 1>&6
8733
 
-echo "configure:18382: checking GLIB_LIBS" >&5
8734
 
+echo "configure:18349: checking GLIB_LIBS" >&5
 
8761
-echo "configure:18510: checking GLIB_LIBS" >&5
 
8762
+echo "configure:18438: checking GLIB_LIBS" >&5
8735
8763
             ## don't use --libs since that can do evil things like add
8736
8764
             ## -Wl,--export-dynamic
8737
8765
             GLIB_LIBS="`$PKG_CONFIG --libs-only-L \"glib-2.0 >= 1.3.7\"` `$PKG_CONFIG --libs-only-l \"glib-2.0 >= 1.3.7\"`"
8740
8768
             GLIB_CFLAGS=""
8741
8769
             GLIB_LIBS=""
8742
8770
             ## If we have a custom action on failure, don't print errors, but 
8743
 
@@ -18457,17 +18424,17 @@
 
8771
@@ -18585,17 +18513,17 @@
8744
8772
       esac
8745
8773
   done
8746
8774
 
8749
8777
   # Extract the first word of "glib-config", so it can be a program name with args.
8750
8778
 set dummy glib-config; ac_word=$2
8751
8779
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
8752
 
-echo "configure:18466: checking for $ac_word" >&5
8753
 
+echo "configure:18433: checking for $ac_word" >&5
 
8780
-echo "configure:18594: checking for $ac_word" >&5
 
8781
+echo "configure:18522: checking for $ac_word" >&5
8754
8782
 if eval "test \"`echo '$''{'ac_cv_path_GLIB_CONFIG'+set}'`\" = set"; then
8755
8783
   echo $ac_n "(cached) $ac_c" 1>&6
8756
8784
 else
8759
8787
   ac_cv_path_GLIB_CONFIG="$GLIB_CONFIG" # Let the user override the test with a path.
8760
8788
   ;;
8761
8789
   ?:/*)                         
8762
 
@@ -18492,17 +18459,17 @@
 
8790
@@ -18620,17 +18548,17 @@
8763
8791
 if test -n "$GLIB_CONFIG"; then
8764
8792
   echo "$ac_t""$GLIB_CONFIG" 1>&6
8765
8793
 else
8768
8796
 
8769
8797
   min_glib_version=${GLIB_VERSION}
8770
8798
   echo $ac_n "checking for GLIB - version >= $min_glib_version""... $ac_c" 1>&6
8771
 
-echo "configure:18501: checking for GLIB - version >= $min_glib_version" >&5
8772
 
+echo "configure:18468: checking for GLIB - version >= $min_glib_version" >&5
 
8799
-echo "configure:18629: checking for GLIB - version >= $min_glib_version" >&5
 
8800
+echo "configure:18557: checking for GLIB - version >= $min_glib_version" >&5
8773
8801
   no_glib=""
8774
8802
   if test "$GLIB_CONFIG" = "no" ; then
8775
8803
     no_glib=yes
8778
8806
     GLIB_LIBS=`$GLIB_CONFIG $glib_config_args --libs`
8779
8807
     glib_config_major_version=`$GLIB_CONFIG $glib_config_args --version | \
8780
8808
            sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'`
8781
 
@@ -18515,17 +18482,17 @@
 
8809
@@ -18643,17 +18571,17 @@
8782
8810
       ac_save_LIBS="$LIBS"
8783
8811
       CFLAGS="$CFLAGS $GLIB_CFLAGS"
8784
8812
       LIBS="$GLIB_LIBS $LIBS"
8787
8815
   echo $ac_n "cross compiling; assumed OK... $ac_c"
8788
8816
 else
8789
8817
   cat > conftest.$ac_ext <<EOF
8790
 
-#line 18524 "configure"
8791
 
+#line 18491 "configure"
 
8818
-#line 18652 "configure"
 
8819
+#line 18580 "configure"
8792
8820
 #include "confdefs.h"
8793
8821
 
8794
8822
 #include <glib.h>
8797
8825
 
8798
8826
 int 
8799
8827
 main ()
8800
 
@@ -18591,17 +18558,17 @@
 
8828
@@ -18719,17 +18647,17 @@
8801
8829
         printf("*** modify your LD_LIBRARY_PATH environment variable, or edit /etc/ld.so.conf\n");
8802
8830
         printf("*** so that the correct libraries are found at run-time))\n");
8803
8831
       }
8806
8834
 }
8807
8835
 
8808
8836
 EOF
8809
 
-if { (eval echo configure:18600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8810
 
+if { (eval echo configure:18567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8837
-if { (eval echo configure:18728: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
8838
+if { (eval echo configure:18656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
8811
8839
 then
8812
8840
   :
8813
8841
 else
8816
8844
   rm -fr conftest*
8817
8845
   no_glib=yes
8818
8846
 fi
8819
 
@@ -18625,27 +18592,27 @@
 
8847
@@ -18753,27 +18681,27 @@
8820
8848
      else
8821
8849
        if test -f conf.glibtest ; then
8822
8850
         :
8825
8853
           CFLAGS="$CFLAGS $GLIB_CFLAGS"
8826
8854
           LIBS="$LIBS $GLIB_LIBS"
8827
8855
           cat > conftest.$ac_ext <<EOF
8828
 
-#line 18634 "configure"
8829
 
+#line 18601 "configure"
 
8856
-#line 18762 "configure"
 
8857
+#line 18690 "configure"
8830
8858
 #include "confdefs.h"
8831
8859
 
8832
8860
 #include <glib.h>
8836
8864
  return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); 
8837
8865
 ; return 0; }
8838
8866
 EOF
8839
 
-if { (eval echo configure:18644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8840
 
+if { (eval echo configure:18611: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8867
-if { (eval echo configure:18772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8868
+if { (eval echo configure:18700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8841
8869
   rm -rf conftest*
8842
8870
    echo "*** The test program compiled, but did not run. This usually means"
8843
8871
           echo "*** that the run-time linker is not finding GLIB or finding the wrong"
8846
8874
           echo "*** to the installed location  Also, make sure you have run ldconfig if that"
8847
8875
           echo "*** is required on your system"
8848
8876
          echo "***"
8849
 
@@ -18715,29 +18682,29 @@
 
8877
@@ -18843,29 +18771,29 @@
8850
8878
       ;;
8851
8879
   *)
8852
8880
       MOZ_LIBART_LIBS='-lmoz_art_lgpl -lm'
8855
8883
   # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
8856
8884
 # for constant arguments.  Useless!
8857
8885
 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
8858
 
-echo "configure:18724: checking for working alloca.h" >&5
8859
 
+echo "configure:18691: checking for working alloca.h" >&5
 
8886
-echo "configure:18852: checking for working alloca.h" >&5
 
8887
+echo "configure:18780: checking for working alloca.h" >&5
8860
8888
 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
8861
8889
   echo $ac_n "(cached) $ac_c" 1>&6
8862
8890
 else
8863
8891
   cat > conftest.$ac_ext <<EOF
8864
 
-#line 18729 "configure"
8865
 
+#line 18696 "configure"
 
8892
-#line 18857 "configure"
 
8893
+#line 18785 "configure"
8866
8894
 #include "confdefs.h"
8867
8895
 #include <alloca.h>
8868
8896
 int main() {
8869
8897
 char *p = alloca(2 * sizeof(int));
8870
8898
 ; return 0; }
8871
8899
 EOF
8872
 
-if { (eval echo configure:18736: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8873
 
+if { (eval echo configure:18703: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8900
-if { (eval echo configure:18864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8901
+if { (eval echo configure:18792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8874
8902
   rm -rf conftest*
8875
8903
   ac_cv_header_alloca_h=yes
8876
8904
 else
8879
8907
   rm -rf conftest*
8880
8908
   ac_cv_header_alloca_h=no
8881
8909
 fi
8882
 
@@ -18748,22 +18715,22 @@
 
8910
@@ -18876,22 +18804,22 @@
8883
8911
 if test $ac_cv_header_alloca_h = yes; then
8884
8912
   cat >> confdefs.h <<\EOF
8885
8913
 #define HAVE_ALLOCA_H 1
8888
8916
 fi
8889
8917
 
8890
8918
 echo $ac_n "checking for alloca""... $ac_c" 1>&6
8891
 
-echo "configure:18757: checking for alloca" >&5
8892
 
+echo "configure:18724: checking for alloca" >&5
 
8919
-echo "configure:18885: checking for alloca" >&5
 
8920
+echo "configure:18813: checking for alloca" >&5
8893
8921
 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
8894
8922
   echo $ac_n "(cached) $ac_c" 1>&6
8895
8923
 else
8896
8924
   cat > conftest.$ac_ext <<EOF
8897
 
-#line 18762 "configure"
8898
 
+#line 18729 "configure"
 
8925
-#line 18890 "configure"
 
8926
+#line 18818 "configure"
8899
8927
 #include "confdefs.h"
8900
8928
 
8901
8929
 #ifdef __GNUC__
8904
8932
 # ifdef _MSC_VER
8905
8933
 #  include <malloc.h>
8906
8934
 #  define alloca _alloca
8907
 
@@ -18781,17 +18748,17 @@
 
8935
@@ -18909,17 +18837,17 @@
8908
8936
 #  endif
8909
8937
 # endif
8910
8938
 #endif
8913
8941
 char *p = (char *) alloca(1);
8914
8942
 ; return 0; }
8915
8943
 EOF
8916
 
-if { (eval echo configure:18790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8917
 
+if { (eval echo configure:18757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8944
-if { (eval echo configure:18918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
8945
+if { (eval echo configure:18846: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8918
8946
   rm -rf conftest*
8919
8947
   ac_cv_func_alloca_works=yes
8920
8948
 else
8923
8951
   rm -rf conftest*
8924
8952
   ac_cv_func_alloca_works=no
8925
8953
 fi
8926
 
@@ -18813,22 +18780,22 @@
 
8954
@@ -18941,22 +18869,22 @@
8927
8955
   # use ar to extract alloca.o from them instead of compiling alloca.c.
8928
8956
   ALLOCA=alloca.${ac_objext}
8929
8957
   cat >> confdefs.h <<\EOF
8932
8960
 
8933
8961
 
8934
8962
 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
8935
 
-echo "configure:18822: checking whether alloca needs Cray hooks" >&5
8936
 
+echo "configure:18789: checking whether alloca needs Cray hooks" >&5
 
8963
-echo "configure:18950: checking whether alloca needs Cray hooks" >&5
 
8964
+echo "configure:18878: checking whether alloca needs Cray hooks" >&5
8937
8965
 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
8938
8966
   echo $ac_n "(cached) $ac_c" 1>&6
8939
8967
 else
8940
8968
   cat > conftest.$ac_ext <<EOF
8941
 
-#line 18827 "configure"
8942
 
+#line 18794 "configure"
 
8969
-#line 18955 "configure"
 
8970
+#line 18883 "configure"
8943
8971
 #include "confdefs.h"
8944
8972
 #if defined(CRAY) && ! defined(CRAY2)
8945
8973
 webecray
8948
8976
 #endif
8949
8977
 
8950
8978
 EOF
8951
 
@@ -18843,22 +18810,22 @@
 
8979
@@ -18971,22 +18899,22 @@
8952
8980
 rm -f conftest*
8953
8981
 
8954
8982
 fi
8957
8985
 if test $ac_cv_os_cray = yes; then
8958
8986
 for ac_func in _getb67 GETB67 getb67; do
8959
8987
   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
8960
 
-echo "configure:18852: checking for $ac_func" >&5
8961
 
+echo "configure:18819: checking for $ac_func" >&5
 
8988
-echo "configure:18980: checking for $ac_func" >&5
 
8989
+echo "configure:18908: checking for $ac_func" >&5
8962
8990
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
8963
8991
   echo $ac_n "(cached) $ac_c" 1>&6
8964
8992
 else
8965
8993
   cat > conftest.$ac_ext <<EOF
8966
 
-#line 18857 "configure"
8967
 
+#line 18824 "configure"
 
8994
-#line 18985 "configure"
 
8995
+#line 18913 "configure"
8968
8996
 #include "confdefs.h"
8969
8997
 /* System header to define __stub macros and hopefully few prototypes,
8970
8998
     which can conflict with char $ac_func(); below.  */
8973
9001
 /* We use char because int might match the return type of a gcc2
8974
9002
     builtin and then its argument prototype would still apply.  */
8975
9003
 char $ac_func();
8976
 
@@ -18871,17 +18838,17 @@
 
9004
@@ -18999,17 +18927,17 @@
8977
9005
 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8978
9006
 choke me
8979
9007
 #else
8982
9010
 
8983
9011
 ; return 0; }
8984
9012
 EOF
8985
 
-if { (eval echo configure:18880: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8986
 
+if { (eval echo configure:18847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
9013
-if { (eval echo configure:19008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
 
9014
+if { (eval echo configure:18936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
8987
9015
   rm -rf conftest*
8988
9016
   eval "ac_cv_func_$ac_func=yes"
8989
9017
 else
8992
9020
   rm -rf conftest*
8993
9021
   eval "ac_cv_func_$ac_func=no"
8994
9022
 fi
8995
 
@@ -18898,25 +18865,25 @@
 
9023
@@ -19026,25 +18954,25 @@
8996
9024
 else
8997
9025
   echo "$ac_t""no" 1>&6
8998
9026
 fi
9001
9029
 fi
9002
9030
 
9003
9031
 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
9004
 
-echo "configure:18907: checking stack direction for C alloca" >&5
9005
 
+echo "configure:18874: checking stack direction for C alloca" >&5
 
9032
-echo "configure:19035: checking stack direction for C alloca" >&5
 
9033
+echo "configure:18963: checking stack direction for C alloca" >&5
9006
9034
 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
9007
9035
   echo $ac_n "(cached) $ac_c" 1>&6
9008
9036
 else
9010
9038
   ac_cv_c_stack_direction=0
9011
9039
 else
9012
9040
   cat > conftest.$ac_ext <<EOF
9013
 
-#line 18915 "configure"
9014
 
+#line 18882 "configure"
 
9041
-#line 19043 "configure"
 
9042
+#line 18971 "configure"
9015
9043
 #include "confdefs.h"
9016
9044
 find_stack_direction ()
9017
9045
 {
9020
9048
   if (addr == 0)
9021
9049
     {
9022
9050
       addr = &dummy;
9023
 
@@ -18925,17 +18892,17 @@
 
9051
@@ -19053,17 +18981,17 @@
9024
9052
   else
9025
9053
     return (&dummy > addr) ? 1 : -1;
9026
9054
 }
9029
9057
   exit (find_stack_direction() < 0);
9030
9058
 }
9031
9059
 EOF
9032
 
-if { (eval echo configure:18934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9033
 
+if { (eval echo configure:18901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
9060
-if { (eval echo configure:19062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
 
9061
+if { (eval echo configure:18990: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
9034
9062
 then
9035
9063
   ac_cv_c_stack_direction=1
9036
9064
 else
9039
9067
   rm -fr conftest*
9040
9068
   ac_cv_c_stack_direction=-1
9041
9069
 fi
9042
 
@@ -18974,27 +18941,27 @@
 
9070
@@ -19102,27 +19030,27 @@
9043
9071
 
9044
9072
 
9045
9073
    if test "$MOZ_TREE_CAIRO"; then
9048
9076
 do
9049
9077
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
9050
9078
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
9051
 
-echo "configure:18983: checking for $ac_hdr" >&5
9052
 
+echo "configure:18950: checking for $ac_hdr" >&5
 
9079
-echo "configure:19111: checking for $ac_hdr" >&5
 
9080
+echo "configure:19039: checking for $ac_hdr" >&5
9053
9081
 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
9054
9082
   echo $ac_n "(cached) $ac_c" 1>&6
9055
9083
 else
9056
9084
   cat > conftest.$ac_ext <<EOF
9057
 
-#line 18988 "configure"
9058
 
+#line 18955 "configure"
 
9085
-#line 19116 "configure"
 
9086
+#line 19044 "configure"
9059
9087
 #include "confdefs.h"
9060
9088
 #include <$ac_hdr>
9061
9089
 EOF
9062
9090
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
9063
 
-{ (eval echo configure:18993: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9064
 
+{ (eval echo configure:18960: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
9091
-{ (eval echo configure:19121: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 
9092
+{ (eval echo configure:19049: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
9065
9093
 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
9066
9094
 if test -z "$ac_err"; then
9067
9095
   rm -rf conftest*
9070
9098
   echo "$ac_err" >&5
9071
9099
   echo "configure: failed program was:" >&5
9072
9100
   cat conftest.$ac_ext >&5
9073
 
@@ -19075,17 +19042,17 @@
 
9101
@@ -19203,17 +19131,17 @@
9074
9102
    else
9075
9103
       
9076
9104
   succeeded=no
9079
9107
     # Extract the first word of "pkg-config", so it can be a program name with args.
9080
9108
 set dummy pkg-config; ac_word=$2
9081
9109
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9082
 
-echo "configure:19084: checking for $ac_word" >&5
9083
 
+echo "configure:19051: checking for $ac_word" >&5
 
9110
-echo "configure:19212: checking for $ac_word" >&5
 
9111
+echo "configure:19140: checking for $ac_word" >&5
9084
9112
 if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
9085
9113
   echo $ac_n "(cached) $ac_c" 1>&6
9086
9114
 else
9089
9117
   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
9090
9118
   ;;
9091
9119
   ?:/*)                         
9092
 
@@ -19119,29 +19086,29 @@
 
9120
@@ -19247,29 +19175,29 @@
9093
9121
      echo "*** The pkg-config script could not be found. Make sure it is"
9094
9122
      echo "*** in your path, or set the PKG_CONFIG environment variable"
9095
9123
      echo "*** to the full path to pkg-config."
9098
9126
      PKG_CONFIG_MIN_VERSION=0.9.0
9099
9127
      if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9100
9128
         echo $ac_n "checking for cairo >= $CAIRO_VERSION""... $ac_c" 1>&6
9101
 
-echo "configure:19128: checking for cairo >= $CAIRO_VERSION" >&5
9102
 
+echo "configure:19095: checking for cairo >= $CAIRO_VERSION" >&5
 
9129
-echo "configure:19256: checking for cairo >= $CAIRO_VERSION" >&5
 
9130
+echo "configure:19184: checking for cairo >= $CAIRO_VERSION" >&5
9103
9131
 
9104
9132
         if $PKG_CONFIG --exists "cairo >= $CAIRO_VERSION" ; then
9105
9133
             echo "$ac_t""yes" 1>&6
9106
9134
             succeeded=yes
9107
9135
 
9108
9136
             echo $ac_n "checking CAIRO_CFLAGS""... $ac_c" 1>&6
9109
 
-echo "configure:19135: checking CAIRO_CFLAGS" >&5
9110
 
+echo "configure:19102: checking CAIRO_CFLAGS" >&5
 
9137
-echo "configure:19263: checking CAIRO_CFLAGS" >&5
 
9138
+echo "configure:19191: checking CAIRO_CFLAGS" >&5
9111
9139
             CAIRO_CFLAGS=`$PKG_CONFIG --cflags "cairo >= $CAIRO_VERSION"`
9112
9140
             echo "$ac_t""$CAIRO_CFLAGS" 1>&6
9113
9141
 
9114
9142
             echo $ac_n "checking CAIRO_LIBS""... $ac_c" 1>&6
9115
 
-echo "configure:19140: checking CAIRO_LIBS" >&5
9116
 
+echo "configure:19107: checking CAIRO_LIBS" >&5
 
9143
-echo "configure:19268: checking CAIRO_LIBS" >&5
 
9144
+echo "configure:19196: checking CAIRO_LIBS" >&5
9117
9145
             ## don't use --libs since that can do evil things like add
9118
9146
             ## -Wl,--export-dynamic
9119
9147
             CAIRO_LIBS="`$PKG_CONFIG --libs-only-L \"cairo >= $CAIRO_VERSION\"` `$PKG_CONFIG --libs-only-l \"cairo >= $CAIRO_VERSION\"`"
9122
9150
             CAIRO_CFLAGS=""
9123
9151
             CAIRO_LIBS=""
9124
9152
             ## If we have a custom action on failure, don't print errors, but 
9125
 
@@ -19196,17 +19163,17 @@
 
9153
@@ -19324,17 +19252,17 @@
9126
9154
 
9127
9155
 
9128
9156
 
9131
9159
         # Extract the first word of "python", so it can be a program name with args.
9132
9160
 set dummy python; ac_word=$2
9133
9161
 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
9134
 
-echo "configure:19205: checking for $ac_word" >&5
9135
 
+echo "configure:19172: checking for $ac_word" >&5
 
9162
-echo "configure:19333: checking for $ac_word" >&5
 
9163
+echo "configure:19261: checking for $ac_word" >&5
9136
9164
 if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
9137
9165
   echo $ac_n "(cached) $ac_c" 1>&6
9138
9166
 else
9141
9169
   ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
9142
9170
   ;;
9143
9171
   ?:/*)                         
9144
 
@@ -19472,24 +19439,24 @@
 
9172
@@ -19600,24 +19528,24 @@
9145
9173
     ac_ext=c
9146
9174
 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
9147
9175
 ac_cpp='$CPP $CPPFLAGS'
9150
9178
 cross_compiling=$ac_cv_prog_cc_cross
9151
9179
 
9152
9180
     cat > conftest.$ac_ext <<EOF
9153
 
-#line 19481 "configure"
9154
 
+#line 19448 "configure"
 
9181
-#line 19609 "configure"
 
9182
+#line 19537 "configure"
9155
9183
 #include "confdefs.h"
9156
9184
 #include <gmodule.h>
9157
9185
 int main() {
9158
9186
  int x = 1; x++; 
9159
9187
 ; return 0; }
9160
9188
 EOF
9161
 
-if { (eval echo configure:19488: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9162
 
+if { (eval echo configure:19455: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
9189
-if { (eval echo configure:19616: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
9190
+if { (eval echo configure:19544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9163
9191
   :
9164
9192
 else
9165
9193
   echo "configure: failed program was:" >&5
9168
9196
   { echo "configure: error: Cannot build ctl without gmodule support in glib." 1>&2; exit 1; }
9169
9197
 fi
9170
9198
 rm -f conftest*
9171
 
@@ -19786,33 +19753,33 @@
 
9199
@@ -19914,33 +19842,33 @@
9172
9200
    
9173
9201
 fi
9174
9202
 
9177
9205
                 _SAVE_CFLAGS=$CFLAGS
9178
9206
     CFLAGS="$CFLAGS $XCFLAGS"
9179
9207
     cat > conftest.$ac_ext <<EOF
9180
 
-#line 19795 "configure"
9181
 
+#line 19762 "configure"
 
9208
-#line 19923 "configure"
 
9209
+#line 19851 "configure"
9182
9210
 #include "confdefs.h"
9183
9211
 
9184
9212
         #include <stdio.h>
9194
9222
     
9195
9223
 ; return 0; }
9196
9224
 EOF
9197
 
-if { (eval echo configure:19811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9198
 
+if { (eval echo configure:19778: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
9225
-if { (eval echo configure:19939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
 
9226
+if { (eval echo configure:19867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
9199
9227
   :
9200
9228
 else
9201
9229
   echo "configure: failed program was:" >&5
9204
9232
    { echo "configure: error: Could not compile basic X program." 1>&2; exit 1; } 
9205
9233
 fi
9206
9234
 rm -f conftest*
9207
 
@@ -20019,44 +19986,25 @@
 
9235
@@ -20147,44 +20075,25 @@
9208
9236
   fi
9209
9237
 
9210
9238
 rm -f confdefs.h.save
9258
9286
 
9259
9287
 . ${srcdir}/allmakefiles.sh
9260
9288
 if test -z "${AS_PERL}"; then
9261
 
@@ -20285,16 +20233,19 @@
 
9289
@@ -20413,16 +20322,19 @@
9262
9290
 s%@LIBOBJS@%$LIBOBJS%g
9263
9291
 s%@HAVE_GCC3_ABI@%$HAVE_GCC3_ABI%g
9264
9292
 s%@NSPR_CONFIG@%$NSPR_CONFIG%g
9278
9306
 s%@MOZ_GTK2_LIBS@%$MOZ_GTK2_LIBS%g
9279
9307
 s%@HOST_MOC@%$HOST_MOC%g
9280
9308
 s%@MOZ_DEFAULT_TOOLKIT@%$MOZ_DEFAULT_TOOLKIT%g
9281
 
@@ -20985,17 +20936,17 @@
 
9309
@@ -21113,17 +21025,17 @@
9282
9310
       # The eval makes quoting arguments work.
9283
9311
       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
9284
9312
       then :
9297
9325
 
9298
9326
 if test -z "$MOZ_NATIVE_NSPR"; then
9299
9327
     # Hack to deal with the fact that we use NSPR_CFLAGS everywhere
9300
 
@@ -21128,15 +21079,15 @@
 
9328
@@ -21256,15 +21168,15 @@
9301
9329
       # The eval makes quoting arguments work.
9302
9330
       if eval ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir
9303
9331
       then :