Ticket #11283: patch-configure.diff

File patch-configure.diff, 150.3 KB (added by blb@…, 16 years ago)

Patch file for configure (add to patchfiles)

  • configure

    old new  
    9217992179  else
    9218092180   
    9218192181 
    92182   unset ac_cv_lib_bind_res_nmkquery
    92183   unset ac_cv_lib_bind___res_nmkquery
    92184   unset found
    92185   echo $ac_n "checking for res_nmkquery in -lbind""... $ac_c" 1>&6
    92186 echo "configure:92187: checking for res_nmkquery in -lbind" >&5
    92187 ac_lib_var=`echo bind'_'res_nmkquery | sed 'y%./+-%__p_%'`
    92188 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    92189   echo $ac_n "(cached) $ac_c" 1>&6
    92190 else
    92191   ac_save_LIBS="$LIBS"
    92192 LIBS="-lbind  $LIBS"
    92193 cat > conftest.$ac_ext <<EOF
    92194 #line 92195 "configure"
    92195 #include "confdefs.h"
    92196 /* Override any gcc2 internal prototype to avoid an error.  */
    92197 /* We use char because int might match the return type of a gcc2
    92198     builtin and then its argument prototype would still apply.  */
    92199 char res_nmkquery();
    92200 
    92201 int main() {
    92202 res_nmkquery()
    92203 ; return 0; }
    92204 EOF
    92205 if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    92206   rm -rf conftest*
    92207   eval "ac_cv_lib_$ac_lib_var=yes"
    92208 else
    92209   echo "configure: failed program was:" >&5
    92210   cat conftest.$ac_ext >&5
    92211   rm -rf conftest*
    92212   eval "ac_cv_lib_$ac_lib_var=no"
    92213 fi
    92214 rm -f conftest*
    92215 LIBS="$ac_save_LIBS"
    92216 
    92217 fi
    92218 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    92219   echo "$ac_t""yes" 1>&6
    92220   found=yes
    92221 else
    92222   echo "$ac_t""no" 1>&6
    92223 
    92224     echo $ac_n "checking for __res_nmkquery in -lbind""... $ac_c" 1>&6
    92225 echo "configure:92226: checking for __res_nmkquery in -lbind" >&5
    92226 ac_lib_var=`echo bind'_'__res_nmkquery | sed 'y%./+-%__p_%'`
    92227 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    92228   echo $ac_n "(cached) $ac_c" 1>&6
    92229 else
    92230   ac_save_LIBS="$LIBS"
    92231 LIBS="-lbind  $LIBS"
    92232 cat > conftest.$ac_ext <<EOF
    92233 #line 92234 "configure"
    92234 #include "confdefs.h"
    92235 /* Override any gcc2 internal prototype to avoid an error.  */
    92236 /* We use char because int might match the return type of a gcc2
    92237     builtin and then its argument prototype would still apply.  */
    92238 char __res_nmkquery();
    92239 
    92240 int main() {
    92241 __res_nmkquery()
    92242 ; return 0; }
    92243 EOF
    92244 if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    92245   rm -rf conftest*
    92246   eval "ac_cv_lib_$ac_lib_var=yes"
    92247 else
    92248   echo "configure: failed program was:" >&5
    92249   cat conftest.$ac_ext >&5
    92250   rm -rf conftest*
    92251   eval "ac_cv_lib_$ac_lib_var=no"
    92252 fi
    92253 rm -f conftest*
    92254 LIBS="$ac_save_LIBS"
    92255 
    92256 fi
    92257 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    92258   echo "$ac_t""yes" 1>&6
    92259   found=yes
    92260 else
    92261   echo "$ac_t""no" 1>&6
    92262 found=no
    92263 fi
    92264 
    92265  
    92266 fi
    92267 
    92268 
    92269   if test "$found" = "yes"; then
    92270     ac_libs=$LIBS
    92271     LIBS="$LIBS -lbind"
    92272     if test "$cross_compiling" = yes; then
    92273   found=no
    92274 else
    92275   cat > conftest.$ac_ext <<EOF
    92276 #line 92277 "configure"
    92277 #include "confdefs.h"
    92278 main() { return (0); }
    92279 EOF
    92280 if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    92281 then
    92282   found=yes
    92283 else
    92284   echo "configure: failed program was:" >&5
    92285   cat conftest.$ac_ext >&5
    92286   rm -fr conftest*
    92287   found=no
    92288 fi
    92289 rm -fr conftest*
    92290 fi
    92291 
    92292     LIBS=$ac_libs
    92293   fi
    92294 
    92295   if test "$found" = "yes"; then
    92296    
    92297  
    92298   case bind in
    92299   c|c_r|pthread*) ;;
    92300   *)
    92301       LIBS="-lbind $LIBS"
    92302    ;;
    92303   esac
    92304 
    92305 
    92306     cat >> confdefs.h <<\EOF
    92307 #define HAVE_RES_NMKQUERY 1
    92308 EOF
    92309 
    92310     cat >> confdefs.h <<\EOF
    92311 #define HAVE_LIBBIND 1
    92312 EOF
    92313 
    92314     ac_cv_func_res_nmkquery=yes
    92315   else
    92316    
    92317  
    9231892182  unset ac_cv_lib_socket_res_nmkquery
    9231992183  unset ac_cv_lib_socket___res_nmkquery
    9232092184  unset found
    9232192185  echo $ac_n "checking for res_nmkquery in -lsocket""... $ac_c" 1>&6
    92322 echo "configure:92323: checking for res_nmkquery in -lsocket" >&5
     92186echo "configure:92187: checking for res_nmkquery in -lsocket" >&5
    9232392187ac_lib_var=`echo socket'_'res_nmkquery | sed 'y%./+-%__p_%'`
    9232492188if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9232592189  echo $ac_n "(cached) $ac_c" 1>&6
     
    9232792191  ac_save_LIBS="$LIBS"
    9232892192LIBS="-lsocket  $LIBS"
    9232992193cat > conftest.$ac_ext <<EOF
    92330 #line 92331 "configure"
     92194#line 92195 "configure"
    9233192195#include "confdefs.h"
    9233292196/* Override any gcc2 internal prototype to avoid an error.  */
    9233392197/* We use char because int might match the return type of a gcc2
     
    9233892202res_nmkquery()
    9233992203; return 0; }
    9234092204EOF
    92341 if { (eval echo configure:92342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92205if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9234292206  rm -rf conftest*
    9234392207  eval "ac_cv_lib_$ac_lib_var=yes"
    9234492208else
     
    9235892222  echo "$ac_t""no" 1>&6
    9235992223
    9236092224    echo $ac_n "checking for __res_nmkquery in -lsocket""... $ac_c" 1>&6
    92361 echo "configure:92362: checking for __res_nmkquery in -lsocket" >&5
     92225echo "configure:92226: checking for __res_nmkquery in -lsocket" >&5
    9236292226ac_lib_var=`echo socket'_'__res_nmkquery | sed 'y%./+-%__p_%'`
    9236392227if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9236492228  echo $ac_n "(cached) $ac_c" 1>&6
     
    9236692230  ac_save_LIBS="$LIBS"
    9236792231LIBS="-lsocket  $LIBS"
    9236892232cat > conftest.$ac_ext <<EOF
    92369 #line 92370 "configure"
     92233#line 92234 "configure"
    9237092234#include "confdefs.h"
    9237192235/* Override any gcc2 internal prototype to avoid an error.  */
    9237292236/* We use char because int might match the return type of a gcc2
     
    9237792241__res_nmkquery()
    9237892242; return 0; }
    9237992243EOF
    92380 if { (eval echo configure:92381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92244if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9238192245  rm -rf conftest*
    9238292246  eval "ac_cv_lib_$ac_lib_var=yes"
    9238392247else
     
    9240992273  found=no
    9241092274else
    9241192275  cat > conftest.$ac_ext <<EOF
    92412 #line 92413 "configure"
     92276#line 92277 "configure"
    9241392277#include "confdefs.h"
    9241492278main() { return (0); }
    9241592279EOF
    92416 if { (eval echo configure:92417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     92280if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9241792281then
    9241892282  found=yes
    9241992283else
     
    9245792321
    9245892322  fi
    9245992323 
    92460 
    92461   fi
    92462  
    9246392324 ;;
    9246492325 
    9246592326  esac
     
    9247092331  unset found
    9247192332 
    9247292333  echo $ac_n "checking for res_nsend""... $ac_c" 1>&6
    92473 echo "configure:92474: checking for res_nsend" >&5
     92334echo "configure:92335: checking for res_nsend" >&5
    9247492335if eval "test \"`echo '$''{'ac_cv_func_res_nsend'+set}'`\" = set"; then
    9247592336  echo $ac_n "(cached) $ac_c" 1>&6
    9247692337else
    9247792338  cat > conftest.$ac_ext <<EOF
    92478 #line 92479 "configure"
     92339#line 92340 "configure"
    9247992340#include "confdefs.h"
    9248092341/* System header to define __stub macros and hopefully few prototypes,
    9248192342    which can conflict with char res_nsend(); below.  */
     
    9249892359
    9249992360; return 0; }
    9250092361EOF
    92501 if { (eval echo configure:92502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92362if { (eval echo configure:92363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9250292363  rm -rf conftest*
    9250392364  eval "ac_cv_func_res_nsend=yes"
    9250492365else
     
    9251692377else
    9251792378  echo "$ac_t""no" 1>&6
    9251892379 echo $ac_n "checking for __res_nsend""... $ac_c" 1>&6
    92519 echo "configure:92520: checking for __res_nsend" >&5
     92380echo "configure:92381: checking for __res_nsend" >&5
    9252092381if eval "test \"`echo '$''{'ac_cv_func___res_nsend'+set}'`\" = set"; then
    9252192382  echo $ac_n "(cached) $ac_c" 1>&6
    9252292383else
    9252392384  cat > conftest.$ac_ext <<EOF
    92524 #line 92525 "configure"
     92385#line 92386 "configure"
    9252592386#include "confdefs.h"
    9252692387/* System header to define __stub macros and hopefully few prototypes,
    9252792388    which can conflict with char __res_nsend(); below.  */
     
    9254492405
    9254592406; return 0; }
    9254692407EOF
    92547 if { (eval echo configure:92548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92408if { (eval echo configure:92409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9254892409  rm -rf conftest*
    9254992410  eval "ac_cv_func___res_nsend=yes"
    9255092411else
     
    9258292443  unset ac_cv_lib_resolv___res_nsend
    9258392444  unset found
    9258492445  echo $ac_n "checking for res_nsend in -lresolv""... $ac_c" 1>&6
    92585 echo "configure:92586: checking for res_nsend in -lresolv" >&5
     92446echo "configure:92447: checking for res_nsend in -lresolv" >&5
    9258692447ac_lib_var=`echo resolv'_'res_nsend | sed 'y%./+-%__p_%'`
    9258792448if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9258892449  echo $ac_n "(cached) $ac_c" 1>&6
     
    9259092451  ac_save_LIBS="$LIBS"
    9259192452LIBS="-lresolv  $LIBS"
    9259292453cat > conftest.$ac_ext <<EOF
    92593 #line 92594 "configure"
     92454#line 92455 "configure"
    9259492455#include "confdefs.h"
    9259592456/* Override any gcc2 internal prototype to avoid an error.  */
    9259692457/* We use char because int might match the return type of a gcc2
     
    9260192462res_nsend()
    9260292463; return 0; }
    9260392464EOF
    92604 if { (eval echo configure:92605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92465if { (eval echo configure:92466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9260592466  rm -rf conftest*
    9260692467  eval "ac_cv_lib_$ac_lib_var=yes"
    9260792468else
     
    9262192482  echo "$ac_t""no" 1>&6
    9262292483
    9262392484    echo $ac_n "checking for __res_nsend in -lresolv""... $ac_c" 1>&6
    92624 echo "configure:92625: checking for __res_nsend in -lresolv" >&5
     92485echo "configure:92486: checking for __res_nsend in -lresolv" >&5
    9262592486ac_lib_var=`echo resolv'_'__res_nsend | sed 'y%./+-%__p_%'`
    9262692487if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9262792488  echo $ac_n "(cached) $ac_c" 1>&6
     
    9262992490  ac_save_LIBS="$LIBS"
    9263092491LIBS="-lresolv  $LIBS"
    9263192492cat > conftest.$ac_ext <<EOF
    92632 #line 92633 "configure"
     92493#line 92494 "configure"
    9263392494#include "confdefs.h"
    9263492495/* Override any gcc2 internal prototype to avoid an error.  */
    9263592496/* We use char because int might match the return type of a gcc2
     
    9264092501__res_nsend()
    9264192502; return 0; }
    9264292503EOF
    92643 if { (eval echo configure:92644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92504if { (eval echo configure:92505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9264492505  rm -rf conftest*
    9264592506  eval "ac_cv_lib_$ac_lib_var=yes"
    9264692507else
     
    9267292533  found=no
    9267392534else
    9267492535  cat > conftest.$ac_ext <<EOF
    92675 #line 92676 "configure"
     92536#line 92537 "configure"
    9267692537#include "confdefs.h"
    9267792538main() { return (0); }
    9267892539EOF
    92679 if { (eval echo configure:92680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     92540if { (eval echo configure:92541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9268092541then
    9268192542  found=yes
    9268292543else
     
    9271492575  else
    9271592576   
    9271692577 
    92717   unset ac_cv_lib_bind_res_nsend
    92718   unset ac_cv_lib_bind___res_nsend
    92719   unset found
    92720   echo $ac_n "checking for res_nsend in -lbind""... $ac_c" 1>&6
    92721 echo "configure:92722: checking for res_nsend in -lbind" >&5
    92722 ac_lib_var=`echo bind'_'res_nsend | sed 'y%./+-%__p_%'`
    92723 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    92724   echo $ac_n "(cached) $ac_c" 1>&6
    92725 else
    92726   ac_save_LIBS="$LIBS"
    92727 LIBS="-lbind  $LIBS"
    92728 cat > conftest.$ac_ext <<EOF
    92729 #line 92730 "configure"
    92730 #include "confdefs.h"
    92731 /* Override any gcc2 internal prototype to avoid an error.  */
    92732 /* We use char because int might match the return type of a gcc2
    92733     builtin and then its argument prototype would still apply.  */
    92734 char res_nsend();
    92735 
    92736 int main() {
    92737 res_nsend()
    92738 ; return 0; }
    92739 EOF
    92740 if { (eval echo configure:92741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    92741   rm -rf conftest*
    92742   eval "ac_cv_lib_$ac_lib_var=yes"
    92743 else
    92744   echo "configure: failed program was:" >&5
    92745   cat conftest.$ac_ext >&5
    92746   rm -rf conftest*
    92747   eval "ac_cv_lib_$ac_lib_var=no"
    92748 fi
    92749 rm -f conftest*
    92750 LIBS="$ac_save_LIBS"
    92751 
    92752 fi
    92753 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    92754   echo "$ac_t""yes" 1>&6
    92755   found=yes
    92756 else
    92757   echo "$ac_t""no" 1>&6
    92758 
    92759     echo $ac_n "checking for __res_nsend in -lbind""... $ac_c" 1>&6
    92760 echo "configure:92761: checking for __res_nsend in -lbind" >&5
    92761 ac_lib_var=`echo bind'_'__res_nsend | sed 'y%./+-%__p_%'`
    92762 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    92763   echo $ac_n "(cached) $ac_c" 1>&6
    92764 else
    92765   ac_save_LIBS="$LIBS"
    92766 LIBS="-lbind  $LIBS"
    92767 cat > conftest.$ac_ext <<EOF
    92768 #line 92769 "configure"
    92769 #include "confdefs.h"
    92770 /* Override any gcc2 internal prototype to avoid an error.  */
    92771 /* We use char because int might match the return type of a gcc2
    92772     builtin and then its argument prototype would still apply.  */
    92773 char __res_nsend();
    92774 
    92775 int main() {
    92776 __res_nsend()
    92777 ; return 0; }
    92778 EOF
    92779 if { (eval echo configure:92780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    92780   rm -rf conftest*
    92781   eval "ac_cv_lib_$ac_lib_var=yes"
    92782 else
    92783   echo "configure: failed program was:" >&5
    92784   cat conftest.$ac_ext >&5
    92785   rm -rf conftest*
    92786   eval "ac_cv_lib_$ac_lib_var=no"
    92787 fi
    92788 rm -f conftest*
    92789 LIBS="$ac_save_LIBS"
    92790 
    92791 fi
    92792 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    92793   echo "$ac_t""yes" 1>&6
    92794   found=yes
    92795 else
    92796   echo "$ac_t""no" 1>&6
    92797 found=no
    92798 fi
    92799 
    92800  
    92801 fi
    92802 
    92803 
    92804   if test "$found" = "yes"; then
    92805     ac_libs=$LIBS
    92806     LIBS="$LIBS -lbind"
    92807     if test "$cross_compiling" = yes; then
    92808   found=no
    92809 else
    92810   cat > conftest.$ac_ext <<EOF
    92811 #line 92812 "configure"
    92812 #include "confdefs.h"
    92813 main() { return (0); }
    92814 EOF
    92815 if { (eval echo configure:92816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    92816 then
    92817   found=yes
    92818 else
    92819   echo "configure: failed program was:" >&5
    92820   cat conftest.$ac_ext >&5
    92821   rm -fr conftest*
    92822   found=no
    92823 fi
    92824 rm -fr conftest*
    92825 fi
    92826 
    92827     LIBS=$ac_libs
    92828   fi
    92829 
    92830   if test "$found" = "yes"; then
    92831    
    92832  
    92833   case bind in
    92834   c|c_r|pthread*) ;;
    92835   *)
    92836       LIBS="-lbind $LIBS"
    92837    ;;
    92838   esac
    92839 
    92840 
    92841     cat >> confdefs.h <<\EOF
    92842 #define HAVE_RES_NSEND 1
    92843 EOF
    92844 
    92845     cat >> confdefs.h <<\EOF
    92846 #define HAVE_LIBBIND 1
    92847 EOF
    92848 
    92849     ac_cv_func_res_nsend=yes
    92850   else
    92851    
    92852  
    9285392578  unset ac_cv_lib_socket_res_nsend
    9285492579  unset ac_cv_lib_socket___res_nsend
    9285592580  unset found
    9285692581  echo $ac_n "checking for res_nsend in -lsocket""... $ac_c" 1>&6
    92857 echo "configure:92858: checking for res_nsend in -lsocket" >&5
     92582echo "configure:92583: checking for res_nsend in -lsocket" >&5
    9285892583ac_lib_var=`echo socket'_'res_nsend | sed 'y%./+-%__p_%'`
    9285992584if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9286092585  echo $ac_n "(cached) $ac_c" 1>&6
     
    9286292587  ac_save_LIBS="$LIBS"
    9286392588LIBS="-lsocket  $LIBS"
    9286492589cat > conftest.$ac_ext <<EOF
    92865 #line 92866 "configure"
     92590#line 92591 "configure"
    9286692591#include "confdefs.h"
    9286792592/* Override any gcc2 internal prototype to avoid an error.  */
    9286892593/* We use char because int might match the return type of a gcc2
     
    9287392598res_nsend()
    9287492599; return 0; }
    9287592600EOF
    92876 if { (eval echo configure:92877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92601if { (eval echo configure:92602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9287792602  rm -rf conftest*
    9287892603  eval "ac_cv_lib_$ac_lib_var=yes"
    9287992604else
     
    9289392618  echo "$ac_t""no" 1>&6
    9289492619
    9289592620    echo $ac_n "checking for __res_nsend in -lsocket""... $ac_c" 1>&6
    92896 echo "configure:92897: checking for __res_nsend in -lsocket" >&5
     92621echo "configure:92622: checking for __res_nsend in -lsocket" >&5
    9289792622ac_lib_var=`echo socket'_'__res_nsend | sed 'y%./+-%__p_%'`
    9289892623if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9289992624  echo $ac_n "(cached) $ac_c" 1>&6
     
    9290192626  ac_save_LIBS="$LIBS"
    9290292627LIBS="-lsocket  $LIBS"
    9290392628cat > conftest.$ac_ext <<EOF
    92904 #line 92905 "configure"
     92629#line 92630 "configure"
    9290592630#include "confdefs.h"
    9290692631/* Override any gcc2 internal prototype to avoid an error.  */
    9290792632/* We use char because int might match the return type of a gcc2
     
    9291292637__res_nsend()
    9291392638; return 0; }
    9291492639EOF
    92915 if { (eval echo configure:92916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92640if { (eval echo configure:92641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9291692641  rm -rf conftest*
    9291792642  eval "ac_cv_lib_$ac_lib_var=yes"
    9291892643else
     
    9294492669  found=no
    9294592670else
    9294692671  cat > conftest.$ac_ext <<EOF
    92947 #line 92948 "configure"
     92672#line 92673 "configure"
    9294892673#include "confdefs.h"
    9294992674main() { return (0); }
    9295092675EOF
    92951 if { (eval echo configure:92952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     92676if { (eval echo configure:92677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9295292677then
    9295392678  found=yes
    9295492679else
     
    9299292717
    9299392718  fi
    9299492719 
    92995 
    92996   fi
    92997  
    9299892720 ;;
    9299992721 
    9300092722  esac
     
    9300592727  unset found
    9300692728 
    9300792729  echo $ac_n "checking for dn_expand""... $ac_c" 1>&6
    93008 echo "configure:93009: checking for dn_expand" >&5
     92730echo "configure:92731: checking for dn_expand" >&5
    9300992731if eval "test \"`echo '$''{'ac_cv_func_dn_expand'+set}'`\" = set"; then
    9301092732  echo $ac_n "(cached) $ac_c" 1>&6
    9301192733else
    9301292734  cat > conftest.$ac_ext <<EOF
    93013 #line 93014 "configure"
     92735#line 92736 "configure"
    9301492736#include "confdefs.h"
    9301592737/* System header to define __stub macros and hopefully few prototypes,
    9301692738    which can conflict with char dn_expand(); below.  */
     
    9303392755
    9303492756; return 0; }
    9303592757EOF
    93036 if { (eval echo configure:93037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92758if { (eval echo configure:92759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9303792759  rm -rf conftest*
    9303892760  eval "ac_cv_func_dn_expand=yes"
    9303992761else
     
    9305192773else
    9305292774  echo "$ac_t""no" 1>&6
    9305392775 echo $ac_n "checking for __dn_expand""... $ac_c" 1>&6
    93054 echo "configure:93055: checking for __dn_expand" >&5
     92776echo "configure:92777: checking for __dn_expand" >&5
    9305592777if eval "test \"`echo '$''{'ac_cv_func___dn_expand'+set}'`\" = set"; then
    9305692778  echo $ac_n "(cached) $ac_c" 1>&6
    9305792779else
    9305892780  cat > conftest.$ac_ext <<EOF
    93059 #line 93060 "configure"
     92781#line 92782 "configure"
    9306092782#include "confdefs.h"
    9306192783/* System header to define __stub macros and hopefully few prototypes,
    9306292784    which can conflict with char __dn_expand(); below.  */
     
    9307992801
    9308092802; return 0; }
    9308192803EOF
    93082 if { (eval echo configure:93083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92804if { (eval echo configure:92805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9308392805  rm -rf conftest*
    9308492806  eval "ac_cv_func___dn_expand=yes"
    9308592807else
     
    9311792839  unset ac_cv_lib_resolv___dn_expand
    9311892840  unset found
    9311992841  echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6
    93120 echo "configure:93121: checking for dn_expand in -lresolv" >&5
     92842echo "configure:92843: checking for dn_expand in -lresolv" >&5
    9312192843ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'`
    9312292844if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9312392845  echo $ac_n "(cached) $ac_c" 1>&6
     
    9312592847  ac_save_LIBS="$LIBS"
    9312692848LIBS="-lresolv  $LIBS"
    9312792849cat > conftest.$ac_ext <<EOF
    93128 #line 93129 "configure"
     92850#line 92851 "configure"
    9312992851#include "confdefs.h"
    9313092852/* Override any gcc2 internal prototype to avoid an error.  */
    9313192853/* We use char because int might match the return type of a gcc2
     
    9313692858dn_expand()
    9313792859; return 0; }
    9313892860EOF
    93139 if { (eval echo configure:93140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92861if { (eval echo configure:92862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9314092862  rm -rf conftest*
    9314192863  eval "ac_cv_lib_$ac_lib_var=yes"
    9314292864else
     
    9315692878  echo "$ac_t""no" 1>&6
    9315792879
    9315892880    echo $ac_n "checking for __dn_expand in -lresolv""... $ac_c" 1>&6
    93159 echo "configure:93160: checking for __dn_expand in -lresolv" >&5
     92881echo "configure:92882: checking for __dn_expand in -lresolv" >&5
    9316092882ac_lib_var=`echo resolv'_'__dn_expand | sed 'y%./+-%__p_%'`
    9316192883if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9316292884  echo $ac_n "(cached) $ac_c" 1>&6
     
    9316492886  ac_save_LIBS="$LIBS"
    9316592887LIBS="-lresolv  $LIBS"
    9316692888cat > conftest.$ac_ext <<EOF
    93167 #line 93168 "configure"
     92889#line 92890 "configure"
    9316892890#include "confdefs.h"
    9316992891/* Override any gcc2 internal prototype to avoid an error.  */
    9317092892/* We use char because int might match the return type of a gcc2
     
    9317592897__dn_expand()
    9317692898; return 0; }
    9317792899EOF
    93178 if { (eval echo configure:93179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92900if { (eval echo configure:92901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9317992901  rm -rf conftest*
    9318092902  eval "ac_cv_lib_$ac_lib_var=yes"
    9318192903else
     
    9320792929  found=no
    9320892930else
    9320992931  cat > conftest.$ac_ext <<EOF
    93210 #line 93211 "configure"
     92932#line 92933 "configure"
    9321192933#include "confdefs.h"
    9321292934main() { return (0); }
    9321392935EOF
    93214 if { (eval echo configure:93215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     92936if { (eval echo configure:92937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9321592937then
    9321692938  found=yes
    9321792939else
     
    9324992971  else
    9325092972   
    9325192973 
    93252   unset ac_cv_lib_bind_dn_expand
    93253   unset ac_cv_lib_bind___dn_expand
    93254   unset found
    93255   echo $ac_n "checking for dn_expand in -lbind""... $ac_c" 1>&6
    93256 echo "configure:93257: checking for dn_expand in -lbind" >&5
    93257 ac_lib_var=`echo bind'_'dn_expand | sed 'y%./+-%__p_%'`
    93258 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    93259   echo $ac_n "(cached) $ac_c" 1>&6
    93260 else
    93261   ac_save_LIBS="$LIBS"
    93262 LIBS="-lbind  $LIBS"
    93263 cat > conftest.$ac_ext <<EOF
    93264 #line 93265 "configure"
    93265 #include "confdefs.h"
    93266 /* Override any gcc2 internal prototype to avoid an error.  */
    93267 /* We use char because int might match the return type of a gcc2
    93268     builtin and then its argument prototype would still apply.  */
    93269 char dn_expand();
    93270 
    93271 int main() {
    93272 dn_expand()
    93273 ; return 0; }
    93274 EOF
    93275 if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    93276   rm -rf conftest*
    93277   eval "ac_cv_lib_$ac_lib_var=yes"
    93278 else
    93279   echo "configure: failed program was:" >&5
    93280   cat conftest.$ac_ext >&5
    93281   rm -rf conftest*
    93282   eval "ac_cv_lib_$ac_lib_var=no"
    93283 fi
    93284 rm -f conftest*
    93285 LIBS="$ac_save_LIBS"
    93286 
    93287 fi
    93288 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    93289   echo "$ac_t""yes" 1>&6
    93290   found=yes
    93291 else
    93292   echo "$ac_t""no" 1>&6
    93293 
    93294     echo $ac_n "checking for __dn_expand in -lbind""... $ac_c" 1>&6
    93295 echo "configure:93296: checking for __dn_expand in -lbind" >&5
    93296 ac_lib_var=`echo bind'_'__dn_expand | sed 'y%./+-%__p_%'`
    93297 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    93298   echo $ac_n "(cached) $ac_c" 1>&6
    93299 else
    93300   ac_save_LIBS="$LIBS"
    93301 LIBS="-lbind  $LIBS"
    93302 cat > conftest.$ac_ext <<EOF
    93303 #line 93304 "configure"
    93304 #include "confdefs.h"
    93305 /* Override any gcc2 internal prototype to avoid an error.  */
    93306 /* We use char because int might match the return type of a gcc2
    93307     builtin and then its argument prototype would still apply.  */
    93308 char __dn_expand();
    93309 
    93310 int main() {
    93311 __dn_expand()
    93312 ; return 0; }
    93313 EOF
    93314 if { (eval echo configure:93315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    93315   rm -rf conftest*
    93316   eval "ac_cv_lib_$ac_lib_var=yes"
    93317 else
    93318   echo "configure: failed program was:" >&5
    93319   cat conftest.$ac_ext >&5
    93320   rm -rf conftest*
    93321   eval "ac_cv_lib_$ac_lib_var=no"
    93322 fi
    93323 rm -f conftest*
    93324 LIBS="$ac_save_LIBS"
    93325 
    93326 fi
    93327 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
    93328   echo "$ac_t""yes" 1>&6
    93329   found=yes
    93330 else
    93331   echo "$ac_t""no" 1>&6
    93332 found=no
    93333 fi
    93334 
    93335  
    93336 fi
    93337 
    93338 
    93339   if test "$found" = "yes"; then
    93340     ac_libs=$LIBS
    93341     LIBS="$LIBS -lbind"
    93342     if test "$cross_compiling" = yes; then
    93343   found=no
    93344 else
    93345   cat > conftest.$ac_ext <<EOF
    93346 #line 93347 "configure"
    93347 #include "confdefs.h"
    93348 main() { return (0); }
    93349 EOF
    93350 if { (eval echo configure:93351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    93351 then
    93352   found=yes
    93353 else
    93354   echo "configure: failed program was:" >&5
    93355   cat conftest.$ac_ext >&5
    93356   rm -fr conftest*
    93357   found=no
    93358 fi
    93359 rm -fr conftest*
    93360 fi
    93361 
    93362     LIBS=$ac_libs
    93363   fi
    93364 
    93365   if test "$found" = "yes"; then
    93366    
    93367  
    93368   case bind in
    93369   c|c_r|pthread*) ;;
    93370   *)
    93371       LIBS="-lbind $LIBS"
    93372    ;;
    93373   esac
    93374 
    93375 
    93376     cat >> confdefs.h <<\EOF
    93377 #define HAVE_DN_EXPAND 1
    93378 EOF
    93379 
    93380     cat >> confdefs.h <<\EOF
    93381 #define HAVE_LIBBIND 1
    93382 EOF
    93383 
    93384     ac_cv_func_dn_expand=yes
    93385   else
    93386    
    93387  
    9338892974  unset ac_cv_lib_socket_dn_expand
    9338992975  unset ac_cv_lib_socket___dn_expand
    9339092976  unset found
    9339192977  echo $ac_n "checking for dn_expand in -lsocket""... $ac_c" 1>&6
    93392 echo "configure:93393: checking for dn_expand in -lsocket" >&5
     92978echo "configure:92979: checking for dn_expand in -lsocket" >&5
    9339392979ac_lib_var=`echo socket'_'dn_expand | sed 'y%./+-%__p_%'`
    9339492980if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9339592981  echo $ac_n "(cached) $ac_c" 1>&6
     
    9339792983  ac_save_LIBS="$LIBS"
    9339892984LIBS="-lsocket  $LIBS"
    9339992985cat > conftest.$ac_ext <<EOF
    93400 #line 93401 "configure"
     92986#line 92987 "configure"
    9340192987#include "confdefs.h"
    9340292988/* Override any gcc2 internal prototype to avoid an error.  */
    9340392989/* We use char because int might match the return type of a gcc2
     
    9340892994dn_expand()
    9340992995; return 0; }
    9341092996EOF
    93411 if { (eval echo configure:93412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     92997if { (eval echo configure:92998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9341292998  rm -rf conftest*
    9341392999  eval "ac_cv_lib_$ac_lib_var=yes"
    9341493000else
     
    9342893014  echo "$ac_t""no" 1>&6
    9342993015
    9343093016    echo $ac_n "checking for __dn_expand in -lsocket""... $ac_c" 1>&6
    93431 echo "configure:93432: checking for __dn_expand in -lsocket" >&5
     93017echo "configure:93018: checking for __dn_expand in -lsocket" >&5
    9343293018ac_lib_var=`echo socket'_'__dn_expand | sed 'y%./+-%__p_%'`
    9343393019if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9343493020  echo $ac_n "(cached) $ac_c" 1>&6
     
    9343693022  ac_save_LIBS="$LIBS"
    9343793023LIBS="-lsocket  $LIBS"
    9343893024cat > conftest.$ac_ext <<EOF
    93439 #line 93440 "configure"
     93025#line 93026 "configure"
    9344093026#include "confdefs.h"
    9344193027/* Override any gcc2 internal prototype to avoid an error.  */
    9344293028/* We use char because int might match the return type of a gcc2
     
    9344793033__dn_expand()
    9344893034; return 0; }
    9344993035EOF
    93450 if { (eval echo configure:93451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     93036if { (eval echo configure:93037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9345193037  rm -rf conftest*
    9345293038  eval "ac_cv_lib_$ac_lib_var=yes"
    9345393039else
     
    9347993065  found=no
    9348093066else
    9348193067  cat > conftest.$ac_ext <<EOF
    93482 #line 93483 "configure"
     93068#line 93069 "configure"
    9348393069#include "confdefs.h"
    9348493070main() { return (0); }
    9348593071EOF
    93486 if { (eval echo configure:93487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     93072if { (eval echo configure:93073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9348793073then
    9348893074  found=yes
    9348993075else
     
    9352793113
    9352893114  fi
    9352993115 
    93530 
    93531   fi
    93532  
    9353393116 ;;
    9353493117 
    9353593118  esac
    9353693119
    9353793120
    9353893121echo $ac_n "checking whether atof() accepts NAN""... $ac_c" 1>&6
    93539 echo "configure:93540: checking whether atof() accepts NAN" >&5
     93122echo "configure:93123: checking whether atof() accepts NAN" >&5
    9354093123if eval "test \"`echo '$''{'ac_cv_atof_accept_nan'+set}'`\" = set"; then
    9354193124  echo $ac_n "(cached) $ac_c" 1>&6
    9354293125else
     
    9354793130
    9354893131else
    9354993132  cat > conftest.$ac_ext <<EOF
    93550 #line 93551 "configure"
     93133#line 93134 "configure"
    9355193134#include "confdefs.h"
    9355293135
    9355393136#include <math.h>
     
    9356793150}
    9356893151
    9356993152EOF
    93570 if { (eval echo configure:93571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     93153if { (eval echo configure:93154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9357193154then
    9357293155 
    9357393156  ac_cv_atof_accept_nan=yes
     
    9359493177fi
    9359593178
    9359693179echo $ac_n "checking whether atof() accepts INF""... $ac_c" 1>&6
    93597 echo "configure:93598: checking whether atof() accepts INF" >&5
     93180echo "configure:93181: checking whether atof() accepts INF" >&5
    9359893181if eval "test \"`echo '$''{'ac_cv_atof_accept_inf'+set}'`\" = set"; then
    9359993182  echo $ac_n "(cached) $ac_c" 1>&6
    9360093183else
     
    9360593188
    9360693189else
    9360793190  cat > conftest.$ac_ext <<EOF
    93608 #line 93609 "configure"
     93191#line 93192 "configure"
    9360993192#include "confdefs.h"
    9361093193
    9361193194#include <math.h>
     
    9362893211}
    9362993212
    9363093213EOF
    93631 if { (eval echo configure:93632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     93214if { (eval echo configure:93215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9363293215then
    9363393216 
    9363493217  ac_cv_atof_accept_inf=yes
     
    9365593238fi
    9365693239
    9365793240echo $ac_n "checking whether HUGE_VAL == INF""... $ac_c" 1>&6
    93658 echo "configure:93659: checking whether HUGE_VAL == INF" >&5
     93241echo "configure:93242: checking whether HUGE_VAL == INF" >&5
    9365993242if eval "test \"`echo '$''{'ac_cv_huge_val_inf'+set}'`\" = set"; then
    9366093243  echo $ac_n "(cached) $ac_c" 1>&6
    9366193244else
     
    9366693249
    9366793250else
    9366893251  cat > conftest.$ac_ext <<EOF
    93669 #line 93670 "configure"
     93252#line 93253 "configure"
    9367093253#include "confdefs.h"
    9367193254
    9367293255#include <math.h>
     
    9368993272}
    9369093273
    9369193274EOF
    93692 if { (eval echo configure:93693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     93275if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9369393276then
    9369493277 
    9369593278  ac_cv_huge_val_inf=yes
     
    9371693299fi
    9371793300
    9371893301echo $ac_n "checking whether HUGE_VAL + -HUGEVAL == NAN""... $ac_c" 1>&6
    93719 echo "configure:93720: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5
     93302echo "configure:93303: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5
    9372093303if eval "test \"`echo '$''{'ac_cv_huge_val_nan'+set}'`\" = set"; then
    9372193304  echo $ac_n "(cached) $ac_c" 1>&6
    9372293305else
     
    9372793310
    9372893311else
    9372993312  cat > conftest.$ac_ext <<EOF
    93730 #line 93731 "configure"
     93313#line 93314 "configure"
    9373193314#include "confdefs.h"
    9373293315
    9373393316#include <math.h>
     
    9375293335}
    9375393336
    9375493337EOF
    93755 if { (eval echo configure:93756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     93338if { (eval echo configure:93339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9375693339then
    9375793340 
    9375893341  ac_cv_huge_val_nan=yes
     
    9377993362fi
    9378093363
    9378193364echo $ac_n "checking whether strptime() declaration fails""... $ac_c" 1>&6
    93782 echo "configure:93783: checking whether strptime() declaration fails" >&5
     93365echo "configure:93366: checking whether strptime() declaration fails" >&5
    9378393366if eval "test \"`echo '$''{'ac_cv_strptime_decl_fails'+set}'`\" = set"; then
    9378493367  echo $ac_n "(cached) $ac_c" 1>&6
    9378593368else
    9378693369 
    9378793370cat > conftest.$ac_ext <<EOF
    93788 #line 93789 "configure"
     93371#line 93372 "configure"
    9378993372#include "confdefs.h"
    9379093373
    9379193374#include <time.h>
     
    9380193384
    9380293385; return 0; }
    9380393386EOF
    93804 if { (eval echo configure:93805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     93387if { (eval echo configure:93388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    9380593388  rm -rf conftest*
    9380693389 
    9380793390  ac_cv_strptime_decl_fails=no
     
    9382993412do
    9383093413ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    9383193414echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    93832 echo "configure:93833: checking for $ac_hdr" >&5
     93415echo "configure:93416: checking for $ac_hdr" >&5
    9383393416if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    9383493417  echo $ac_n "(cached) $ac_c" 1>&6
    9383593418else
    9383693419  cat > conftest.$ac_ext <<EOF
    93837 #line 93838 "configure"
     93420#line 93421 "configure"
    9383893421#include "confdefs.h"
    9383993422#include <$ac_hdr>
    9384093423EOF
    9384193424ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    93842 { (eval echo configure:93843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     93425{ (eval echo configure:93426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9384393426ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9384493427if test -z "$ac_err"; then
    9384593428  rm -rf conftest*
     
    9386893451for ac_func in mblen
    9386993452do
    9387093453echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    93871 echo "configure:93872: checking for $ac_func" >&5
     93454echo "configure:93455: checking for $ac_func" >&5
    9387293455if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    9387393456  echo $ac_n "(cached) $ac_c" 1>&6
    9387493457else
    9387593458  cat > conftest.$ac_ext <<EOF
    93876 #line 93877 "configure"
     93459#line 93460 "configure"
    9387793460#include "confdefs.h"
    9387893461/* System header to define __stub macros and hopefully few prototypes,
    9387993462    which can conflict with char $ac_func(); below.  */
     
    9389693479
    9389793480; return 0; }
    9389893481EOF
    93899 if { (eval echo configure:93900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     93482if { (eval echo configure:93483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9390093483  rm -rf conftest*
    9390193484  eval "ac_cv_func_$ac_func=yes"
    9390293485else
     
    9392393506for ac_func in mbrlen mbsinit
    9392493507do
    9392593508echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    93926 echo "configure:93927: checking for $ac_func" >&5
     93509echo "configure:93510: checking for $ac_func" >&5
    9392793510if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    9392893511  echo $ac_n "(cached) $ac_c" 1>&6
    9392993512else
    9393093513  cat > conftest.$ac_ext <<EOF
    93931 #line 93932 "configure"
     93514#line 93515 "configure"
    9393293515#include "confdefs.h"
    9393393516/* System header to define __stub macros and hopefully few prototypes,
    9393493517    which can conflict with char $ac_func(); below.  */
     
    9395193534
    9395293535; return 0; }
    9395393536EOF
    93954 if { (eval echo configure:93955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     93537if { (eval echo configure:93538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9395593538  rm -rf conftest*
    9395693539  eval "ac_cv_func_$ac_func=yes"
    9395793540else
     
    9397693559done
    9397793560
    9397893561echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6
    93979 echo "configure:93980: checking for mbstate_t" >&5
     93562echo "configure:93563: checking for mbstate_t" >&5
    9398093563if eval "test \"`echo '$''{'ac_cv_type_mbstate_t'+set}'`\" = set"; then
    9398193564  echo $ac_n "(cached) $ac_c" 1>&6
    9398293565else
    9398393566 
    9398493567cat > conftest.$ac_ext <<EOF
    93985 #line 93986 "configure"
     93568#line 93569 "configure"
    9398693569#include "confdefs.h"
    9398793570
    9398893571#ifdef HAVE_WCHAR_H
     
    9399593578
    9399693579; return 0; }
    9399793580EOF
    93998 if { (eval echo configure:93999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     93581if { (eval echo configure:93582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    9399993582  rm -rf conftest*
    9400093583 
    9400193584  ac_cv_type_mbstate_t=yes
     
    9437193954php_with_sybase=no
    9437293955
    9437393956echo $ac_n "checking for Sybase support""... $ac_c" 1>&6
    94374 echo "configure:94375: checking for Sybase support" >&5
     93957echo "configure:93958: checking for Sybase support" >&5
    9437593958# Check whether --with-sybase or --without-sybase was given.
    9437693959if test "${with_sybase+set}" = set; then
    9437793960  withval="$with_sybase"
     
    9483294415  fi
    9483394416
    9483494417  echo $ac_n "checking for dnet_addr in -ldnet_stub""... $ac_c" 1>&6
    94835 echo "configure:94836: checking for dnet_addr in -ldnet_stub" >&5
     94418echo "configure:94419: checking for dnet_addr in -ldnet_stub" >&5
    9483694419ac_lib_var=`echo dnet_stub'_'dnet_addr | sed 'y%./+-%__p_%'`
    9483794420if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9483894421  echo $ac_n "(cached) $ac_c" 1>&6
     
    9484094423  ac_save_LIBS="$LIBS"
    9484194424LIBS="-ldnet_stub  $LIBS"
    9484294425cat > conftest.$ac_ext <<EOF
    94843 #line 94844 "configure"
     94426#line 94427 "configure"
    9484494427#include "confdefs.h"
    9484594428/* Override any gcc2 internal prototype to avoid an error.  */
    9484694429/* We use char because int might match the return type of a gcc2
     
    9485194434dnet_addr()
    9485294435; return 0; }
    9485394436EOF
    94854 if { (eval echo configure:94855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     94437if { (eval echo configure:94438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9485594438  rm -rf conftest*
    9485694439  eval "ac_cv_lib_$ac_lib_var=yes"
    9485794440else
     
    9497794560EOF
    9497894561
    9497994562  echo $ac_n "checking for tdsdbopen in -lsybdb""... $ac_c" 1>&6
    94980 echo "configure:94981: checking for tdsdbopen in -lsybdb" >&5
     94563echo "configure:94564: checking for tdsdbopen in -lsybdb" >&5
    9498194564ac_lib_var=`echo sybdb'_'tdsdbopen | sed 'y%./+-%__p_%'`
    9498294565if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9498394566  echo $ac_n "(cached) $ac_c" 1>&6
     
    9498594568  ac_save_LIBS="$LIBS"
    9498694569LIBS="-lsybdb  $LIBS"
    9498794570cat > conftest.$ac_ext <<EOF
    94988 #line 94989 "configure"
     94571#line 94572 "configure"
    9498994572#include "confdefs.h"
    9499094573/* Override any gcc2 internal prototype to avoid an error.  */
    9499194574/* We use char because int might match the return type of a gcc2
     
    9499694579tdsdbopen()
    9499794580; return 0; }
    9499894581EOF
    94999 if { (eval echo configure:95000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     94582if { (eval echo configure:94583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9500094583  rm -rf conftest*
    9500194584  eval "ac_cv_lib_$ac_lib_var=yes"
    9500294585else
     
    9503894621php_with_sybase_ct=no
    9503994622
    9504094623echo $ac_n "checking for Sybase-CT support""... $ac_c" 1>&6
    95041 echo "configure:95042: checking for Sybase-CT support" >&5
     94624echo "configure:94625: checking for Sybase-CT support" >&5
    9504294625# Check whether --with-sybase-ct or --without-sybase-ct was given.
    9504394626if test "${with_sybase_ct+set}" = set; then
    9504494627  withval="$with_sybase_ct"
     
    9567795260  done
    9567895261
    9567995262  echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
    95680 echo "configure:95681: checking for netg_errstr in -ltcl" >&5
     95263echo "configure:95264: checking for netg_errstr in -ltcl" >&5
    9568195264ac_lib_var=`echo tcl'_'netg_errstr | sed 'y%./+-%__p_%'`
    9568295265if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9568395266  echo $ac_n "(cached) $ac_c" 1>&6
     
    9568595268  ac_save_LIBS="$LIBS"
    9568695269LIBS="-ltcl  $LIBS"
    9568795270cat > conftest.$ac_ext <<EOF
    95688 #line 95689 "configure"
     95271#line 95272 "configure"
    9568995272#include "confdefs.h"
    9569095273/* Override any gcc2 internal prototype to avoid an error.  */
    9569195274/* We use char because int might match the return type of a gcc2
     
    9569695279netg_errstr()
    9569795280; return 0; }
    9569895281EOF
    95699 if { (eval echo configure:95700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     95282if { (eval echo configure:95283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9570095283  rm -rf conftest*
    9570195284  eval "ac_cv_lib_$ac_lib_var=yes"
    9570295285else
     
    9587195454  done
    9587295455
    9587395456  echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6
    95874 echo "configure:95875: checking for insck__getVdate in -linsck" >&5
     95457echo "configure:95458: checking for insck__getVdate in -linsck" >&5
    9587595458ac_lib_var=`echo insck'_'insck__getVdate | sed 'y%./+-%__p_%'`
    9587695459if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9587795460  echo $ac_n "(cached) $ac_c" 1>&6
     
    9587995462  ac_save_LIBS="$LIBS"
    9588095463LIBS="-linsck  $LIBS"
    9588195464cat > conftest.$ac_ext <<EOF
    95882 #line 95883 "configure"
     95465#line 95466 "configure"
    9588395466#include "confdefs.h"
    9588495467/* Override any gcc2 internal prototype to avoid an error.  */
    9588595468/* We use char because int might match the return type of a gcc2
     
    9589095473insck__getVdate()
    9589195474; return 0; }
    9589295475EOF
    95893 if { (eval echo configure:95894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     95476if { (eval echo configure:95477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9589495477  rm -rf conftest*
    9589595478  eval "ac_cv_lib_$ac_lib_var=yes"
    9589695479else
     
    9603895621  done
    9603995622
    9604095623  echo $ac_n "checking for bsd_tcp in -linsck""... $ac_c" 1>&6
    96041 echo "configure:96042: checking for bsd_tcp in -linsck" >&5
     95624echo "configure:95625: checking for bsd_tcp in -linsck" >&5
    9604295625ac_lib_var=`echo insck'_'bsd_tcp | sed 'y%./+-%__p_%'`
    9604395626if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9604495627  echo $ac_n "(cached) $ac_c" 1>&6
     
    9604695629  ac_save_LIBS="$LIBS"
    9604795630LIBS="-linsck  $LIBS"
    9604895631cat > conftest.$ac_ext <<EOF
    96049 #line 96050 "configure"
     95632#line 95633 "configure"
    9605095633#include "confdefs.h"
    9605195634/* Override any gcc2 internal prototype to avoid an error.  */
    9605295635/* We use char because int might match the return type of a gcc2
     
    9605795640bsd_tcp()
    9605895641; return 0; }
    9605995642EOF
    96060 if { (eval echo configure:96061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     95643if { (eval echo configure:95644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9606195644  rm -rf conftest*
    9606295645  eval "ac_cv_lib_$ac_lib_var=yes"
    9606395646else
     
    9611795700php_enable_sysvmsg=no
    9611895701
    9611995702echo $ac_n "checking whether to enable System V IPC support""... $ac_c" 1>&6
    96120 echo "configure:96121: checking whether to enable System V IPC support" >&5
     95703echo "configure:95704: checking whether to enable System V IPC support" >&5
    9612195704# Check whether --enable-sysvmsg or --disable-sysvmsg was given.
    9612295705if test "${enable_sysvmsg+set}" = set; then
    9612395706  enableval="$enable_sysvmsg"
     
    9616395746if test "$PHP_SYSVMSG" != "no"; then
    9616495747  ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'`
    9616595748echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6
    96166 echo "configure:96167: checking for sys/msg.h" >&5
     95749echo "configure:95750: checking for sys/msg.h" >&5
    9616795750if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    9616895751  echo $ac_n "(cached) $ac_c" 1>&6
    9616995752else
    9617095753  cat > conftest.$ac_ext <<EOF
    96171 #line 96172 "configure"
     95754#line 95755 "configure"
    9617295755#include "confdefs.h"
    9617395756#include <sys/msg.h>
    9617495757EOF
    9617595758ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    96176 { (eval echo configure:96177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     95759{ (eval echo configure:95760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    9617795760ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    9617895761if test -z "$ac_err"; then
    9617995762  rm -rf conftest*
     
    9648996072php_enable_sysvsem=no
    9649096073
    9649196074echo $ac_n "checking whether to enable System V semaphore support""... $ac_c" 1>&6
    96492 echo "configure:96493: checking whether to enable System V semaphore support" >&5
     96075echo "configure:96076: checking whether to enable System V semaphore support" >&5
    9649396076# Check whether --enable-sysvsem or --disable-sysvsem was given.
    9649496077if test "${enable_sysvsem+set}" = set; then
    9649596078  enableval="$enable_sysvsem"
     
    9681996402EOF
    9682096403
    9682196404 echo $ac_n "checking for union semun""... $ac_c" 1>&6
    96822 echo "configure:96823: checking for union semun" >&5
     96405echo "configure:96406: checking for union semun" >&5
    9682396406if eval "test \"`echo '$''{'php_cv_semun'+set}'`\" = set"; then
    9682496407  echo $ac_n "(cached) $ac_c" 1>&6
    9682596408else
    9682696409  cat > conftest.$ac_ext <<EOF
    96827 #line 96828 "configure"
     96410#line 96411 "configure"
    9682896411#include "confdefs.h"
    9682996412
    9683096413#include <sys/types.h>
     
    9683596418union semun x;
    9683696419; return 0; }
    9683796420EOF
    96838 if { (eval echo configure:96839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     96421if { (eval echo configure:96422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    9683996422  rm -rf conftest*
    9684096423 
    9684196424     php_cv_semun=yes
     
    9687196454php_enable_sysvshm=no
    9687296455
    9687396456echo $ac_n "checking whether to enable System V shared memory support""... $ac_c" 1>&6
    96874 echo "configure:96875: checking whether to enable System V shared memory support" >&5
     96457echo "configure:96458: checking whether to enable System V shared memory support" >&5
    9687596458# Check whether --enable-sysvshm or --disable-sysvshm was given.
    9687696459if test "${enable_sysvshm+set}" = set; then
    9687796460  enableval="$enable_sysvshm"
     
    9720796790php_with_tidy=no
    9720896791
    9720996792echo $ac_n "checking for TIDY support""... $ac_c" 1>&6
    97210 echo "configure:97211: checking for TIDY support" >&5
     96793echo "configure:96794: checking for TIDY support" >&5
    9721196794# Check whether --with-tidy or --without-tidy was given.
    9721296795if test "${with_tidy+set}" = set; then
    9721396796  withval="$with_tidy"
     
    9749997082  done
    9750097083
    9750197084  echo $ac_n "checking for tidyOptGetDoc in -ltidy""... $ac_c" 1>&6
    97502 echo "configure:97503: checking for tidyOptGetDoc in -ltidy" >&5
     97085echo "configure:97086: checking for tidyOptGetDoc in -ltidy" >&5
    9750397086ac_lib_var=`echo tidy'_'tidyOptGetDoc | sed 'y%./+-%__p_%'`
    9750497087if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    9750597088  echo $ac_n "(cached) $ac_c" 1>&6
     
    9750797090  ac_save_LIBS="$LIBS"
    9750897091LIBS="-ltidy  $LIBS"
    9750997092cat > conftest.$ac_ext <<EOF
    97510 #line 97511 "configure"
     97093#line 97094 "configure"
    9751197094#include "confdefs.h"
    9751297095/* Override any gcc2 internal prototype to avoid an error.  */
    9751397096/* We use char because int might match the return type of a gcc2
     
    9751897101tidyOptGetDoc()
    9751997102; return 0; }
    9752097103EOF
    97521 if { (eval echo configure:97522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     97104if { (eval echo configure:97105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9752297105  rm -rf conftest*
    9752397106  eval "ac_cv_lib_$ac_lib_var=yes"
    9752497107else
     
    9785197434php_enable_tokenizer=yes
    9785297435
    9785397436echo $ac_n "checking whether to enable tokenizer support""... $ac_c" 1>&6
    97854 echo "configure:97855: checking whether to enable tokenizer support" >&5
     97437echo "configure:97438: checking whether to enable tokenizer support" >&5
    9785597438# Check whether --enable-tokenizer or --disable-tokenizer was given.
    9785697439if test "${enable_tokenizer+set}" = set; then
    9785797440  enableval="$enable_tokenizer"
     
    9818997772php_enable_wddx=no
    9819097773
    9819197774echo $ac_n "checking whether to enable WDDX support""... $ac_c" 1>&6
    98192 echo "configure:98193: checking whether to enable WDDX support" >&5
     97775echo "configure:97776: checking whether to enable WDDX support" >&5
    9819397776# Check whether --enable-wddx or --disable-wddx was given.
    9819497777if test "${enable_wddx+set}" = set; then
    9819597778  enableval="$enable_wddx"
     
    9823797820php_with_libxml_dir=no
    9823897821
    9823997822echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
    98240 echo "configure:98241: checking libxml2 install dir" >&5
     97823echo "configure:97824: checking libxml2 install dir" >&5
    9824197824# Check whether --with-libxml-dir or --without-libxml-dir was given.
    9824297825if test "${with_libxml_dir+set}" = set; then
    9824397826  withval="$with_libxml_dir"
     
    9826497847php_with_libexpat_dir=no
    9826597848
    9826697849echo $ac_n "checking libexpat dir for WDDX""... $ac_c" 1>&6
    98267 echo "configure:98268: checking libexpat dir for WDDX" >&5
     97850echo "configure:97851: checking libexpat dir for WDDX" >&5
    9826897851# Check whether --with-libexpat-dir or --without-libexpat-dir was given.
    9826997852if test "${with_libexpat_dir+set}" = set; then
    9827097853  withval="$with_libexpat_dir"
     
    9829597878
    9829697879   
    9829797880echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
    98298 echo "configure:98299: checking for xml2-config path" >&5
     97881echo "configure:97882: checking for xml2-config path" >&5
    9829997882if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
    9830097883  echo $ac_n "(cached) $ac_c" 1>&6
    9830197884else
     
    9845398036
    9845498037
    9845598038            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
    98456 echo "configure:98457: checking whether libxml build works" >&5
     98039echo "configure:98040: checking whether libxml build works" >&5
    9845798040if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
    9845898041  echo $ac_n "(cached) $ac_c" 1>&6
    9845998042else
     
    9846998052 
    9847098053else
    9847198054  cat > conftest.$ac_ext <<EOF
    98472 #line 98473 "configure"
     98055#line 98056 "configure"
    9847398056#include "confdefs.h"
    9847498057
    9847598058   
     
    9848098063    }
    9848198064 
    9848298065EOF
    98483 if { (eval echo configure:98484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     98066if { (eval echo configure:98067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9848498067then
    9848598068 
    9848698069    LIBS=$old_LIBS
     
    9903698619php_enable_xml=yes
    9903798620
    9903898621echo $ac_n "checking whether to enable XML support""... $ac_c" 1>&6
    99039 echo "configure:99040: checking whether to enable XML support" >&5
     98622echo "configure:98623: checking whether to enable XML support" >&5
    9904098623# Check whether --enable-xml or --disable-xml was given.
    9904198624if test "${enable_xml+set}" = set; then
    9904298625  enableval="$enable_xml"
     
    9908498667php_with_libxml_dir=no
    9908598668
    9908698669echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
    99087 echo "configure:99088: checking libxml2 install dir" >&5
     98670echo "configure:98671: checking libxml2 install dir" >&5
    9908898671# Check whether --with-libxml-dir or --without-libxml-dir was given.
    9908998672if test "${with_libxml_dir+set}" = set; then
    9909098673  withval="$with_libxml_dir"
     
    9911198694php_with_libexpat_dir=no
    9911298695
    9911398696echo $ac_n "checking libexpat install dir""... $ac_c" 1>&6
    99114 echo "configure:99115: checking libexpat install dir" >&5
     98697echo "configure:98698: checking libexpat install dir" >&5
    9911598698# Check whether --with-libexpat-dir or --without-libexpat-dir was given.
    9911698699if test "${with_libexpat_dir+set}" = set; then
    9911798700  withval="$with_libexpat_dir"
     
    9914398726
    9914498727   
    9914598728echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
    99146 echo "configure:99147: checking for xml2-config path" >&5
     98729echo "configure:98730: checking for xml2-config path" >&5
    9914798730if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
    9914898731  echo $ac_n "(cached) $ac_c" 1>&6
    9914998732else
     
    9930198884
    9930298885
    9930398886            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
    99304 echo "configure:99305: checking whether libxml build works" >&5
     98887echo "configure:98888: checking whether libxml build works" >&5
    9930598888if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
    9930698889  echo $ac_n "(cached) $ac_c" 1>&6
    9930798890else
     
    9931798900 
    9931898901else
    9931998902  cat > conftest.$ac_ext <<EOF
    99320 #line 99321 "configure"
     98903#line 98904 "configure"
    9932198904#include "confdefs.h"
    9932298905
    9932398906   
     
    9932898911    }
    9932998912 
    9933098913EOF
    99331 if { (eval echo configure:99332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     98914if { (eval echo configure:98915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    9933298915then
    9933398916 
    9933498917    LIBS=$old_LIBS
     
    9985399436php_enable_xmlreader=yes
    9985499437
    9985599438echo $ac_n "checking whether to enable XMLReader support""... $ac_c" 1>&6
    99856 echo "configure:99857: checking whether to enable XMLReader support" >&5
     99439echo "configure:99440: checking whether to enable XMLReader support" >&5
    9985799440# Check whether --enable-xmlreader or --disable-xmlreader was given.
    9985899441if test "${enable_xmlreader+set}" = set; then
    9985999442  enableval="$enable_xmlreader"
     
    9990199484php_with_libxml_dir=no
    9990299485
    9990399486echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
    99904 echo "configure:99905: checking libxml2 install dir" >&5
     99487echo "configure:99488: checking libxml2 install dir" >&5
    9990599488# Check whether --with-libxml-dir or --without-libxml-dir was given.
    9990699489if test "${with_libxml_dir+set}" = set; then
    9990799490  withval="$with_libxml_dir"
     
    9993299515
    9993399516 
    9993499517echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
    99935 echo "configure:99936: checking for xml2-config path" >&5
     99518echo "configure:99519: checking for xml2-config path" >&5
    9993699519if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
    9993799520  echo $ac_n "(cached) $ac_c" 1>&6
    9993899521else
     
    10009099673
    10009199674
    10009299675            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
    100093 echo "configure:100094: checking whether libxml build works" >&5
     99676echo "configure:99677: checking whether libxml build works" >&5
    10009499677if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
    10009599678  echo $ac_n "(cached) $ac_c" 1>&6
    10009699679else
     
    10010699689 
    10010799690else
    10010899691  cat > conftest.$ac_ext <<EOF
    100109 #line 100110 "configure"
     99692#line 99693 "configure"
    10011099693#include "confdefs.h"
    10011199694
    10011299695   
     
    10011799700    }
    10011899701 
    10011999702EOF
    100120 if { (eval echo configure:100121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     99703if { (eval echo configure:99704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    10012199704then
    10012299705 
    10012399706    LIBS=$old_LIBS
     
    100488100071php_with_xmlrpc=no
    100489100072
    100490100073echo $ac_n "checking for XMLRPC-EPI support""... $ac_c" 1>&6
    100491 echo "configure:100492: checking for XMLRPC-EPI support" >&5
     100074echo "configure:100075: checking for XMLRPC-EPI support" >&5
    100492100075# Check whether --with-xmlrpc or --without-xmlrpc was given.
    100493100076if test "${with_xmlrpc+set}" = set; then
    100494100077  withval="$with_xmlrpc"
     
    100536100119php_with_libxml_dir=no
    100537100120
    100538100121echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
    100539 echo "configure:100540: checking libxml2 install dir" >&5
     100122echo "configure:100123: checking libxml2 install dir" >&5
    100540100123# Check whether --with-libxml-dir or --without-libxml-dir was given.
    100541100124if test "${with_libxml_dir+set}" = set; then
    100542100125  withval="$with_libxml_dir"
     
    100563100146php_with_libexpat_dir=no
    100564100147
    100565100148echo $ac_n "checking libexpat dir for XMLRPC-EPI""... $ac_c" 1>&6
    100566 echo "configure:100567: checking libexpat dir for XMLRPC-EPI" >&5
     100149echo "configure:100150: checking libexpat dir for XMLRPC-EPI" >&5
    100567100150# Check whether --with-libexpat-dir or --without-libexpat-dir was given.
    100568100151if test "${with_libexpat_dir+set}" = set; then
    100569100152  withval="$with_libexpat_dir"
     
    100589100172php_with_iconv_dir=no
    100590100173
    100591100174echo $ac_n "checking iconv dir for XMLRPC-EPI""... $ac_c" 1>&6
    100592 echo "configure:100593: checking iconv dir for XMLRPC-EPI" >&5
     100175echo "configure:100176: checking iconv dir for XMLRPC-EPI" >&5
    100593100176# Check whether --with-iconv-dir or --without-iconv-dir was given.
    100594100177if test "${with_iconv_dir+set}" = set; then
    100595100178  withval="$with_iconv_dir"
     
    100648100231
    100649100232   
    100650100233echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
    100651 echo "configure:100652: checking for xml2-config path" >&5
     100234echo "configure:100235: checking for xml2-config path" >&5
    100652100235if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
    100653100236  echo $ac_n "(cached) $ac_c" 1>&6
    100654100237else
     
    100806100389
    100807100390
    100808100391            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
    100809 echo "configure:100810: checking whether libxml build works" >&5
     100392echo "configure:100393: checking whether libxml build works" >&5
    100810100393if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
    100811100394  echo $ac_n "(cached) $ac_c" 1>&6
    100812100395else
     
    100822100405 
    100823100406else
    100824100407  cat > conftest.$ac_ext <<EOF
    100825 #line 100826 "configure"
     100408#line 100409 "configure"
    100826100409#include "confdefs.h"
    100827100410
    100828100411   
     
    100833100416    }
    100834100417 
    100835100418EOF
    100836 if { (eval echo configure:100837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     100419if { (eval echo configure:100420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    100837100420then
    100838100421 
    100839100422    LIBS=$old_LIBS
     
    101098100681
    101099100682        if test "$PHP_ICONV" = "yes"; then
    101100100683    echo $ac_n "checking for iconv""... $ac_c" 1>&6
    101101 echo "configure:101102: checking for iconv" >&5
     100684echo "configure:100685: checking for iconv" >&5
    101102100685if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then
    101103100686  echo $ac_n "(cached) $ac_c" 1>&6
    101104100687else
    101105100688  cat > conftest.$ac_ext <<EOF
    101106 #line 101107 "configure"
     100689#line 100690 "configure"
    101107100690#include "confdefs.h"
    101108100691/* System header to define __stub macros and hopefully few prototypes,
    101109100692    which can conflict with char iconv(); below.  */
     
    101126100709
    101127100710; return 0; }
    101128100711EOF
    101129 if { (eval echo configure:101130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     100712if { (eval echo configure:100713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    101130100713  rm -rf conftest*
    101131100714  eval "ac_cv_func_iconv=yes"
    101132100715else
     
    101147100730  echo "$ac_t""no" 1>&6
    101148100731
    101149100732      echo $ac_n "checking for libiconv""... $ac_c" 1>&6
    101150 echo "configure:101151: checking for libiconv" >&5
     100733echo "configure:100734: checking for libiconv" >&5
    101151100734if eval "test \"`echo '$''{'ac_cv_func_libiconv'+set}'`\" = set"; then
    101152100735  echo $ac_n "(cached) $ac_c" 1>&6
    101153100736else
    101154100737  cat > conftest.$ac_ext <<EOF
    101155 #line 101156 "configure"
     100738#line 100739 "configure"
    101156100739#include "confdefs.h"
    101157100740/* System header to define __stub macros and hopefully few prototypes,
    101158100741    which can conflict with char libiconv(); below.  */
     
    101175100758
    101176100759; return 0; }
    101177100760EOF
    101178 if { (eval echo configure:101179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     100761if { (eval echo configure:100762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    101179100762  rm -rf conftest*
    101180100763  eval "ac_cv_func_libiconv=yes"
    101181100764else
     
    101331100914  done
    101332100915
    101333100916  echo $ac_n "checking for libiconv in -l$iconv_lib_name""... $ac_c" 1>&6
    101334 echo "configure:101335: checking for libiconv in -l$iconv_lib_name" >&5
     100917echo "configure:100918: checking for libiconv in -l$iconv_lib_name" >&5
    101335100918ac_lib_var=`echo $iconv_lib_name'_'libiconv | sed 'y%./+-%__p_%'`
    101336100919if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    101337100920  echo $ac_n "(cached) $ac_c" 1>&6
     
    101339100922  ac_save_LIBS="$LIBS"
    101340100923LIBS="-l$iconv_lib_name  $LIBS"
    101341100924cat > conftest.$ac_ext <<EOF
    101342 #line 101343 "configure"
     100925#line 100926 "configure"
    101343100926#include "confdefs.h"
    101344100927/* Override any gcc2 internal prototype to avoid an error.  */
    101345100928/* We use char because int might match the return type of a gcc2
     
    101350100933libiconv()
    101351100934; return 0; }
    101352100935EOF
    101353 if { (eval echo configure:101354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     100936if { (eval echo configure:100937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    101354100937  rm -rf conftest*
    101355100938  eval "ac_cv_lib_$ac_lib_var=yes"
    101356100939else
     
    101484101067  done
    101485101068
    101486101069  echo $ac_n "checking for iconv in -l$iconv_lib_name""... $ac_c" 1>&6
    101487 echo "configure:101488: checking for iconv in -l$iconv_lib_name" >&5
     101070echo "configure:101071: checking for iconv in -l$iconv_lib_name" >&5
    101488101071ac_lib_var=`echo $iconv_lib_name'_'iconv | sed 'y%./+-%__p_%'`
    101489101072if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    101490101073  echo $ac_n "(cached) $ac_c" 1>&6
     
    101492101075  ac_save_LIBS="$LIBS"
    101493101076LIBS="-l$iconv_lib_name  $LIBS"
    101494101077cat > conftest.$ac_ext <<EOF
    101495 #line 101496 "configure"
     101078#line 101079 "configure"
    101496101079#include "confdefs.h"
    101497101080/* Override any gcc2 internal prototype to avoid an error.  */
    101498101081/* We use char because int might match the return type of a gcc2
     
    101503101086iconv()
    101504101087; return 0; }
    101505101088EOF
    101506 if { (eval echo configure:101507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     101089if { (eval echo configure:101090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    101507101090  rm -rf conftest*
    101508101091  eval "ac_cv_lib_$ac_lib_var=yes"
    101509101092else
     
    101692101275  # Extract the first word of "ranlib", so it can be a program name with args.
    101693101276set dummy ranlib; ac_word=$2
    101694101277echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    101695 echo "configure:101696: checking for $ac_word" >&5
     101278echo "configure:101279: checking for $ac_word" >&5
    101696101279if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    101697101280  echo $ac_n "(cached) $ac_c" 1>&6
    101698101281else
     
    101720101303fi
    101721101304
    101722101305echo $ac_n "checking for inline""... $ac_c" 1>&6
    101723 echo "configure:101724: checking for inline" >&5
     101306echo "configure:101307: checking for inline" >&5
    101724101307if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    101725101308  echo $ac_n "(cached) $ac_c" 1>&6
    101726101309else
    101727101310  ac_cv_c_inline=no
    101728101311for ac_kw in inline __inline__ __inline; do
    101729101312  cat > conftest.$ac_ext <<EOF
    101730 #line 101731 "configure"
     101313#line 101314 "configure"
    101731101314#include "confdefs.h"
    101732101315
    101733101316int main() {
    101734101317} $ac_kw foo() {
    101735101318; return 0; }
    101736101319EOF
    101737 if { (eval echo configure:101738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     101320if { (eval echo configure:101321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    101738101321  rm -rf conftest*
    101739101322  ac_cv_c_inline=$ac_kw; break
    101740101323else
     
    101772101355
    101773101356
    101774101357echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    101775 echo "configure:101776: checking for ANSI C header files" >&5
     101358echo "configure:101359: checking for ANSI C header files" >&5
    101776101359if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    101777101360  echo $ac_n "(cached) $ac_c" 1>&6
    101778101361else
    101779101362  cat > conftest.$ac_ext <<EOF
    101780 #line 101781 "configure"
     101363#line 101364 "configure"
    101781101364#include "confdefs.h"
    101782101365#include <stdlib.h>
    101783101366#include <stdarg.h>
     
    101785101368#include <float.h>
    101786101369EOF
    101787101370ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    101788 { (eval echo configure:101789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     101371{ (eval echo configure:101372: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    101789101372ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    101790101373if test -z "$ac_err"; then
    101791101374  rm -rf conftest*
     
    101802101385if test $ac_cv_header_stdc = yes; then
    101803101386  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    101804101387cat > conftest.$ac_ext <<EOF
    101805 #line 101806 "configure"
     101388#line 101389 "configure"
    101806101389#include "confdefs.h"
    101807101390#include <string.h>
    101808101391EOF
     
    101820101403if test $ac_cv_header_stdc = yes; then
    101821101404  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    101822101405cat > conftest.$ac_ext <<EOF
    101823 #line 101824 "configure"
     101406#line 101407 "configure"
    101824101407#include "confdefs.h"
    101825101408#include <stdlib.h>
    101826101409EOF
     
    101841101424  :
    101842101425else
    101843101426  cat > conftest.$ac_ext <<EOF
    101844 #line 101845 "configure"
     101427#line 101428 "configure"
    101845101428#include "confdefs.h"
    101846101429#include <ctype.h>
    101847101430#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
     
    101852101435exit (0); }
    101853101436
    101854101437EOF
    101855 if { (eval echo configure:101856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     101438if { (eval echo configure:101439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    101856101439then
    101857101440  :
    101858101441else
     
    101879101462do
    101880101463ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    101881101464echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    101882 echo "configure:101883: checking for $ac_hdr" >&5
     101465echo "configure:101466: checking for $ac_hdr" >&5
    101883101466if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    101884101467  echo $ac_n "(cached) $ac_c" 1>&6
    101885101468else
    101886101469  cat > conftest.$ac_ext <<EOF
    101887 #line 101888 "configure"
     101470#line 101471 "configure"
    101888101471#include "confdefs.h"
    101889101472#include <$ac_hdr>
    101890101473EOF
    101891101474ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    101892 { (eval echo configure:101893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     101475{ (eval echo configure:101476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    101893101476ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    101894101477if test -z "$ac_err"; then
    101895101478  rm -rf conftest*
     
    101921101504
    101922101505
    101923101506echo $ac_n "checking size of char""... $ac_c" 1>&6
    101924 echo "configure:101925: checking size of char" >&5
     101507echo "configure:101508: checking size of char" >&5
    101925101508if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
    101926101509  echo $ac_n "(cached) $ac_c" 1>&6
    101927101510else
     
    101929101512  ac_cv_sizeof_char=1
    101930101513else
    101931101514  cat > conftest.$ac_ext <<EOF
    101932 #line 101933 "configure"
     101515#line 101516 "configure"
    101933101516#include "confdefs.h"
    101934101517#include <stdio.h>
    101935 int main()
     101518main()
    101936101519{
    101937101520  FILE *f=fopen("conftestval", "w");
    101938   if (!f) return(1);
     101521  if (!f) exit(1);
    101939101522  fprintf(f, "%d\n", sizeof(char));
    101940   return(0);
     101523  exit(0);
    101941101524}
    101942101525EOF
    101943 if { (eval echo configure:101944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     101526if { (eval echo configure:101527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    101944101527then
    101945101528  ac_cv_sizeof_char=`cat conftestval`
    101946101529else
     
    101961101544
    101962101545
    101963101546echo $ac_n "checking size of int""... $ac_c" 1>&6
    101964 echo "configure:101965: checking size of int" >&5
     101547echo "configure:101548: checking size of int" >&5
    101965101548if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    101966101549  echo $ac_n "(cached) $ac_c" 1>&6
    101967101550else
     
    101969101552  ac_cv_sizeof_int=4
    101970101553else
    101971101554  cat > conftest.$ac_ext <<EOF
    101972 #line 101973 "configure"
     101555#line 101556 "configure"
    101973101556#include "confdefs.h"
    101974101557#include <stdio.h>
    101975 int main()
     101558main()
    101976101559{
    101977101560  FILE *f=fopen("conftestval", "w");
    101978   if (!f) return(1);
     101561  if (!f) exit(1);
    101979101562  fprintf(f, "%d\n", sizeof(int));
    101980   return(0);
     101563  exit(0);
    101981101564}
    101982101565EOF
    101983 if { (eval echo configure:101984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     101566if { (eval echo configure:101567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    101984101567then
    101985101568  ac_cv_sizeof_int=`cat conftestval`
    101986101569else
     
    102000101583
    102001101584
    102002101585echo $ac_n "checking size of long""... $ac_c" 1>&6
    102003 echo "configure:102004: checking size of long" >&5
     101586echo "configure:101587: checking size of long" >&5
    102004101587if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    102005101588  echo $ac_n "(cached) $ac_c" 1>&6
    102006101589else
     
    102008101591  ac_cv_sizeof_long=4
    102009101592else
    102010101593  cat > conftest.$ac_ext <<EOF
    102011 #line 102012 "configure"
     101594#line 101595 "configure"
    102012101595#include "confdefs.h"
    102013101596#include <stdio.h>
    102014 int main()
     101597main()
    102015101598{
    102016101599  FILE *f=fopen("conftestval", "w");
    102017   if (!f) return(1);
     101600  if (!f) exit(1);
    102018101601  fprintf(f, "%d\n", sizeof(long));
    102019   return(0);
     101602  exit(0);
    102020101603}
    102021101604EOF
    102022 if { (eval echo configure:102023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     101605if { (eval echo configure:101606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    102023101606then
    102024101607  ac_cv_sizeof_long=`cat conftestval`
    102025101608else
     
    102039101622
    102040101623
    102041101624echo $ac_n "checking size of long long""... $ac_c" 1>&6
    102042 echo "configure:102043: checking size of long long" >&5
     101625echo "configure:101626: checking size of long long" >&5
    102043101626if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    102044101627  echo $ac_n "(cached) $ac_c" 1>&6
    102045101628else
     
    102047101630  ac_cv_sizeof_long_long=8
    102048101631else
    102049101632  cat > conftest.$ac_ext <<EOF
    102050 #line 102051 "configure"
     101633#line 101634 "configure"
    102051101634#include "confdefs.h"
    102052101635#include <stdio.h>
    102053 int main()
     101636main()
    102054101637{
    102055101638  FILE *f=fopen("conftestval", "w");
    102056   if (!f) return(1);
     101639  if (!f) exit(1);
    102057101640  fprintf(f, "%d\n", sizeof(long long));
    102058   return(0);
     101641  exit(0);
    102059101642}
    102060101643EOF
    102061 if { (eval echo configure:102062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     101644if { (eval echo configure:101645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    102062101645then
    102063101646  ac_cv_sizeof_long_long=`cat conftestval`
    102064101647else
     
    102078101661
    102079101662
    102080101663echo $ac_n "checking for size_t""... $ac_c" 1>&6
    102081 echo "configure:102082: checking for size_t" >&5
     101664echo "configure:101665: checking for size_t" >&5
    102082101665if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    102083101666  echo $ac_n "(cached) $ac_c" 1>&6
    102084101667else
    102085101668  cat > conftest.$ac_ext <<EOF
    102086 #line 102087 "configure"
     101669#line 101670 "configure"
    102087101670#include "confdefs.h"
    102088101671#include <sys/types.h>
    102089101672#if STDC_HEADERS
     
    102111101694fi
    102112101695
    102113101696echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    102114 echo "configure:102115: checking whether time.h and sys/time.h may both be included" >&5
     101697echo "configure:101698: checking whether time.h and sys/time.h may both be included" >&5
    102115101698if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    102116101699  echo $ac_n "(cached) $ac_c" 1>&6
    102117101700else
    102118101701  cat > conftest.$ac_ext <<EOF
    102119 #line 102120 "configure"
     101702#line 101703 "configure"
    102120101703#include "confdefs.h"
    102121101704#include <sys/types.h>
    102122101705#include <sys/time.h>
     
    102125101708struct tm *tp;
    102126101709; return 0; }
    102127101710EOF
    102128 if { (eval echo configure:102129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     101711if { (eval echo configure:101712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    102129101712  rm -rf conftest*
    102130101713  ac_cv_header_time=yes
    102131101714else
     
    102146101729fi
    102147101730
    102148101731echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
    102149 echo "configure:102150: checking for uid_t in sys/types.h" >&5
     101732echo "configure:101733: checking for uid_t in sys/types.h" >&5
    102150101733if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
    102151101734  echo $ac_n "(cached) $ac_c" 1>&6
    102152101735else
    102153101736  cat > conftest.$ac_ext <<EOF
    102154 #line 102155 "configure"
     101737#line 101738 "configure"
    102155101738#include "confdefs.h"
    102156101739#include <sys/types.h>
    102157101740EOF
     
    102191101774 memcpy memmove
    102192101775do
    102193101776echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    102194 echo "configure:102195: checking for $ac_func" >&5
     101777echo "configure:101778: checking for $ac_func" >&5
    102195101778if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    102196101779  echo $ac_n "(cached) $ac_c" 1>&6
    102197101780else
    102198101781  cat > conftest.$ac_ext <<EOF
    102199 #line 102200 "configure"
     101782#line 101783 "configure"
    102200101783#include "confdefs.h"
    102201101784/* System header to define __stub macros and hopefully few prototypes,
    102202101785    which can conflict with char $ac_func(); below.  */
     
    102219101802
    102220101803; return 0; }
    102221101804EOF
    102222 if { (eval echo configure:102223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     101805if { (eval echo configure:101806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    102223101806  rm -rf conftest*
    102224101807  eval "ac_cv_func_$ac_func=yes"
    102225101808else
     
    102562102145    XMLRPC_DIR=$PHP_XMLRPC/include/xmlrpc-epi
    102563102146  else
    102564102147    echo $ac_n "checking for XMLRPC-EPI in default path""... $ac_c" 1>&6
    102565 echo "configure:102566: checking for XMLRPC-EPI in default path" >&5
     102148echo "configure:102149: checking for XMLRPC-EPI in default path" >&5
    102566102149    for i in /usr/local /usr; do
    102567102150      if test -r $i/include/xmlrpc.h; then
    102568102151        XMLRPC_DIR=$i/include
     
    102994102577php_enable_xmlwriter=yes
    102995102578
    102996102579echo $ac_n "checking whether to enable XMLWriter support""... $ac_c" 1>&6
    102997 echo "configure:102998: checking whether to enable XMLWriter support" >&5
     102580echo "configure:102581: checking whether to enable XMLWriter support" >&5
    102998102581# Check whether --enable-xmlwriter or --disable-xmlwriter was given.
    102999102582if test "${enable_xmlwriter+set}" = set; then
    103000102583  enableval="$enable_xmlwriter"
     
    103042102625php_with_libxml_dir=no
    103043102626
    103044102627echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
    103045 echo "configure:103046: checking libxml2 install dir" >&5
     102628echo "configure:102629: checking libxml2 install dir" >&5
    103046102629# Check whether --with-libxml-dir or --without-libxml-dir was given.
    103047102630if test "${with_libxml_dir+set}" = set; then
    103048102631  withval="$with_libxml_dir"
     
    103073102656
    103074102657 
    103075102658echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
    103076 echo "configure:103077: checking for xml2-config path" >&5
     102659echo "configure:102660: checking for xml2-config path" >&5
    103077102660if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
    103078102661  echo $ac_n "(cached) $ac_c" 1>&6
    103079102662else
     
    103231102814
    103232102815
    103233102816            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
    103234 echo "configure:103235: checking whether libxml build works" >&5
     102817echo "configure:102818: checking whether libxml build works" >&5
    103235102818if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
    103236102819  echo $ac_n "(cached) $ac_c" 1>&6
    103237102820else
     
    103247102830 
    103248102831else
    103249102832  cat > conftest.$ac_ext <<EOF
    103250 #line 103251 "configure"
     102833#line 102834 "configure"
    103251102834#include "confdefs.h"
    103252102835
    103253102836   
     
    103258102841    }
    103259102842 
    103260102843EOF
    103261 if { (eval echo configure:103262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     102844if { (eval echo configure:102845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    103262102845then
    103263102846 
    103264102847    LIBS=$old_LIBS
     
    103597103180php_with_xsl=no
    103598103181
    103599103182echo $ac_n "checking for XSL support""... $ac_c" 1>&6
    103600 echo "configure:103601: checking for XSL support" >&5
     103183echo "configure:103184: checking for XSL support" >&5
    103601103184# Check whether --with-xsl or --without-xsl was given.
    103602103185if test "${with_xsl+set}" = set; then
    103603103186  withval="$with_xsl"
     
    103800103383
    103801103384     
    103802103385      echo $ac_n "checking for EXSLT support""... $ac_c" 1>&6
    103803 echo "configure:103804: checking for EXSLT support" >&5
     103386echo "configure:103387: checking for EXSLT support" >&5
    103804103387      for i in $PHP_XSL /usr/local /usr; do
    103805103388        if test -r "$i/include/libexslt/exslt.h"; then
    103806103389          PHP_XSL_EXSL_DIR=$i
     
    104265103848php_enable_zip=no
    104266103849
    104267103850echo $ac_n "checking for zip archive read/writesupport""... $ac_c" 1>&6
    104268 echo "configure:104269: checking for zip archive read/writesupport" >&5
     103851echo "configure:103852: checking for zip archive read/writesupport" >&5
    104269103852# Check whether --enable-zip or --disable-zip was given.
    104270103853if test "${enable_zip+set}" = set; then
    104271103854  enableval="$enable_zip"
     
    104313103896php_with_zlib_dir=no
    104314103897
    104315103898echo $ac_n "checking for the location of libz""... $ac_c" 1>&6
    104316 echo "configure:104317: checking for the location of libz" >&5
     103899echo "configure:103900: checking for the location of libz" >&5
    104317103900# Check whether --with-zlib-dir or --without-zlib-dir was given.
    104318103901if test "${with_zlib_dir+set}" = set; then
    104319103902  withval="$with_zlib_dir"
     
    104361103944        fi
    104362103945
    104363103946                echo $ac_n "checking for the location of zlib""... $ac_c" 1>&6
    104364 echo "configure:104365: checking for the location of zlib" >&5
     103947echo "configure:103948: checking for the location of zlib" >&5
    104365103948        if test "$PHP_ZLIB_DIR" = "no"; then
    104366103949                { echo "configure: error: zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located" 1>&2; exit 1; }
    104367103950        else
     
    104878104461php_with_pear=DEFAULT
    104879104462
    104880104463echo $ac_n "checking whether to install PEAR""... $ac_c" 1>&6
    104881 echo "configure:104882: checking whether to install PEAR" >&5
     104464echo "configure:104465: checking whether to install PEAR" >&5
    104882104465# Check whether --with-pear or --without-pear was given.
    104883104466if test "${with_pear+set}" = set; then
    104884104467  withval="$with_pear"
     
    104988104571  bison_version=none
    104989104572  if test "$YACC"; then
    104990104573    echo $ac_n "checking for bison version""... $ac_c" 1>&6
    104991 echo "configure:104992: checking for bison version" >&5
     104574echo "configure:104575: checking for bison version" >&5
    104992104575if eval "test \"`echo '$''{'php_cv_bison_version'+set}'`\" = set"; then
    104993104576  echo $ac_n "(cached) $ac_c" 1>&6
    104994104577else
     
    105045104628do
    105046104629ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    105047104630echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    105048 echo "configure:105049: checking for $ac_hdr" >&5
     104631echo "configure:104632: checking for $ac_hdr" >&5
    105049104632if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    105050104633  echo $ac_n "(cached) $ac_c" 1>&6
    105051104634else
    105052104635  cat > conftest.$ac_ext <<EOF
    105053 #line 105054 "configure"
     104636#line 104637 "configure"
    105054104637#include "confdefs.h"
    105055104638#include <$ac_hdr>
    105056104639EOF
    105057104640ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    105058 { (eval echo configure:105059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     104641{ (eval echo configure:104642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    105059104642ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    105060104643if test -z "$ac_err"; then
    105061104644  rm -rf conftest*
     
    105083104666
    105084104667
    105085104668echo $ac_n "checking for size_t""... $ac_c" 1>&6
    105086 echo "configure:105087: checking for size_t" >&5
     104669echo "configure:104670: checking for size_t" >&5
    105087104670if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    105088104671  echo $ac_n "(cached) $ac_c" 1>&6
    105089104672else
    105090104673  cat > conftest.$ac_ext <<EOF
    105091 #line 105092 "configure"
     104674#line 104675 "configure"
    105092104675#include "confdefs.h"
    105093104676#include <sys/types.h>
    105094104677#if STDC_HEADERS
     
    105116104699fi
    105117104700
    105118104701echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
    105119 echo "configure:105120: checking return type of signal handlers" >&5
     104702echo "configure:104703: checking return type of signal handlers" >&5
    105120104703if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
    105121104704  echo $ac_n "(cached) $ac_c" 1>&6
    105122104705else
    105123104706  cat > conftest.$ac_ext <<EOF
    105124 #line 105125 "configure"
     104707#line 104708 "configure"
    105125104708#include "confdefs.h"
    105126104709#include <sys/types.h>
    105127104710#include <signal.h>
     
    105138104721int i;
    105139104722; return 0; }
    105140104723EOF
    105141 if { (eval echo configure:105142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     104724if { (eval echo configure:104725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    105142104725  rm -rf conftest*
    105143104726  ac_cv_type_signal=void
    105144104727else
     
    105162104745
    105163104746
    105164104747echo $ac_n "checking for uint""... $ac_c" 1>&6
    105165 echo "configure:105166: checking for uint" >&5
     104748echo "configure:104749: checking for uint" >&5
    105166104749if eval "test \"`echo '$''{'ac_cv_type_uint'+set}'`\" = set"; then
    105167104750  echo $ac_n "(cached) $ac_c" 1>&6
    105168104751else
    105169104752  cat > conftest.$ac_ext <<EOF
    105170 #line 105171 "configure"
     104753#line 104754 "configure"
    105171104754#include "confdefs.h"
    105172104755#include <sys/types.h>
    105173104756#if STDC_HEADERS
     
    105195104778fi
    105196104779
    105197104780echo $ac_n "checking for ulong""... $ac_c" 1>&6
    105198 echo "configure:105199: checking for ulong" >&5
     104781echo "configure:104782: checking for ulong" >&5
    105199104782if eval "test \"`echo '$''{'ac_cv_type_ulong'+set}'`\" = set"; then
    105200104783  echo $ac_n "(cached) $ac_c" 1>&6
    105201104784else
    105202104785  cat > conftest.$ac_ext <<EOF
    105203 #line 105204 "configure"
     104786#line 104787 "configure"
    105204104787#include "confdefs.h"
    105205104788#include <sys/types.h>
    105206104789#if STDC_HEADERS
     
    105230104813
    105231104814
    105232104815echo $ac_n "checking for int32_t""... $ac_c" 1>&6
    105233 echo "configure:105234: checking for int32_t" >&5
     104816echo "configure:104817: checking for int32_t" >&5
    105234104817cat > conftest.$ac_ext <<EOF
    105235 #line 105236 "configure"
     104818#line 104819 "configure"
    105236104819#include "confdefs.h"
    105237104820
    105238104821#if HAVE_SYS_TYPES_H 
     
    105251104834
    105252104835; return 0; }
    105253104836EOF
    105254 if { (eval echo configure:105255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     104837if { (eval echo configure:104838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    105255104838  rm -rf conftest*
    105256104839 
    105257104840  cat >> confdefs.h <<EOF
     
    105270104853rm -f conftest*
    105271104854
    105272104855echo $ac_n "checking for uint32_t""... $ac_c" 1>&6
    105273 echo "configure:105274: checking for uint32_t" >&5
     104856echo "configure:104857: checking for uint32_t" >&5
    105274104857cat > conftest.$ac_ext <<EOF
    105275 #line 105276 "configure"
     104858#line 104859 "configure"
    105276104859#include "confdefs.h"
    105277104860
    105278104861#if HAVE_SYS_TYPES_H 
     
    105291104874
    105292104875; return 0; }
    105293104876EOF
    105294 if { (eval echo configure:105295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     104877if { (eval echo configure:104878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    105295104878  rm -rf conftest*
    105296104879 
    105297104880  cat >> confdefs.h <<EOF
     
    105310104893rm -f conftest*
    105311104894
    105312104895echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    105313 echo "configure:105314: checking for vprintf" >&5
     104896echo "configure:104897: checking for vprintf" >&5
    105314104897if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    105315104898  echo $ac_n "(cached) $ac_c" 1>&6
    105316104899else
    105317104900  cat > conftest.$ac_ext <<EOF
    105318 #line 105319 "configure"
     104901#line 104902 "configure"
    105319104902#include "confdefs.h"
    105320104903/* System header to define __stub macros and hopefully few prototypes,
    105321104904    which can conflict with char vprintf(); below.  */
     
    105338104921
    105339104922; return 0; }
    105340104923EOF
    105341 if { (eval echo configure:105342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     104924if { (eval echo configure:104925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    105342104925  rm -rf conftest*
    105343104926  eval "ac_cv_func_vprintf=yes"
    105344104927else
     
    105362104945
    105363104946if test "$ac_cv_func_vprintf" != yes; then
    105364104947echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    105365 echo "configure:105366: checking for _doprnt" >&5
     104948echo "configure:104949: checking for _doprnt" >&5
    105366104949if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    105367104950  echo $ac_n "(cached) $ac_c" 1>&6
    105368104951else
    105369104952  cat > conftest.$ac_ext <<EOF
    105370 #line 105371 "configure"
     104953#line 104954 "configure"
    105371104954#include "confdefs.h"
    105372104955/* System header to define __stub macros and hopefully few prototypes,
    105373104956    which can conflict with char _doprnt(); below.  */
     
    105390104973
    105391104974; return 0; }
    105392104975EOF
    105393 if { (eval echo configure:105394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     104976if { (eval echo configure:104977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    105394104977  rm -rf conftest*
    105395104978  eval "ac_cv_func__doprnt=yes"
    105396104979else
     
    105415104998fi
    105416104999
    105417105000echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
    105418 echo "configure:105419: checking for 8-bit clean memcmp" >&5
     105001echo "configure:105002: checking for 8-bit clean memcmp" >&5
    105419105002if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
    105420105003  echo $ac_n "(cached) $ac_c" 1>&6
    105421105004else
     
    105423105006  ac_cv_func_memcmp_clean=no
    105424105007else
    105425105008  cat > conftest.$ac_ext <<EOF
    105426 #line 105427 "configure"
     105009#line 105010 "configure"
    105427105010#include "confdefs.h"
    105428105011
    105429105012main()
     
    105433105016}
    105434105017
    105435105018EOF
    105436 if { (eval echo configure:105437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     105019if { (eval echo configure:105020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    105437105020then
    105438105021  ac_cv_func_memcmp_clean=yes
    105439105022else
     
    105453105036# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
    105454105037# for constant arguments.  Useless!
    105455105038echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    105456 echo "configure:105457: checking for working alloca.h" >&5
     105039echo "configure:105040: checking for working alloca.h" >&5
    105457105040if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    105458105041  echo $ac_n "(cached) $ac_c" 1>&6
    105459105042else
    105460105043  cat > conftest.$ac_ext <<EOF
    105461 #line 105462 "configure"
     105044#line 105045 "configure"
    105462105045#include "confdefs.h"
    105463105046#include <alloca.h>
    105464105047int main() {
    105465105048char *p = alloca(2 * sizeof(int));
    105466105049; return 0; }
    105467105050EOF
    105468 if { (eval echo configure:105469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     105051if { (eval echo configure:105052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    105469105052  rm -rf conftest*
    105470105053  ac_cv_header_alloca_h=yes
    105471105054else
     
    105486105069fi
    105487105070
    105488105071echo $ac_n "checking for alloca""... $ac_c" 1>&6
    105489 echo "configure:105490: checking for alloca" >&5
     105072echo "configure:105073: checking for alloca" >&5
    105490105073if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    105491105074  echo $ac_n "(cached) $ac_c" 1>&6
    105492105075else
    105493105076  cat > conftest.$ac_ext <<EOF
    105494 #line 105495 "configure"
     105077#line 105078 "configure"
    105495105078#include "confdefs.h"
    105496105079
    105497105080#ifdef __GNUC__
     
    105519105102char *p = (char *) alloca(1);
    105520105103; return 0; }
    105521105104EOF
    105522 if { (eval echo configure:105523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     105105if { (eval echo configure:105106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    105523105106  rm -rf conftest*
    105524105107  ac_cv_func_alloca_works=yes
    105525105108else
     
    105551105134
    105552105135
    105553105136echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    105554 echo "configure:105555: checking whether alloca needs Cray hooks" >&5
     105137echo "configure:105138: checking whether alloca needs Cray hooks" >&5
    105555105138if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    105556105139  echo $ac_n "(cached) $ac_c" 1>&6
    105557105140else
    105558105141  cat > conftest.$ac_ext <<EOF
    105559 #line 105560 "configure"
     105142#line 105143 "configure"
    105560105143#include "confdefs.h"
    105561105144#if defined(CRAY) && ! defined(CRAY2)
    105562105145webecray
     
    105581105164if test $ac_cv_os_cray = yes; then
    105582105165for ac_func in _getb67 GETB67 getb67; do
    105583105166  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    105584 echo "configure:105585: checking for $ac_func" >&5
     105167echo "configure:105168: checking for $ac_func" >&5
    105585105168if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    105586105169  echo $ac_n "(cached) $ac_c" 1>&6
    105587105170else
    105588105171  cat > conftest.$ac_ext <<EOF
    105589 #line 105590 "configure"
     105172#line 105173 "configure"
    105590105173#include "confdefs.h"
    105591105174/* System header to define __stub macros and hopefully few prototypes,
    105592105175    which can conflict with char $ac_func(); below.  */
     
    105609105192
    105610105193; return 0; }
    105611105194EOF
    105612 if { (eval echo configure:105613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     105195if { (eval echo configure:105196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    105613105196  rm -rf conftest*
    105614105197  eval "ac_cv_func_$ac_func=yes"
    105615105198else
     
    105636105219fi
    105637105220
    105638105221echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    105639 echo "configure:105640: checking stack direction for C alloca" >&5
     105222echo "configure:105223: checking stack direction for C alloca" >&5
    105640105223if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    105641105224  echo $ac_n "(cached) $ac_c" 1>&6
    105642105225else
     
    105644105227  ac_cv_c_stack_direction=0
    105645105228else
    105646105229  cat > conftest.$ac_ext <<EOF
    105647 #line 105648 "configure"
     105230#line 105231 "configure"
    105648105231#include "confdefs.h"
    105649105232find_stack_direction ()
    105650105233{
     
    105663105246  exit (find_stack_direction() < 0);
    105664105247}
    105665105248EOF
    105666 if { (eval echo configure:105667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     105249if { (eval echo configure:105250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    105667105250then
    105668105251  ac_cv_c_stack_direction=1
    105669105252else
     
    105687105270for ac_func in memcpy strdup getpid kill strtod strtol finite fpclass
    105688105271do
    105689105272echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    105690 echo "configure:105691: checking for $ac_func" >&5
     105273echo "configure:105274: checking for $ac_func" >&5
    105691105274if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    105692105275  echo $ac_n "(cached) $ac_c" 1>&6
    105693105276else
    105694105277  cat > conftest.$ac_ext <<EOF
    105695 #line 105696 "configure"
     105278#line 105279 "configure"
    105696105279#include "confdefs.h"
    105697105280/* System header to define __stub macros and hopefully few prototypes,
    105698105281    which can conflict with char $ac_func(); below.  */
     
    105715105298
    105716105299; return 0; }
    105717105300EOF
    105718 if { (eval echo configure:105719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     105301if { (eval echo configure:105302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    105719105302  rm -rf conftest*
    105720105303  eval "ac_cv_func_$ac_func=yes"
    105721105304else
     
    105741105324
    105742105325
    105743105326  echo $ac_n "checking whether sprintf is broken""... $ac_c" 1>&6
    105744 echo "configure:105745: checking whether sprintf is broken" >&5
     105327echo "configure:105328: checking whether sprintf is broken" >&5
    105745105328if eval "test \"`echo '$''{'ac_cv_broken_sprintf'+set}'`\" = set"; then
    105746105329  echo $ac_n "(cached) $ac_c" 1>&6
    105747105330else
     
    105752105335   
    105753105336else
    105754105337  cat > conftest.$ac_ext <<EOF
    105755 #line 105756 "configure"
     105338#line 105339 "configure"
    105756105339#include "confdefs.h"
    105757105340main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
    105758105341EOF
    105759 if { (eval echo configure:105760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     105342if { (eval echo configure:105343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    105760105343then
    105761105344 
    105762105345      ac_cv_broken_sprintf=no
     
    105790105373for ac_func in finite isfinite isinf isnan
    105791105374do
    105792105375echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    105793 echo "configure:105794: checking for $ac_func" >&5
     105376echo "configure:105377: checking for $ac_func" >&5
    105794105377if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    105795105378  echo $ac_n "(cached) $ac_c" 1>&6
    105796105379else
    105797105380  cat > conftest.$ac_ext <<EOF
    105798 #line 105799 "configure"
     105381#line 105382 "configure"
    105799105382#include "confdefs.h"
    105800105383/* System header to define __stub macros and hopefully few prototypes,
    105801105384    which can conflict with char $ac_func(); below.  */
     
    105818105401
    105819105402; return 0; }
    105820105403EOF
    105821 if { (eval echo configure:105822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     105404if { (eval echo configure:105405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    105822105405  rm -rf conftest*
    105823105406  eval "ac_cv_func_$ac_func=yes"
    105824105407else
     
    105845105428
    105846105429
    105847105430  echo $ac_n "checking whether fp_except is defined""... $ac_c" 1>&6
    105848 echo "configure:105849: checking whether fp_except is defined" >&5
     105431echo "configure:105432: checking whether fp_except is defined" >&5
    105849105432if eval "test \"`echo '$''{'ac_cv_type_fp_except'+set}'`\" = set"; then
    105850105433  echo $ac_n "(cached) $ac_c" 1>&6
    105851105434else
    105852105435 
    105853105436    cat > conftest.$ac_ext <<EOF
    105854 #line 105855 "configure"
     105437#line 105438 "configure"
    105855105438#include "confdefs.h"
    105856105439
    105857105440#include <floatingpoint.h>
     
    105862105445
    105863105446; return 0; }
    105864105447EOF
    105865 if { (eval echo configure:105866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     105448if { (eval echo configure:105449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    105866105449  rm -rf conftest*
    105867105450 
    105868105451     ac_cv_type_fp_except=yes
     
    105892105475do
    105893105476ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    105894105477echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    105895 echo "configure:105896: checking for $ac_hdr" >&5
     105478echo "configure:105479: checking for $ac_hdr" >&5
    105896105479if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    105897105480  echo $ac_n "(cached) $ac_c" 1>&6
    105898105481else
    105899105482  cat > conftest.$ac_ext <<EOF
    105900 #line 105901 "configure"
     105483#line 105484 "configure"
    105901105484#include "confdefs.h"
    105902105485#include <$ac_hdr>
    105903105486EOF
    105904105487ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    105905 { (eval echo configure:105906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     105488{ (eval echo configure:105489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    105906105489ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    105907105490if test -z "$ac_err"; then
    105908105491  rm -rf conftest*
     
    105930105513
    105931105514
    105932105515echo $ac_n "checking whether dlsym() requires a leading underscore in symbol names""... $ac_c" 1>&6
    105933 echo "configure:105934: checking whether dlsym() requires a leading underscore in symbol names" >&5
     105516echo "configure:105517: checking whether dlsym() requires a leading underscore in symbol names" >&5
    105934105517if test "$cross_compiling" = yes; then :
    105935105518 
    105936105519else
    105937105520  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    105938105521  lt_status=$lt_dlunknown
    105939105522  cat > conftest.$ac_ext <<EOF
    105940 #line 105941 "configure"
     105523#line 105524 "configure"
    105941105524#include "confdefs.h"
    105942105525
    105943105526#if HAVE_DLFCN_H
     
    105998105581    exit (status);
    105999105582}
    106000105583EOF
    106001   if { (eval echo configure:106002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
     105584  if { (eval echo configure:105585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
    106002105585    (./conftest; exit; ) >&5 2>/dev/null
    106003105586    lt_status=$?
    106004105587    case x$lt_status in
     
    106081105664
    106082105665
    106083105666echo $ac_n "checking virtual machine dispatch method""... $ac_c" 1>&6
    106084 echo "configure:106085: checking virtual machine dispatch method" >&5
     105667echo "configure:105668: checking virtual machine dispatch method" >&5
    106085105668echo "$ac_t""$PHP_ZEND_VM" 1>&6
    106086105669
    106087105670echo $ac_n "checking whether to enable thread-safety""... $ac_c" 1>&6
    106088 echo "configure:106089: checking whether to enable thread-safety" >&5
     105671echo "configure:105672: checking whether to enable thread-safety" >&5
    106089105672echo "$ac_t""$ZEND_MAINTAINER_ZTS" 1>&6
    106090105673
    106091105674echo $ac_n "checking whether to enable inline optimization for GCC""... $ac_c" 1>&6
    106092 echo "configure:106093: checking whether to enable inline optimization for GCC" >&5
     105675echo "configure:105676: checking whether to enable inline optimization for GCC" >&5
    106093105676echo "$ac_t""$ZEND_INLINE_OPTIMIZATION" 1>&6
    106094105677
    106095105678echo $ac_n "checking whether to enable Zend debugging""... $ac_c" 1>&6
    106096 echo "configure:106097: checking whether to enable Zend debugging" >&5
     105679echo "configure:105680: checking whether to enable Zend debugging" >&5
    106097105680echo "$ac_t""$ZEND_DEBUG" 1>&6
    106098105681
    106099105682echo $ac_n "checking whether to enable Zend multibyte""... $ac_c" 1>&6
    106100 echo "configure:106101: checking whether to enable Zend multibyte" >&5
     105683echo "configure:105684: checking whether to enable Zend multibyte" >&5
    106101105684echo "$ac_t""$ZEND_MULTIBYTE" 1>&6
    106102105685       
    106103105686case $PHP_ZEND_VM in
     
    106170105753
    106171105754
    106172105755echo $ac_n "checking for inline""... $ac_c" 1>&6
    106173 echo "configure:106174: checking for inline" >&5
     105756echo "configure:105757: checking for inline" >&5
    106174105757if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    106175105758  echo $ac_n "(cached) $ac_c" 1>&6
    106176105759else
    106177105760  ac_cv_c_inline=no
    106178105761for ac_kw in inline __inline__ __inline; do
    106179105762  cat > conftest.$ac_ext <<EOF
    106180 #line 106181 "configure"
     105763#line 105764 "configure"
    106181105764#include "confdefs.h"
    106182105765
    106183105766int main() {
    106184105767} $ac_kw foo() {
    106185105768; return 0; }
    106186105769EOF
    106187 if { (eval echo configure:106188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     105770if { (eval echo configure:105771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    106188105771  rm -rf conftest*
    106189105772  ac_cv_c_inline=$ac_kw; break
    106190105773else
     
    106213105796
    106214105797
    106215105798echo $ac_n "checking target system is Darwin""... $ac_c" 1>&6
    106216 echo "configure:106217: checking target system is Darwin" >&5
     105799echo "configure:105800: checking target system is Darwin" >&5
    106217105800if echo "$target" | grep "darwin" > /dev/null; then
    106218105801  cat >> confdefs.h <<\EOF
    106219105802#define DARWIN 1
     
    106225105808fi
    106226105809
    106227105810echo $ac_n "checking for MM alignment and log values""... $ac_c" 1>&6
    106228 echo "configure:106229: checking for MM alignment and log values" >&5
     105811echo "configure:105812: checking for MM alignment and log values" >&5
    106229105812
    106230105813if test "$cross_compiling" = yes; then
    106231105814 
     
    106233105816
    106234105817else
    106235105818  cat > conftest.$ac_ext <<EOF
    106236 #line 106237 "configure"
     105819#line 105820 "configure"
    106237105820#include "confdefs.h"
    106238105821
    106239105822#include <stdio.h>
     
    106269105852}
    106270105853
    106271105854EOF
    106272 if { (eval echo configure:106273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     105855if { (eval echo configure:105856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    106273105856then
    106274105857 
    106275105858  LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
     
    106294105877echo "$ac_t""done" 1>&6
    106295105878
    106296105879echo $ac_n "checking for memory allocation using mmap(MAP_ANON)""... $ac_c" 1>&6
    106297 echo "configure:106298: checking for memory allocation using mmap(MAP_ANON)" >&5
     105880echo "configure:105881: checking for memory allocation using mmap(MAP_ANON)" >&5
    106298105881
    106299105882if test "$cross_compiling" = yes; then
    106300105883 
     
    106302105885
    106303105886else
    106304105887  cat > conftest.$ac_ext <<EOF
    106305 #line 106306 "configure"
     105888#line 105889 "configure"
    106306105889#include "confdefs.h"
    106307105890
    106308105891#include <sys/types.h>
     
    106338105921}
    106339105922
    106340105923EOF
    106341 if { (eval echo configure:106342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     105924if { (eval echo configure:105925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    106342105925then
    106343105926 
    106344105927  cat >> confdefs.h <<\EOF
     
    106360105943
    106361105944
    106362105945echo $ac_n "checking for memory allocation using mmap("/dev/zero")""... $ac_c" 1>&6
    106363 echo "configure:106364: checking for memory allocation using mmap("/dev/zero")" >&5
     105946echo "configure:105947: checking for memory allocation using mmap("/dev/zero")" >&5
    106364105947
    106365105948if test "$cross_compiling" = yes; then
    106366105949 
     
    106368105951
    106369105952else
    106370105953  cat > conftest.$ac_ext <<EOF
    106371 #line 106372 "configure"
     105954#line 105955 "configure"
    106372105955#include "confdefs.h"
    106373105956
    106374105957#include <sys/types.h>
     
    106414105997}
    106415105998
    106416105999EOF
    106417 if { (eval echo configure:106418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     106000if { (eval echo configure:106001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    106418106001then
    106419106002 
    106420106003  cat >> confdefs.h <<\EOF
     
    106438106021for ac_func in mremap
    106439106022do
    106440106023echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    106441 echo "configure:106442: checking for $ac_func" >&5
     106024echo "configure:106025: checking for $ac_func" >&5
    106442106025if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    106443106026  echo $ac_n "(cached) $ac_c" 1>&6
    106444106027else
    106445106028  cat > conftest.$ac_ext <<EOF
    106446 #line 106447 "configure"
     106029#line 106030 "configure"
    106447106030#include "confdefs.h"
    106448106031/* System header to define __stub macros and hopefully few prototypes,
    106449106032    which can conflict with char $ac_func(); below.  */
     
    106466106049
    106467106050; return 0; }
    106468106051EOF
    106469 if { (eval echo configure:106470: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     106052if { (eval echo configure:106053: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    106470106053  rm -rf conftest*
    106471106054  eval "ac_cv_func_$ac_func=yes"
    106472106055else
     
    106533106116do
    106534106117ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    106535106118echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    106536 echo "configure:106537: checking for $ac_hdr" >&5
     106119echo "configure:106120: checking for $ac_hdr" >&5
    106537106120if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    106538106121  echo $ac_n "(cached) $ac_c" 1>&6
    106539106122else
    106540106123  cat > conftest.$ac_ext <<EOF
    106541 #line 106542 "configure"
     106124#line 106125 "configure"
    106542106125#include "confdefs.h"
    106543106126#include <$ac_hdr>
    106544106127EOF
    106545106128ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    106546 { (eval echo configure:106547: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     106129{ (eval echo configure:106130: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    106547106130ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    106548106131if test -z "$ac_err"; then
    106549106132  rm -rf conftest*
     
    106620106203 
    106621106204
    106622106205echo $ac_n "checking for GNU Pth""... $ac_c" 1>&6
    106623 echo "configure:106624: checking for GNU Pth" >&5
     106206echo "configure:106207: checking for GNU Pth" >&5
    106624106207PTH_PREFIX="`$TSRM_PTH --prefix`"
    106625106208if test -z "$PTH_PREFIX"; then
    106626106209  echo "$ac_t""Please check your Pth installation" 1>&6
     
    106650106233do
    106651106234ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    106652106235echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    106653 echo "configure:106654: checking for $ac_hdr" >&5
     106236echo "configure:106237: checking for $ac_hdr" >&5
    106654106237if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    106655106238  echo $ac_n "(cached) $ac_c" 1>&6
    106656106239else
    106657106240  cat > conftest.$ac_ext <<EOF
    106658 #line 106659 "configure"
     106241#line 106242 "configure"
    106659106242#include "confdefs.h"
    106660106243#include <$ac_hdr>
    106661106244EOF
    106662106245ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    106663 { (eval echo configure:106664: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     106246{ (eval echo configure:106247: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    106664106247ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    106665106248if test -z "$ac_err"; then
    106666106249  rm -rf conftest*
     
    106690106273
    106691106274  LIBS="$LIBS -lst"
    106692106275  echo $ac_n "checking for SGI's State Threads""... $ac_c" 1>&6
    106693 echo "configure:106694: checking for SGI's State Threads" >&5
     106276echo "configure:106277: checking for SGI's State Threads" >&5
    106694106277  echo "$ac_t""yes" 1>&6
    106695106278  cat >> confdefs.h <<\EOF
    106696106279#define TSRM_ST 1
     
    106729106312
    106730106313else
    106731106314  cat > conftest.$ac_ext <<EOF
    106732 #line 106733 "configure"
     106315#line 106316 "configure"
    106733106316#include "confdefs.h"
    106734106317
    106735106318#include <pthread.h>
     
    106747106330    return pthread_create(&thd, NULL, thread_routine, &data);
    106748106331}
    106749106332EOF
    106750 if { (eval echo configure:106751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     106333if { (eval echo configure:106334: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    106751106334then
    106752106335 
    106753106336  pthreads_working=yes
     
    106767106350  CFLAGS=$save_CFLAGS
    106768106351
    106769106352  echo $ac_n "checking for pthreads_cflags""... $ac_c" 1>&6
    106770 echo "configure:106771: checking for pthreads_cflags" >&5
     106353echo "configure:106354: checking for pthreads_cflags" >&5
    106771106354if eval "test \"`echo '$''{'ac_cv_pthreads_cflags'+set}'`\" = set"; then
    106772106355  echo $ac_n "(cached) $ac_c" 1>&6
    106773106356else
     
    106789106372
    106790106373else
    106791106374  cat > conftest.$ac_ext <<EOF
    106792 #line 106793 "configure"
     106375#line 106376 "configure"
    106793106376#include "confdefs.h"
    106794106377
    106795106378#include <pthread.h>
     
    106807106390    return pthread_create(&thd, NULL, thread_routine, &data);
    106808106391}
    106809106392EOF
    106810 if { (eval echo configure:106811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     106393if { (eval echo configure:106394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    106811106394then
    106812106395 
    106813106396  pthreads_working=yes
     
    106837106420echo "$ac_t""$ac_cv_pthreads_cflags" 1>&6
    106838106421
    106839106422echo $ac_n "checking for pthreads_lib""... $ac_c" 1>&6
    106840 echo "configure:106841: checking for pthreads_lib" >&5
     106423echo "configure:106424: checking for pthreads_lib" >&5
    106841106424if eval "test \"`echo '$''{'ac_cv_pthreads_lib'+set}'`\" = set"; then
    106842106425  echo $ac_n "(cached) $ac_c" 1>&6
    106843106426else
     
    106859106442
    106860106443else
    106861106444  cat > conftest.$ac_ext <<EOF
    106862 #line 106863 "configure"
     106445#line 106446 "configure"
    106863106446#include "confdefs.h"
    106864106447
    106865106448#include <pthread.h>
     
    106877106460    return pthread_create(&thd, NULL, thread_routine, &data);
    106878106461}
    106879106462EOF
    106880 if { (eval echo configure:106881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     106463if { (eval echo configure:106464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    106881106464then
    106882106465 
    106883106466  pthreads_working=yes
     
    106928106511
    106929106512
    106930106513  echo $ac_n "checking for POSIX threads""... $ac_c" 1>&6
    106931 echo "configure:106932: checking for POSIX threads" >&5
     106514echo "configure:106515: checking for POSIX threads" >&5
    106932106515  echo "$ac_t""yes" 1>&6
    106933106516fi
    106934106517
     
    107541107124
    107542107125
    107543107126echo $ac_n "checking build system type""... $ac_c" 1>&6
    107544 echo "configure:107545: checking build system type" >&5
     107127echo "configure:107128: checking build system type" >&5
    107545107128
    107546107129build_alias=$build
    107547107130case "$build_alias" in
     
    107570107153if test "$GCC" = yes; then
    107571107154  # Check if gcc -print-prog-name=ld gives a path.
    107572107155  echo $ac_n "checking for ld used by $CC""... $ac_c" 1>&6
    107573 echo "configure:107574: checking for ld used by $CC" >&5
     107156echo "configure:107157: checking for ld used by $CC" >&5
    107574107157  case $host in
    107575107158  *-*-mingw*)
    107576107159    # gcc leaves a trailing carriage return which upsets mingw
     
    107600107183  esac
    107601107184elif test "$with_gnu_ld" = yes; then
    107602107185  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    107603 echo "configure:107604: checking for GNU ld" >&5
     107186echo "configure:107187: checking for GNU ld" >&5
    107604107187else
    107605107188  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    107606 echo "configure:107607: checking for non-GNU ld" >&5
     107189echo "configure:107190: checking for non-GNU ld" >&5
    107607107190fi
    107608107191if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
    107609107192  echo $ac_n "(cached) $ac_c" 1>&6
     
    107642107225fi
    107643107226test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    107644107227echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    107645 echo "configure:107646: checking if the linker ($LD) is GNU ld" >&5
     107228echo "configure:107229: checking if the linker ($LD) is GNU ld" >&5
    107646107229if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    107647107230  echo $ac_n "(cached) $ac_c" 1>&6
    107648107231else
     
    107662107245
    107663107246
    107664107247echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
    107665 echo "configure:107666: checking for $LD option to reload object files" >&5
     107248echo "configure:107249: checking for $LD option to reload object files" >&5
    107666107249if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
    107667107250  echo $ac_n "(cached) $ac_c" 1>&6
    107668107251else
     
    107687107270esac
    107688107271
    107689107272echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
    107690 echo "configure:107691: checking for BSD-compatible nm" >&5
     107273echo "configure:107274: checking for BSD-compatible nm" >&5
    107691107274if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
    107692107275  echo $ac_n "(cached) $ac_c" 1>&6
    107693107276else
     
    107733107316NM="$lt_cv_path_NM"
    107734107317
    107735107318echo $ac_n "checking how to recognise dependent libraries""... $ac_c" 1>&6
    107736 echo "configure:107737: checking how to recognise dependent libraries" >&5
     107319echo "configure:107320: checking how to recognise dependent libraries" >&5
    107737107320if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
    107738107321  echo $ac_n "(cached) $ac_c" 1>&6
    107739107322else
     
    107911107494test -z "$deplibs_check_method" && deplibs_check_method=unknown
    107912107495
    107913107496echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    107914 echo "configure:107915: checking for object suffix" >&5
     107497echo "configure:107498: checking for object suffix" >&5
    107915107498if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    107916107499  echo $ac_n "(cached) $ac_c" 1>&6
    107917107500else
    107918107501  rm -f conftest*
    107919107502echo 'int i = 1;' > conftest.$ac_ext
    107920 if { (eval echo configure:107921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     107503if { (eval echo configure:107504: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    107921107504  for ac_file in conftest.*; do
    107922107505    case $ac_file in
    107923107506    *.c) ;;
     
    107937107520
    107938107521
    107939107522echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    107940 echo "configure:107941: checking for executable suffix" >&5
     107523echo "configure:107524: checking for executable suffix" >&5
    107941107524if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    107942107525  echo $ac_n "(cached) $ac_c" 1>&6
    107943107526else
     
    107947107530  rm -f conftest*
    107948107531  echo 'int main () { return 0; }' > conftest.$ac_ext
    107949107532  ac_cv_exeext=
    107950   if { (eval echo configure:107951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     107533  if { (eval echo configure:107534: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    107951107534    for file in conftest.*; do
    107952107535      case $file in
    107953107536      *.c | *.o | *.obj) ;;
     
    107990107573ia64-*-hpux*)
    107991107574  # Find out which ABI we are using.
    107992107575  echo 'int i;' > conftest.$ac_ext
    107993   if { (eval echo configure:107994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     107576  if { (eval echo configure:107577: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    107994107577    case `/usr/bin/file conftest.$ac_objext` in
    107995107578    *ELF-32*)
    107996107579      HPUX_IA64_MODE="32"
     
    108004107587  ;;
    108005107588*-*-irix6*)
    108006107589  # Find out which ABI we are using.
    108007   echo '#line 108008 "configure"' > conftest.$ac_ext
    108008   if { (eval echo configure:108009: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     107590  echo '#line 107591 "configure"' > conftest.$ac_ext
     107591  if { (eval echo configure:107592: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    108009107592   if test "$lt_cv_prog_gnu_ld" = yes; then
    108010107593    case `/usr/bin/file conftest.$ac_objext` in
    108011107594    *32-bit*)
     
    108038107621x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
    108039107622  # Find out which ABI we are using.
    108040107623  echo 'int i;' > conftest.$ac_ext
    108041   if { (eval echo configure:108042: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     107624  if { (eval echo configure:107625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    108042107625    case `/usr/bin/file conftest.o` in
    108043107626    *32-bit*)
    108044107627      case $host in
     
    108082107665  SAVE_CFLAGS="$CFLAGS"
    108083107666  CFLAGS="$CFLAGS -belf"
    108084107667  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    108085 echo "configure:108086: checking whether the C compiler needs -belf" >&5
     107668echo "configure:107669: checking whether the C compiler needs -belf" >&5
    108086107669if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    108087107670  echo $ac_n "(cached) $ac_c" 1>&6
    108088107671else
     
    108095107678cross_compiling=$ac_cv_prog_cc_cross
    108096107679
    108097107680     cat > conftest.$ac_ext <<EOF
    108098 #line 108099 "configure"
     107681#line 107682 "configure"
    108099107682#include "confdefs.h"
    108100107683
    108101107684int main() {
    108102107685
    108103107686; return 0; }
    108104107687EOF
    108105 if { (eval echo configure:108106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     107688if { (eval echo configure:107689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    108106107689  rm -rf conftest*
    108107107690  lt_cv_cc_needs_belf=yes
    108108107691else
     
    108140107723    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
    108141107724    (test "X$CXX" != "Xg++"))) ; then
    108142107725  echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    108143 echo "configure:108144: checking how to run the C++ preprocessor" >&5
     107726echo "configure:107727: checking how to run the C++ preprocessor" >&5
    108144107727if test -z "$CXXCPP"; then
    108145107728if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
    108146107729  echo $ac_n "(cached) $ac_c" 1>&6
     
    108153107736cross_compiling=$ac_cv_prog_cxx_cross
    108154107737  CXXCPP="${CXX-g++} -E"
    108155107738  cat > conftest.$ac_ext <<EOF
    108156 #line 108157 "configure"
     107739#line 107740 "configure"
    108157107740#include "confdefs.h"
    108158107741#include <stdlib.h>
    108159107742EOF
    108160107743ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    108161 { (eval echo configure:108162: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     107744{ (eval echo configure:107745: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    108162107745ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    108163107746if test -z "$ac_err"; then
    108164107747  :
     
    108189107772
    108190107773# find the maximum length of command line arguments
    108191107774echo $ac_n "checking the maximum length of command line arguments""... $ac_c" 1>&6
    108192 echo "configure:108193: checking the maximum length of command line arguments" >&5
     107775echo "configure:107776: checking the maximum length of command line arguments" >&5
    108193107776if eval "test \"`echo '$''{'lt_cv_sys_max_cmd_len'+set}'`\" = set"; then
    108194107777  echo $ac_n "(cached) $ac_c" 1>&6
    108195107778else
     
    108290107873
    108291107874# Check for command to grab the raw symbol name followed by C symbol from nm.
    108292107875echo $ac_n "checking command to parse $NM output from $compiler object""... $ac_c" 1>&6
    108293 echo "configure:108294: checking command to parse $NM output from $compiler object" >&5
     107876echo "configure:107877: checking command to parse $NM output from $compiler object" >&5
    108294107877if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
    108295107878  echo $ac_n "(cached) $ac_c" 1>&6
    108296107879else
     
    108385107968int main(){nm_test_var='a';nm_test_func();return(0);}
    108386107969EOF
    108387107970
    108388   if { (eval echo configure:108389: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     107971  if { (eval echo configure:107972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    108389107972    # Now try to grab the symbols.
    108390107973    nlist=conftest.nm
    108391     if { (eval echo configure:108392: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then
     107974    if { (eval echo configure:107975: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then
    108392107975      # Try sorting and uniquifying the output.
    108393107976      if sort "$nlist" | uniq > "$nlist"T; then
    108394107977        mv -f "$nlist"T "$nlist"
     
    108439108022          lt_save_CFLAGS="$CFLAGS"
    108440108023          LIBS="conftstm.$ac_objext"
    108441108024          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
    108442           if { (eval echo configure:108443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     108025          if { (eval echo configure:108026: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    108443108026            pipe_works=yes
    108444108027          fi
    108445108028          LIBS="$lt_save_LIBS"
     
    108479108062fi
    108480108063
    108481108064echo $ac_n "checking for objdir""... $ac_c" 1>&6
    108482 echo "configure:108483: checking for objdir" >&5
     108065echo "configure:108066: checking for objdir" >&5
    108483108066if eval "test \"`echo '$''{'lt_cv_objdir'+set}'`\" = set"; then
    108484108067  echo $ac_n "(cached) $ac_c" 1>&6
    108485108068else
     
    108545108128# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
    108546108129set dummy ${ac_tool_prefix}ar; ac_word=$2
    108547108130echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    108548 echo "configure:108549: checking for $ac_word" >&5
     108131echo "configure:108132: checking for $ac_word" >&5
    108549108132if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    108550108133  echo $ac_n "(cached) $ac_c" 1>&6
    108551108134else
     
    108577108160  # Extract the first word of "ar", so it can be a program name with args.
    108578108161set dummy ar; ac_word=$2
    108579108162echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    108580 echo "configure:108581: checking for $ac_word" >&5
     108163echo "configure:108164: checking for $ac_word" >&5
    108581108164if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
    108582108165  echo $ac_n "(cached) $ac_c" 1>&6
    108583108166else
     
    108612108195# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
    108613108196set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    108614108197echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    108615 echo "configure:108616: checking for $ac_word" >&5
     108198echo "configure:108199: checking for $ac_word" >&5
    108616108199if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    108617108200  echo $ac_n "(cached) $ac_c" 1>&6
    108618108201else
     
    108644108227  # Extract the first word of "ranlib", so it can be a program name with args.
    108645108228set dummy ranlib; ac_word=$2
    108646108229echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    108647 echo "configure:108648: checking for $ac_word" >&5
     108230echo "configure:108231: checking for $ac_word" >&5
    108648108231if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    108649108232  echo $ac_n "(cached) $ac_c" 1>&6
    108650108233else
     
    108679108262# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
    108680108263set dummy ${ac_tool_prefix}strip; ac_word=$2
    108681108264echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    108682 echo "configure:108683: checking for $ac_word" >&5
     108265echo "configure:108266: checking for $ac_word" >&5
    108683108266if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    108684108267  echo $ac_n "(cached) $ac_c" 1>&6
    108685108268else
     
    108711108294  # Extract the first word of "strip", so it can be a program name with args.
    108712108295set dummy strip; ac_word=$2
    108713108296echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    108714 echo "configure:108715: checking for $ac_word" >&5
     108297echo "configure:108298: checking for $ac_word" >&5
    108715108298if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    108716108299  echo $ac_n "(cached) $ac_c" 1>&6
    108717108300else
     
    108797108380file_magic*)
    108798108381  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    108799108382    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    108800 echo "configure:108801: checking for ${ac_tool_prefix}file" >&5
     108383echo "configure:108384: checking for ${ac_tool_prefix}file" >&5
    108801108384if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    108802108385  echo $ac_n "(cached) $ac_c" 1>&6
    108803108386else
     
    108857108440if test -z "$lt_cv_path_MAGIC_CMD"; then
    108858108441  if test -n "$ac_tool_prefix"; then
    108859108442    echo $ac_n "checking for file""... $ac_c" 1>&6
    108860 echo "configure:108861: checking for file" >&5
     108443echo "configure:108444: checking for file" >&5
    108861108444if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    108862108445  echo $ac_n "(cached) $ac_c" 1>&6
    108863108446else
     
    109016108599# Check to make sure the static flag actually works.
    109017108600#
    109018108601echo $ac_n "checking if $compiler static flag $lt_prog_compiler_static works""... $ac_c" 1>&6
    109019 echo "configure:109020: checking if $compiler static flag $lt_prog_compiler_static works" >&5
     108602echo "configure:108603: checking if $compiler static flag $lt_prog_compiler_static works" >&5
    109020108603if eval "test \"`echo '$''{'lt_prog_compiler_static_works'+set}'`\" = set"; then
    109021108604  echo $ac_n "(cached) $ac_c" 1>&6
    109022108605else
     
    109066108649
    109067108650 
    109068108651echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions""... $ac_c" 1>&6
    109069 echo "configure:109070: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
     108652echo "configure:108653: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
    109070108653if eval "test \"`echo '$''{'lt_cv_prog_compiler_rtti_exceptions'+set}'`\" = set"; then
    109071108654  echo $ac_n "(cached) $ac_c" 1>&6
    109072108655else
     
    109083108666   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    109084108667   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    109085108668   -e 's:$: $lt_compiler_flag:'`
    109086    (eval echo "\"configure:109087: $lt_compile\"" >&5)
     108669   (eval echo "\"configure:108670: $lt_compile\"" >&5)
    109087108670   (eval "$lt_compile" 2>conftest.err)
    109088108671   ac_status=$?
    109089108672   cat conftest.err >&5
    109090    echo "configure:109091: \$? = $ac_status" >&5
     108673   echo "configure:108674: \$? = $ac_status" >&5
    109091108674   if (exit $ac_status) && test -s "$ac_outfile"; then
    109092108675     # The compiler can only warn and ignore the option if not recognized
    109093108676     # So say no if there are warnings other than the usual output.
     
    109116108699lt_prog_compiler_static=
    109117108700
    109118108701echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6
    109119 echo "configure:109120: checking for $compiler option to produce PIC" >&5
     108702echo "configure:108703: checking for $compiler option to produce PIC" >&5
    109120108703 
    109121108704  if test "$GCC" = yes; then
    109122108705    lt_prog_compiler_wl='-Wl,'
     
    109327108910if test -n "$lt_prog_compiler_pic"; then
    109328108911 
    109329108912echo $ac_n "checking if $compiler PIC flag $lt_prog_compiler_pic works""... $ac_c" 1>&6
    109330 echo "configure:109331: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
     108913echo "configure:108914: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
    109331108914if eval "test \"`echo '$''{'lt_prog_compiler_pic_works'+set}'`\" = set"; then
    109332108915  echo $ac_n "(cached) $ac_c" 1>&6
    109333108916else
     
    109344108927   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    109345108928   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    109346108929   -e 's:$: $lt_compiler_flag:'`
    109347    (eval echo "\"configure:109348: $lt_compile\"" >&5)
     108930   (eval echo "\"configure:108931: $lt_compile\"" >&5)
    109348108931   (eval "$lt_compile" 2>conftest.err)
    109349108932   ac_status=$?
    109350108933   cat conftest.err >&5
    109351    echo "configure:109352: \$? = $ac_status" >&5
     108934   echo "configure:108935: \$? = $ac_status" >&5
    109352108935   if (exit $ac_status) && test -s "$ac_outfile"; then
    109353108936     # The compiler can only warn and ignore the option if not recognized
    109354108937     # So say no if there are warnings other than the usual output.
     
    109386108969esac
    109387108970
    109388108971echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6
    109389 echo "configure:109390: checking if $compiler supports -c -o file.$ac_objext" >&5
     108972echo "configure:108973: checking if $compiler supports -c -o file.$ac_objext" >&5
    109390108973if eval "test \"`echo '$''{'lt_cv_prog_compiler_c_o'+set}'`\" = set"; then
    109391108974  echo $ac_n "(cached) $ac_c" 1>&6
    109392108975else
     
    109406108989   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    109407108990   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    109408108991   -e 's:$: $lt_compiler_flag:'`
    109409    (eval echo "\"configure:109410: $lt_compile\"" >&5)
     108992   (eval echo "\"configure:108993: $lt_compile\"" >&5)
    109410108993   (eval "$lt_compile" 2>out/conftest.err)
    109411108994   ac_status=$?
    109412108995   cat out/conftest.err >&5
    109413    echo "configure:109414: \$? = $ac_status" >&5
     108996   echo "configure:108997: \$? = $ac_status" >&5
    109414108997   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    109415108998   then
    109416108999     # The compiler can only warn and ignore the option if not recognized
     
    109440109023if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
    109441109024  # do not overwrite the value of need_locks provided by the user
    109442109025  echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6
    109443 echo "configure:109444: checking if we can lock with hard links" >&5
     109026echo "configure:109027: checking if we can lock with hard links" >&5
    109444109027  hard_links=yes
    109445109028  $rm conftest*
    109446109029  ln conftest.a conftest.b 2>/dev/null && hard_links=no
     
    109457109040fi
    109458109041
    109459109042echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6
    109460 echo "configure:109461: checking whether the $compiler linker ($LD) supports shared libraries" >&5
     109043echo "configure:109044: checking whether the $compiler linker ($LD) supports shared libraries" >&5
    109461109044
    109462109045  runpath_var=
    109463109046  allow_undefined_flag=
     
    109810109393       # Determine the default libpath from the value encoded in an empty executable.
    109811109394       
    109812109395cat > conftest.$ac_ext <<EOF
    109813 #line 109814 "configure"
     109396#line 109397 "configure"
    109814109397#include "confdefs.h"
    109815109398int main() {
    109816109399; return 0; }
    109817109400EOF
    109818 if { (eval echo configure:109819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     109401if { (eval echo configure:109402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    109819109402 
    109820109403aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
    109821109404}'`
     
    109841109424         # Determine the default libpath from the value encoded in an empty executable.
    109842109425         
    109843109426cat > conftest.$ac_ext <<EOF
    109844 #line 109845 "configure"
     109427#line 109428 "configure"
    109845109428#include "confdefs.h"
    109846109429int main() {
    109847109430; return 0; }
    109848109431EOF
    109849 if { (eval echo configure:109850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     109432if { (eval echo configure:109433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    109850109433 
    109851109434aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
    109852109435}'`
     
    110318109901      # systems, -lgcc has to come before -lc. If gcc already passes -lc
    110319109902      # to ld, don't add -lc before -lgcc.
    110320109903      echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6
    110321 echo "configure:110322: checking whether -lc should be explicitly linked in" >&5
     109904echo "configure:109905: checking whether -lc should be explicitly linked in" >&5
    110322109905      $rm conftest*
    110323109906      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
    110324109907
    110325       if { (eval echo configure:110326: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
     109908      if { (eval echo configure:109909: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
    110326109909        soname=conftest
    110327109910        lib=conftest
    110328109911        libobjs=conftest.$ac_objext
     
    110335109918        libname=conftest
    110336109919        lt_save_allow_undefined_flag=$allow_undefined_flag
    110337109920        allow_undefined_flag=
    110338         if { (eval echo configure:110339: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
     109921        if { (eval echo configure:109922: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
    110339109922        then
    110340109923          archive_cmds_need_lc=no
    110341109924        else
     
    110354109937esac
    110355109938
    110356109939echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6
    110357 echo "configure:110358: checking dynamic linker characteristics" >&5
     109940echo "configure:109941: checking dynamic linker characteristics" >&5
    110358109941library_names_spec=
    110359109942libname_spec='lib$name'
    110360109943soname_spec=
     
    110728110311  libsuff=
    110729110312  case $host_cpu in
    110730110313  x86_64*|s390x*|powerpc64*)
    110731     echo '#line 110732 "configure"' > conftest.$ac_ext
    110732     if { (eval echo configure:110733: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     110314    echo '#line 110315 "configure"' > conftest.$ac_ext
     110315    if { (eval echo configure:110316: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    110733110316      case `/usr/bin/file conftest.$ac_objext` in
    110734110317      *64-bit*)
    110735110318        libsuff=64
     
    110928110511test "$dynamic_linker" = no && can_build_shared=no
    110929110512
    110930110513echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6
    110931 echo "configure:110932: checking how to hardcode library paths into programs" >&5
     110514echo "configure:110515: checking how to hardcode library paths into programs" >&5
    110932110515hardcode_action=
    110933110516if test -n "$hardcode_libdir_flag_spec" || \
    110934110517   test -n "$runpath_var" || \
     
    110966110549striplib=
    110967110550old_striplib=
    110968110551echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6
    110969 echo "configure:110970: checking whether stripping libraries is possible" >&5
     110552echo "configure:110553: checking whether stripping libraries is possible" >&5
    110970110553if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    110971110554  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    110972110555  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
     
    111016110599  darwin*)
    111017110600  # if libdl is installed we need to link against it
    111018110601    echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    111019 echo "configure:111020: checking for dlopen in -ldl" >&5
     110602echo "configure:110603: checking for dlopen in -ldl" >&5
    111020110603ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    111021110604if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    111022110605  echo $ac_n "(cached) $ac_c" 1>&6
     
    111024110607  ac_save_LIBS="$LIBS"
    111025110608LIBS="-ldl  $LIBS"
    111026110609cat > conftest.$ac_ext <<EOF
    111027 #line 111028 "configure"
     110610#line 110611 "configure"
    111028110611#include "confdefs.h"
    111029110612/* Override any gcc2 internal prototype to avoid an error.  */
    111030110613/* We use char because int might match the return type of a gcc2
     
    111035110618dlopen()
    111036110619; return 0; }
    111037110620EOF
    111038 if { (eval echo configure:111039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     110621if { (eval echo configure:110622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    111039110622  rm -rf conftest*
    111040110623  eval "ac_cv_lib_$ac_lib_var=yes"
    111041110624else
     
    111064110647
    111065110648  *)
    111066110649    echo $ac_n "checking for shl_load""... $ac_c" 1>&6
    111067 echo "configure:111068: checking for shl_load" >&5
     110650echo "configure:110651: checking for shl_load" >&5
    111068110651if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
    111069110652  echo $ac_n "(cached) $ac_c" 1>&6
    111070110653else
    111071110654  cat > conftest.$ac_ext <<EOF
    111072 #line 111073 "configure"
     110655#line 110656 "configure"
    111073110656#include "confdefs.h"
    111074110657/* System header to define __stub macros and hopefully few prototypes,
    111075110658    which can conflict with char shl_load(); below.  */
     
    111092110675
    111093110676; return 0; }
    111094110677EOF
    111095 if { (eval echo configure:111096: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     110678if { (eval echo configure:110679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    111096110679  rm -rf conftest*
    111097110680  eval "ac_cv_func_shl_load=yes"
    111098110681else
     
    111110110693else
    111111110694  echo "$ac_t""no" 1>&6
    111112110695echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    111113 echo "configure:111114: checking for shl_load in -ldld" >&5
     110696echo "configure:110697: checking for shl_load in -ldld" >&5
    111114110697ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    111115110698if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    111116110699  echo $ac_n "(cached) $ac_c" 1>&6
     
    111118110701  ac_save_LIBS="$LIBS"
    111119110702LIBS="-ldld  $LIBS"
    111120110703cat > conftest.$ac_ext <<EOF
    111121 #line 111122 "configure"
     110704#line 110705 "configure"
    111122110705#include "confdefs.h"
    111123110706/* Override any gcc2 internal prototype to avoid an error.  */
    111124110707/* We use char because int might match the return type of a gcc2
     
    111129110712shl_load()
    111130110713; return 0; }
    111131110714EOF
    111132 if { (eval echo configure:111133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     110715if { (eval echo configure:110716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    111133110716  rm -rf conftest*
    111134110717  eval "ac_cv_lib_$ac_lib_var=yes"
    111135110718else
     
    111148110731else
    111149110732  echo "$ac_t""no" 1>&6
    111150110733echo $ac_n "checking for dlopen""... $ac_c" 1>&6
    111151 echo "configure:111152: checking for dlopen" >&5
     110734echo "configure:110735: checking for dlopen" >&5
    111152110735if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
    111153110736  echo $ac_n "(cached) $ac_c" 1>&6
    111154110737else
    111155110738  cat > conftest.$ac_ext <<EOF
    111156 #line 111157 "configure"
     110739#line 110740 "configure"
    111157110740#include "confdefs.h"
    111158110741/* System header to define __stub macros and hopefully few prototypes,
    111159110742    which can conflict with char dlopen(); below.  */
     
    111176110759
    111177110760; return 0; }
    111178110761EOF
    111179 if { (eval echo configure:111180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     110762if { (eval echo configure:110763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    111180110763  rm -rf conftest*
    111181110764  eval "ac_cv_func_dlopen=yes"
    111182110765else
     
    111194110777else
    111195110778  echo "$ac_t""no" 1>&6
    111196110779echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    111197 echo "configure:111198: checking for dlopen in -ldl" >&5
     110780echo "configure:110781: checking for dlopen in -ldl" >&5
    111198110781ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    111199110782if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    111200110783  echo $ac_n "(cached) $ac_c" 1>&6
     
    111202110785  ac_save_LIBS="$LIBS"
    111203110786LIBS="-ldl  $LIBS"
    111204110787cat > conftest.$ac_ext <<EOF
    111205 #line 111206 "configure"
     110788#line 110789 "configure"
    111206110789#include "confdefs.h"
    111207110790/* Override any gcc2 internal prototype to avoid an error.  */
    111208110791/* We use char because int might match the return type of a gcc2
     
    111213110796dlopen()
    111214110797; return 0; }
    111215110798EOF
    111216 if { (eval echo configure:111217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     110799if { (eval echo configure:110800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    111217110800  rm -rf conftest*
    111218110801  eval "ac_cv_lib_$ac_lib_var=yes"
    111219110802else
     
    111232110815else
    111233110816  echo "$ac_t""no" 1>&6
    111234110817echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6
    111235 echo "configure:111236: checking for dlopen in -lsvld" >&5
     110818echo "configure:110819: checking for dlopen in -lsvld" >&5
    111236110819ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
    111237110820if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    111238110821  echo $ac_n "(cached) $ac_c" 1>&6
     
    111240110823  ac_save_LIBS="$LIBS"
    111241110824LIBS="-lsvld  $LIBS"
    111242110825cat > conftest.$ac_ext <<EOF
    111243 #line 111244 "configure"
     110826#line 110827 "configure"
    111244110827#include "confdefs.h"
    111245110828/* Override any gcc2 internal prototype to avoid an error.  */
    111246110829/* We use char because int might match the return type of a gcc2
     
    111251110834dlopen()
    111252110835; return 0; }
    111253110836EOF
    111254 if { (eval echo configure:111255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     110837if { (eval echo configure:110838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    111255110838  rm -rf conftest*
    111256110839  eval "ac_cv_lib_$ac_lib_var=yes"
    111257110840else
     
    111270110853else
    111271110854  echo "$ac_t""no" 1>&6
    111272110855echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
    111273 echo "configure:111274: checking for dld_link in -ldld" >&5
     110856echo "configure:110857: checking for dld_link in -ldld" >&5
    111274110857ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
    111275110858if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    111276110859  echo $ac_n "(cached) $ac_c" 1>&6
     
    111278110861  ac_save_LIBS="$LIBS"
    111279110862LIBS="-ldld  $LIBS"
    111280110863cat > conftest.$ac_ext <<EOF
    111281 #line 111282 "configure"
     110864#line 110865 "configure"
    111282110865#include "confdefs.h"
    111283110866/* Override any gcc2 internal prototype to avoid an error.  */
    111284110867/* We use char because int might match the return type of a gcc2
     
    111289110872dld_link()
    111290110873; return 0; }
    111291110874EOF
    111292 if { (eval echo configure:111293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     110875if { (eval echo configure:110876: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    111293110876  rm -rf conftest*
    111294110877  eval "ac_cv_lib_$ac_lib_var=yes"
    111295110878else
     
    111345110928    LIBS="$lt_cv_dlopen_libs $LIBS"
    111346110929
    111347110930    echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
    111348 echo "configure:111349: checking whether a program can dlopen itself" >&5
     110931echo "configure:110932: checking whether a program can dlopen itself" >&5
    111349110932if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then
    111350110933  echo $ac_n "(cached) $ac_c" 1>&6
    111351110934else
     
    111355110938  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    111356110939  lt_status=$lt_dlunknown
    111357110940  cat > conftest.$ac_ext <<EOF
    111358 #line 111359 "configure"
     110941#line 110942 "configure"
    111359110942#include "confdefs.h"
    111360110943
    111361110944#if HAVE_DLFCN_H
     
    111416110999    exit (status);
    111417111000}
    111418111001EOF
    111419   if { (eval echo configure:111420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
     111002  if { (eval echo configure:111003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
    111420111003    (./conftest; exit; ) >&5 2>/dev/null
    111421111004    lt_status=$?
    111422111005    case x$lt_status in
     
    111439111022    if test "x$lt_cv_dlopen_self" = xyes; then
    111440111023      LDFLAGS="$LDFLAGS $link_static_flag"
    111441111024      echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
    111442 echo "configure:111443: checking whether a statically linked program can dlopen itself" >&5
     111025echo "configure:111026: checking whether a statically linked program can dlopen itself" >&5
    111443111026if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then
    111444111027  echo $ac_n "(cached) $ac_c" 1>&6
    111445111028else
     
    111449111032  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    111450111033  lt_status=$lt_dlunknown
    111451111034  cat > conftest.$ac_ext <<EOF
    111452 #line 111453 "configure"
     111035#line 111036 "configure"
    111453111036#include "confdefs.h"
    111454111037
    111455111038#if HAVE_DLFCN_H
     
    111510111093    exit (status);
    111511111094}
    111512111095EOF
    111513   if { (eval echo configure:111514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
     111096  if { (eval echo configure:111097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
    111514111097    (./conftest; exit; ) >&5 2>/dev/null
    111515111098    lt_status=$?
    111516111099    case x$lt_status in
     
    111551111134
    111552111135# Report which librarie types wil actually be built
    111553111136echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6
    111554 echo "configure:111555: checking if libtool supports shared libraries" >&5
     111137echo "configure:111138: checking if libtool supports shared libraries" >&5
    111555111138echo "$ac_t""$can_build_shared" 1>&6
    111556111139
    111557111140echo $ac_n "checking whether to build shared libraries""... $ac_c" 1>&6
    111558 echo "configure:111559: checking whether to build shared libraries" >&5
     111141echo "configure:111142: checking whether to build shared libraries" >&5
    111559111142test "$can_build_shared" = "no" && enable_shared=no
    111560111143
    111561111144# On AIX, shared libraries and static libraries use the same namespace, and
     
    111578111161echo "$ac_t""$enable_shared" 1>&6
    111579111162
    111580111163echo $ac_n "checking whether to build static libraries""... $ac_c" 1>&6
    111581 echo "configure:111582: checking whether to build static libraries" >&5
     111164echo "configure:111165: checking whether to build static libraries" >&5
    111582111165# Make sure either enable_shared or enable_static is yes.
    111583111166test "$enable_shared" = yes || enable_static=yes
    111584111167echo "$ac_t""$enable_static" 1>&6
     
    112247111830if test "$GCC" = yes; then
    112248111831  # Check if gcc -print-prog-name=ld gives a path.
    112249111832  echo $ac_n "checking for ld used by $CC""... $ac_c" 1>&6
    112250 echo "configure:112251: checking for ld used by $CC" >&5
     111833echo "configure:111834: checking for ld used by $CC" >&5
    112251111834  case $host in
    112252111835  *-*-mingw*)
    112253111836    # gcc leaves a trailing carriage return which upsets mingw
     
    112277111860  esac
    112278111861elif test "$with_gnu_ld" = yes; then
    112279111862  echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
    112280 echo "configure:112281: checking for GNU ld" >&5
     111863echo "configure:111864: checking for GNU ld" >&5
    112281111864else
    112282111865  echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
    112283 echo "configure:112284: checking for non-GNU ld" >&5
     111866echo "configure:111867: checking for non-GNU ld" >&5
    112284111867fi
    112285111868if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
    112286111869  echo $ac_n "(cached) $ac_c" 1>&6
     
    112319111902fi
    112320111903test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
    112321111904echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
    112322 echo "configure:112323: checking if the linker ($LD) is GNU ld" >&5
     111905echo "configure:111906: checking if the linker ($LD) is GNU ld" >&5
    112323111906if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
    112324111907  echo $ac_n "(cached) $ac_c" 1>&6
    112325111908else
     
    112385111968
    112386111969# PORTME: fill in a description of your system's C++ link characteristics
    112387111970echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6
    112388 echo "configure:112389: checking whether the $compiler linker ($LD) supports shared libraries" >&5
     111971echo "configure:111972: checking whether the $compiler linker ($LD) supports shared libraries" >&5
    112389111972ld_shlibs_CXX=yes
    112390111973case $host_os in
    112391111974  aix3*)
     
    112481112064      # Determine the default libpath from the value encoded in an empty executable.
    112482112065     
    112483112066cat > conftest.$ac_ext <<EOF
    112484 #line 112485 "configure"
     112067#line 112068 "configure"
    112485112068#include "confdefs.h"
    112486112069int main() {
    112487112070; return 0; }
    112488112071EOF
    112489 if { (eval echo configure:112490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     112072if { (eval echo configure:112073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    112490112073 
    112491112074aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
    112492112075}'`
     
    112513112096        # Determine the default libpath from the value encoded in an empty executable.
    112514112097       
    112515112098cat > conftest.$ac_ext <<EOF
    112516 #line 112517 "configure"
     112099#line 112100 "configure"
    112517112100#include "confdefs.h"
    112518112101int main() {
    112519112102; return 0; }
    112520112103EOF
    112521 if { (eval echo configure:112522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     112104if { (eval echo configure:112105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    112522112105 
    112523112106aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
    112524112107}'`
     
    113225112808};
    113226112809EOF
    113227112810
    113228 if { (eval echo configure:113229: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     112811if { (eval echo configure:112812: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    113229112812  # Parse the compiler output and extract the necessary
    113230112813  # objects, libraries and library flags.
    113231112814
     
    113335112918lt_prog_compiler_static_CXX=
    113336112919
    113337112920echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6
    113338 echo "configure:113339: checking for $compiler option to produce PIC" >&5
     112921echo "configure:112922: checking for $compiler option to produce PIC" >&5
    113339112922 
    113340112923  # C++ specific cases for pic, static, wl, etc.
    113341112924  if test "$GXX" = yes; then
     
    113610113193if test -n "$lt_prog_compiler_pic_CXX"; then
    113611113194 
    113612113195echo $ac_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works""... $ac_c" 1>&6
    113613 echo "configure:113614: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
     113196echo "configure:113197: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
    113614113197if eval "test \"`echo '$''{'lt_prog_compiler_pic_works_CXX'+set}'`\" = set"; then
    113615113198  echo $ac_n "(cached) $ac_c" 1>&6
    113616113199else
     
    113627113210   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    113628113211   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    113629113212   -e 's:$: $lt_compiler_flag:'`
    113630    (eval echo "\"configure:113631: $lt_compile\"" >&5)
     113213   (eval echo "\"configure:113214: $lt_compile\"" >&5)
    113631113214   (eval "$lt_compile" 2>conftest.err)
    113632113215   ac_status=$?
    113633113216   cat conftest.err >&5
    113634    echo "configure:113635: \$? = $ac_status" >&5
     113217   echo "configure:113218: \$? = $ac_status" >&5
    113635113218   if (exit $ac_status) && test -s "$ac_outfile"; then
    113636113219     # The compiler can only warn and ignore the option if not recognized
    113637113220     # So say no if there are warnings other than the usual output.
     
    113669113252esac
    113670113253
    113671113254echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6
    113672 echo "configure:113673: checking if $compiler supports -c -o file.$ac_objext" >&5
     113255echo "configure:113256: checking if $compiler supports -c -o file.$ac_objext" >&5
    113673113256if eval "test \"`echo '$''{'lt_cv_prog_compiler_c_o_CXX'+set}'`\" = set"; then
    113674113257  echo $ac_n "(cached) $ac_c" 1>&6
    113675113258else
     
    113689113272   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
    113690113273   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    113691113274   -e 's:$: $lt_compiler_flag:'`
    113692    (eval echo "\"configure:113693: $lt_compile\"" >&5)
     113275   (eval echo "\"configure:113276: $lt_compile\"" >&5)
    113693113276   (eval "$lt_compile" 2>out/conftest.err)
    113694113277   ac_status=$?
    113695113278   cat out/conftest.err >&5
    113696    echo "configure:113697: \$? = $ac_status" >&5
     113279   echo "configure:113280: \$? = $ac_status" >&5
    113697113280   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    113698113281   then
    113699113282     # The compiler can only warn and ignore the option if not recognized
     
    113723113306if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
    113724113307  # do not overwrite the value of need_locks provided by the user
    113725113308  echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6
    113726 echo "configure:113727: checking if we can lock with hard links" >&5
     113309echo "configure:113310: checking if we can lock with hard links" >&5
    113727113310  hard_links=yes
    113728113311  $rm conftest*
    113729113312  ln conftest.a conftest.b 2>/dev/null && hard_links=no
     
    113740113323fi
    113741113324
    113742113325echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6
    113743 echo "configure:113744: checking whether the $compiler linker ($LD) supports shared libraries" >&5
     113326echo "configure:113327: checking whether the $compiler linker ($LD) supports shared libraries" >&5
    113744113327
    113745113328  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
    113746113329  case $host_os in
     
    113790113373      # systems, -lgcc has to come before -lc. If gcc already passes -lc
    113791113374      # to ld, don't add -lc before -lgcc.
    113792113375      echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6
    113793 echo "configure:113794: checking whether -lc should be explicitly linked in" >&5
     113376echo "configure:113377: checking whether -lc should be explicitly linked in" >&5
    113794113377      $rm conftest*
    113795113378      printf "$lt_simple_compile_test_code" > conftest.$ac_ext
    113796113379
    113797       if { (eval echo configure:113798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
     113380      if { (eval echo configure:113381: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
    113798113381        soname=conftest
    113799113382        lib=conftest
    113800113383        libobjs=conftest.$ac_objext
     
    113807113390        libname=conftest
    113808113391        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
    113809113392        allow_undefined_flag_CXX=
    113810         if { (eval echo configure:113811: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
     113393        if { (eval echo configure:113394: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
    113811113394        then
    113812113395          archive_cmds_need_lc_CXX=no
    113813113396        else
     
    113826113409esac
    113827113410
    113828113411echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6
    113829 echo "configure:113830: checking dynamic linker characteristics" >&5
     113412echo "configure:113413: checking dynamic linker characteristics" >&5
    113830113413library_names_spec=
    113831113414libname_spec='lib$name'
    113832113415soname_spec=
     
    114200113783  libsuff=
    114201113784  case $host_cpu in
    114202113785  x86_64*|s390x*|powerpc64*)
    114203     echo '#line 114204 "configure"' > conftest.$ac_ext
    114204     if { (eval echo configure:114205: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     113786    echo '#line 113787 "configure"' > conftest.$ac_ext
     113787    if { (eval echo configure:113788: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    114205113788      case `/usr/bin/file conftest.$ac_objext` in
    114206113789      *64-bit*)
    114207113790        libsuff=64
     
    114400113983test "$dynamic_linker" = no && can_build_shared=no
    114401113984
    114402113985echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6
    114403 echo "configure:114404: checking how to hardcode library paths into programs" >&5
     113986echo "configure:113987: checking how to hardcode library paths into programs" >&5
    114404113987hardcode_action_CXX=
    114405113988if test -n "$hardcode_libdir_flag_spec_CXX" || \
    114406113989   test -n "$runpath_var_CXX" || \
     
    114438114021striplib=
    114439114022old_striplib=
    114440114023echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6
    114441 echo "configure:114442: checking whether stripping libraries is possible" >&5
     114024echo "configure:114025: checking whether stripping libraries is possible" >&5
    114442114025if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
    114443114026  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
    114444114027  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
     
    114488114071  darwin*)
    114489114072  # if libdl is installed we need to link against it
    114490114073    echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    114491 echo "configure:114492: checking for dlopen in -ldl" >&5
     114074echo "configure:114075: checking for dlopen in -ldl" >&5
    114492114075ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    114493114076if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    114494114077  echo $ac_n "(cached) $ac_c" 1>&6
     
    114496114079  ac_save_LIBS="$LIBS"
    114497114080LIBS="-ldl  $LIBS"
    114498114081cat > conftest.$ac_ext <<EOF
    114499 #line 114500 "configure"
     114082#line 114083 "configure"
    114500114083#include "confdefs.h"
    114501114084/* Override any gcc2 internal prototype to avoid an error.  */
    114502114085#ifdef __cplusplus
     
    114510114093dlopen()
    114511114094; return 0; }
    114512114095EOF
    114513 if { (eval echo configure:114514: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     114096if { (eval echo configure:114097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    114514114097  rm -rf conftest*
    114515114098  eval "ac_cv_lib_$ac_lib_var=yes"
    114516114099else
     
    114539114122
    114540114123  *)
    114541114124    echo $ac_n "checking for shl_load""... $ac_c" 1>&6
    114542 echo "configure:114543: checking for shl_load" >&5
     114125echo "configure:114126: checking for shl_load" >&5
    114543114126if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
    114544114127  echo $ac_n "(cached) $ac_c" 1>&6
    114545114128else
    114546114129  cat > conftest.$ac_ext <<EOF
    114547 #line 114548 "configure"
     114130#line 114131 "configure"
    114548114131#include "confdefs.h"
    114549114132/* System header to define __stub macros and hopefully few prototypes,
    114550114133    which can conflict with char shl_load(); below.  */
     
    114570114153
    114571114154; return 0; }
    114572114155EOF
    114573 if { (eval echo configure:114574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     114156if { (eval echo configure:114157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    114574114157  rm -rf conftest*
    114575114158  eval "ac_cv_func_shl_load=yes"
    114576114159else
     
    114588114171else
    114589114172  echo "$ac_t""no" 1>&6
    114590114173echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
    114591 echo "configure:114592: checking for shl_load in -ldld" >&5
     114174echo "configure:114175: checking for shl_load in -ldld" >&5
    114592114175ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
    114593114176if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    114594114177  echo $ac_n "(cached) $ac_c" 1>&6
     
    114596114179  ac_save_LIBS="$LIBS"
    114597114180LIBS="-ldld  $LIBS"
    114598114181cat > conftest.$ac_ext <<EOF
    114599 #line 114600 "configure"
     114182#line 114183 "configure"
    114600114183#include "confdefs.h"
    114601114184/* Override any gcc2 internal prototype to avoid an error.  */
    114602114185#ifdef __cplusplus
     
    114610114193shl_load()
    114611114194; return 0; }
    114612114195EOF
    114613 if { (eval echo configure:114614: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     114196if { (eval echo configure:114197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    114614114197  rm -rf conftest*
    114615114198  eval "ac_cv_lib_$ac_lib_var=yes"
    114616114199else
     
    114629114212else
    114630114213  echo "$ac_t""no" 1>&6
    114631114214echo $ac_n "checking for dlopen""... $ac_c" 1>&6
    114632 echo "configure:114633: checking for dlopen" >&5
     114215echo "configure:114216: checking for dlopen" >&5
    114633114216if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
    114634114217  echo $ac_n "(cached) $ac_c" 1>&6
    114635114218else
    114636114219  cat > conftest.$ac_ext <<EOF
    114637 #line 114638 "configure"
     114220#line 114221 "configure"
    114638114221#include "confdefs.h"
    114639114222/* System header to define __stub macros and hopefully few prototypes,
    114640114223    which can conflict with char dlopen(); below.  */
     
    114660114243
    114661114244; return 0; }
    114662114245EOF
    114663 if { (eval echo configure:114664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     114246if { (eval echo configure:114247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    114664114247  rm -rf conftest*
    114665114248  eval "ac_cv_func_dlopen=yes"
    114666114249else
     
    114678114261else
    114679114262  echo "$ac_t""no" 1>&6
    114680114263echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    114681 echo "configure:114682: checking for dlopen in -ldl" >&5
     114264echo "configure:114265: checking for dlopen in -ldl" >&5
    114682114265ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    114683114266if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    114684114267  echo $ac_n "(cached) $ac_c" 1>&6
     
    114686114269  ac_save_LIBS="$LIBS"
    114687114270LIBS="-ldl  $LIBS"
    114688114271cat > conftest.$ac_ext <<EOF
    114689 #line 114690 "configure"
     114272#line 114273 "configure"
    114690114273#include "confdefs.h"
    114691114274/* Override any gcc2 internal prototype to avoid an error.  */
    114692114275#ifdef __cplusplus
     
    114700114283dlopen()
    114701114284; return 0; }
    114702114285EOF
    114703 if { (eval echo configure:114704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     114286if { (eval echo configure:114287: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    114704114287  rm -rf conftest*
    114705114288  eval "ac_cv_lib_$ac_lib_var=yes"
    114706114289else
     
    114719114302else
    114720114303  echo "$ac_t""no" 1>&6
    114721114304echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6
    114722 echo "configure:114723: checking for dlopen in -lsvld" >&5
     114305echo "configure:114306: checking for dlopen in -lsvld" >&5
    114723114306ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
    114724114307if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    114725114308  echo $ac_n "(cached) $ac_c" 1>&6
     
    114727114310  ac_save_LIBS="$LIBS"
    114728114311LIBS="-lsvld  $LIBS"
    114729114312cat > conftest.$ac_ext <<EOF
    114730 #line 114731 "configure"
     114313#line 114314 "configure"
    114731114314#include "confdefs.h"
    114732114315/* Override any gcc2 internal prototype to avoid an error.  */
    114733114316#ifdef __cplusplus
     
    114741114324dlopen()
    114742114325; return 0; }
    114743114326EOF
    114744 if { (eval echo configure:114745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     114327if { (eval echo configure:114328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    114745114328  rm -rf conftest*
    114746114329  eval "ac_cv_lib_$ac_lib_var=yes"
    114747114330else
     
    114760114343else
    114761114344  echo "$ac_t""no" 1>&6
    114762114345echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
    114763 echo "configure:114764: checking for dld_link in -ldld" >&5
     114346echo "configure:114347: checking for dld_link in -ldld" >&5
    114764114347ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
    114765114348if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
    114766114349  echo $ac_n "(cached) $ac_c" 1>&6
     
    114768114351  ac_save_LIBS="$LIBS"
    114769114352LIBS="-ldld  $LIBS"
    114770114353cat > conftest.$ac_ext <<EOF
    114771 #line 114772 "configure"
     114354#line 114355 "configure"
    114772114355#include "confdefs.h"
    114773114356/* Override any gcc2 internal prototype to avoid an error.  */
    114774114357#ifdef __cplusplus
     
    114782114365dld_link()
    114783114366; return 0; }
    114784114367EOF
    114785 if { (eval echo configure:114786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     114368if { (eval echo configure:114369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    114786114369  rm -rf conftest*
    114787114370  eval "ac_cv_lib_$ac_lib_var=yes"
    114788114371else
     
    114838114421    LIBS="$lt_cv_dlopen_libs $LIBS"
    114839114422
    114840114423    echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
    114841 echo "configure:114842: checking whether a program can dlopen itself" >&5
     114424echo "configure:114425: checking whether a program can dlopen itself" >&5
    114842114425if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then
    114843114426  echo $ac_n "(cached) $ac_c" 1>&6
    114844114427else
     
    114848114431  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    114849114432  lt_status=$lt_dlunknown
    114850114433  cat > conftest.$ac_ext <<EOF
    114851 #line 114852 "configure"
     114434#line 114435 "configure"
    114852114435#include "confdefs.h"
    114853114436
    114854114437#if HAVE_DLFCN_H
     
    114909114492    exit (status);
    114910114493}
    114911114494EOF
    114912   if { (eval echo configure:114913: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
     114495  if { (eval echo configure:114496: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
    114913114496    (./conftest; exit; ) >&5 2>/dev/null
    114914114497    lt_status=$?
    114915114498    case x$lt_status in
     
    114932114515    if test "x$lt_cv_dlopen_self" = xyes; then
    114933114516      LDFLAGS="$LDFLAGS $link_static_flag"
    114934114517      echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
    114935 echo "configure:114936: checking whether a statically linked program can dlopen itself" >&5
     114518echo "configure:114519: checking whether a statically linked program can dlopen itself" >&5
    114936114519if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then
    114937114520  echo $ac_n "(cached) $ac_c" 1>&6
    114938114521else
     
    114942114525  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
    114943114526  lt_status=$lt_dlunknown
    114944114527  cat > conftest.$ac_ext <<EOF
    114945 #line 114946 "configure"
     114528#line 114529 "configure"
    114946114529#include "confdefs.h"
    114947114530
    114948114531#if HAVE_DLFCN_H
     
    115003114586    exit (status);
    115004114587}
    115005114588EOF
    115006   if { (eval echo configure:115007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
     114589  if { (eval echo configure:114590: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
    115007114590    (./conftest; exit; ) >&5 2>/dev/null
    115008114591    lt_status=$?
    115009114592    case x$lt_status in