Ticket #11283: patch-configure.diff
| File patch-configure.diff, 150.3 KB (added by blb@…, 4 years ago) |
|---|
-
configure
old new 92179 92179 else 92180 92180 92181 92181 92182 unset ac_cv_lib_bind_res_nmkquery92183 unset ac_cv_lib_bind___res_nmkquery92184 unset found92185 echo $ac_n "checking for res_nmkquery in -lbind""... $ac_c" 1>&692186 echo "configure:92187: checking for res_nmkquery in -lbind" >&592187 ac_lib_var=`echo bind'_'res_nmkquery | sed 'y%./+-%__p_%'`92188 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92189 echo $ac_n "(cached) $ac_c" 1>&692190 else92191 ac_save_LIBS="$LIBS"92192 LIBS="-lbind $LIBS"92193 cat > conftest.$ac_ext <<EOF92194 #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 gcc292198 builtin and then its argument prototype would still apply. */92199 char res_nmkquery();92200 92201 int main() {92202 res_nmkquery()92203 ; return 0; }92204 EOF92205 if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92206 rm -rf conftest*92207 eval "ac_cv_lib_$ac_lib_var=yes"92208 else92209 echo "configure: failed program was:" >&592210 cat conftest.$ac_ext >&592211 rm -rf conftest*92212 eval "ac_cv_lib_$ac_lib_var=no"92213 fi92214 rm -f conftest*92215 LIBS="$ac_save_LIBS"92216 92217 fi92218 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92219 echo "$ac_t""yes" 1>&692220 found=yes92221 else92222 echo "$ac_t""no" 1>&692223 92224 echo $ac_n "checking for __res_nmkquery in -lbind""... $ac_c" 1>&692225 echo "configure:92226: checking for __res_nmkquery in -lbind" >&592226 ac_lib_var=`echo bind'_'__res_nmkquery | sed 'y%./+-%__p_%'`92227 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92228 echo $ac_n "(cached) $ac_c" 1>&692229 else92230 ac_save_LIBS="$LIBS"92231 LIBS="-lbind $LIBS"92232 cat > conftest.$ac_ext <<EOF92233 #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 gcc292237 builtin and then its argument prototype would still apply. */92238 char __res_nmkquery();92239 92240 int main() {92241 __res_nmkquery()92242 ; return 0; }92243 EOF92244 if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92245 rm -rf conftest*92246 eval "ac_cv_lib_$ac_lib_var=yes"92247 else92248 echo "configure: failed program was:" >&592249 cat conftest.$ac_ext >&592250 rm -rf conftest*92251 eval "ac_cv_lib_$ac_lib_var=no"92252 fi92253 rm -f conftest*92254 LIBS="$ac_save_LIBS"92255 92256 fi92257 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92258 echo "$ac_t""yes" 1>&692259 found=yes92260 else92261 echo "$ac_t""no" 1>&692262 found=no92263 fi92264 92265 92266 fi92267 92268 92269 if test "$found" = "yes"; then92270 ac_libs=$LIBS92271 LIBS="$LIBS -lbind"92272 if test "$cross_compiling" = yes; then92273 found=no92274 else92275 cat > conftest.$ac_ext <<EOF92276 #line 92277 "configure"92277 #include "confdefs.h"92278 main() { return (0); }92279 EOF92280 if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92281 then92282 found=yes92283 else92284 echo "configure: failed program was:" >&592285 cat conftest.$ac_ext >&592286 rm -fr conftest*92287 found=no92288 fi92289 rm -fr conftest*92290 fi92291 92292 LIBS=$ac_libs92293 fi92294 92295 if test "$found" = "yes"; then92296 92297 92298 case bind in92299 c|c_r|pthread*) ;;92300 *)92301 LIBS="-lbind $LIBS"92302 ;;92303 esac92304 92305 92306 cat >> confdefs.h <<\EOF92307 #define HAVE_RES_NMKQUERY 192308 EOF92309 92310 cat >> confdefs.h <<\EOF92311 #define HAVE_LIBBIND 192312 EOF92313 92314 ac_cv_func_res_nmkquery=yes92315 else92316 92317 92318 92182 unset ac_cv_lib_socket_res_nmkquery 92319 92183 unset ac_cv_lib_socket___res_nmkquery 92320 92184 unset found 92321 92185 echo $ac_n "checking for res_nmkquery in -lsocket""... $ac_c" 1>&6 92322 echo "configure:92 323: checking for res_nmkquery in -lsocket" >&592186 echo "configure:92187: checking for res_nmkquery in -lsocket" >&5 92323 92187 ac_lib_var=`echo socket'_'res_nmkquery | sed 'y%./+-%__p_%'` 92324 92188 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92325 92189 echo $ac_n "(cached) $ac_c" 1>&6 … … 92327 92191 ac_save_LIBS="$LIBS" 92328 92192 LIBS="-lsocket $LIBS" 92329 92193 cat > conftest.$ac_ext <<EOF 92330 #line 92 331"configure"92194 #line 92195 "configure" 92331 92195 #include "confdefs.h" 92332 92196 /* Override any gcc2 internal prototype to avoid an error. */ 92333 92197 /* We use char because int might match the return type of a gcc2 … … 92338 92202 res_nmkquery() 92339 92203 ; return 0; } 92340 92204 EOF 92341 if { (eval echo configure:92 342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92205 if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92342 92206 rm -rf conftest* 92343 92207 eval "ac_cv_lib_$ac_lib_var=yes" 92344 92208 else … … 92358 92222 echo "$ac_t""no" 1>&6 92359 92223 92360 92224 echo $ac_n "checking for __res_nmkquery in -lsocket""... $ac_c" 1>&6 92361 echo "configure:92 362: checking for __res_nmkquery in -lsocket" >&592225 echo "configure:92226: checking for __res_nmkquery in -lsocket" >&5 92362 92226 ac_lib_var=`echo socket'_'__res_nmkquery | sed 'y%./+-%__p_%'` 92363 92227 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92364 92228 echo $ac_n "(cached) $ac_c" 1>&6 … … 92366 92230 ac_save_LIBS="$LIBS" 92367 92231 LIBS="-lsocket $LIBS" 92368 92232 cat > conftest.$ac_ext <<EOF 92369 #line 92 370"configure"92233 #line 92234 "configure" 92370 92234 #include "confdefs.h" 92371 92235 /* Override any gcc2 internal prototype to avoid an error. */ 92372 92236 /* We use char because int might match the return type of a gcc2 … … 92377 92241 __res_nmkquery() 92378 92242 ; return 0; } 92379 92243 EOF 92380 if { (eval echo configure:92 381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92244 if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92381 92245 rm -rf conftest* 92382 92246 eval "ac_cv_lib_$ac_lib_var=yes" 92383 92247 else … … 92409 92273 found=no 92410 92274 else 92411 92275 cat > conftest.$ac_ext <<EOF 92412 #line 92 413"configure"92276 #line 92277 "configure" 92413 92277 #include "confdefs.h" 92414 92278 main() { return (0); } 92415 92279 EOF 92416 if { (eval echo configure:92 417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92280 if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 92417 92281 then 92418 92282 found=yes 92419 92283 else … … 92457 92321 92458 92322 fi 92459 92323 92460 92461 fi92462 92463 92324 ;; 92464 92325 92465 92326 esac … … 92470 92331 unset found 92471 92332 92472 92333 echo $ac_n "checking for res_nsend""... $ac_c" 1>&6 92473 echo "configure:92 474: checking for res_nsend" >&592334 echo "configure:92335: checking for res_nsend" >&5 92474 92335 if eval "test \"`echo '$''{'ac_cv_func_res_nsend'+set}'`\" = set"; then 92475 92336 echo $ac_n "(cached) $ac_c" 1>&6 92476 92337 else 92477 92338 cat > conftest.$ac_ext <<EOF 92478 #line 92 479"configure"92339 #line 92340 "configure" 92479 92340 #include "confdefs.h" 92480 92341 /* System header to define __stub macros and hopefully few prototypes, 92481 92342 which can conflict with char res_nsend(); below. */ … … 92498 92359 92499 92360 ; return 0; } 92500 92361 EOF 92501 if { (eval echo configure:92 502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92362 if { (eval echo configure:92363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92502 92363 rm -rf conftest* 92503 92364 eval "ac_cv_func_res_nsend=yes" 92504 92365 else … … 92516 92377 else 92517 92378 echo "$ac_t""no" 1>&6 92518 92379 echo $ac_n "checking for __res_nsend""... $ac_c" 1>&6 92519 echo "configure:92 520: checking for __res_nsend" >&592380 echo "configure:92381: checking for __res_nsend" >&5 92520 92381 if eval "test \"`echo '$''{'ac_cv_func___res_nsend'+set}'`\" = set"; then 92521 92382 echo $ac_n "(cached) $ac_c" 1>&6 92522 92383 else 92523 92384 cat > conftest.$ac_ext <<EOF 92524 #line 92 525"configure"92385 #line 92386 "configure" 92525 92386 #include "confdefs.h" 92526 92387 /* System header to define __stub macros and hopefully few prototypes, 92527 92388 which can conflict with char __res_nsend(); below. */ … … 92544 92405 92545 92406 ; return 0; } 92546 92407 EOF 92547 if { (eval echo configure:92 548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92408 if { (eval echo configure:92409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92548 92409 rm -rf conftest* 92549 92410 eval "ac_cv_func___res_nsend=yes" 92550 92411 else … … 92582 92443 unset ac_cv_lib_resolv___res_nsend 92583 92444 unset found 92584 92445 echo $ac_n "checking for res_nsend in -lresolv""... $ac_c" 1>&6 92585 echo "configure:92 586: checking for res_nsend in -lresolv" >&592446 echo "configure:92447: checking for res_nsend in -lresolv" >&5 92586 92447 ac_lib_var=`echo resolv'_'res_nsend | sed 'y%./+-%__p_%'` 92587 92448 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92588 92449 echo $ac_n "(cached) $ac_c" 1>&6 … … 92590 92451 ac_save_LIBS="$LIBS" 92591 92452 LIBS="-lresolv $LIBS" 92592 92453 cat > conftest.$ac_ext <<EOF 92593 #line 92 594"configure"92454 #line 92455 "configure" 92594 92455 #include "confdefs.h" 92595 92456 /* Override any gcc2 internal prototype to avoid an error. */ 92596 92457 /* We use char because int might match the return type of a gcc2 … … 92601 92462 res_nsend() 92602 92463 ; return 0; } 92603 92464 EOF 92604 if { (eval echo configure:92 605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92465 if { (eval echo configure:92466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92605 92466 rm -rf conftest* 92606 92467 eval "ac_cv_lib_$ac_lib_var=yes" 92607 92468 else … … 92621 92482 echo "$ac_t""no" 1>&6 92622 92483 92623 92484 echo $ac_n "checking for __res_nsend in -lresolv""... $ac_c" 1>&6 92624 echo "configure:92 625: checking for __res_nsend in -lresolv" >&592485 echo "configure:92486: checking for __res_nsend in -lresolv" >&5 92625 92486 ac_lib_var=`echo resolv'_'__res_nsend | sed 'y%./+-%__p_%'` 92626 92487 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92627 92488 echo $ac_n "(cached) $ac_c" 1>&6 … … 92629 92490 ac_save_LIBS="$LIBS" 92630 92491 LIBS="-lresolv $LIBS" 92631 92492 cat > conftest.$ac_ext <<EOF 92632 #line 92 633"configure"92493 #line 92494 "configure" 92633 92494 #include "confdefs.h" 92634 92495 /* Override any gcc2 internal prototype to avoid an error. */ 92635 92496 /* We use char because int might match the return type of a gcc2 … … 92640 92501 __res_nsend() 92641 92502 ; return 0; } 92642 92503 EOF 92643 if { (eval echo configure:92 644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92504 if { (eval echo configure:92505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92644 92505 rm -rf conftest* 92645 92506 eval "ac_cv_lib_$ac_lib_var=yes" 92646 92507 else … … 92672 92533 found=no 92673 92534 else 92674 92535 cat > conftest.$ac_ext <<EOF 92675 #line 92 676"configure"92536 #line 92537 "configure" 92676 92537 #include "confdefs.h" 92677 92538 main() { return (0); } 92678 92539 EOF 92679 if { (eval echo configure:92 680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92540 if { (eval echo configure:92541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 92680 92541 then 92681 92542 found=yes 92682 92543 else … … 92714 92575 else 92715 92576 92716 92577 92717 unset ac_cv_lib_bind_res_nsend92718 unset ac_cv_lib_bind___res_nsend92719 unset found92720 echo $ac_n "checking for res_nsend in -lbind""... $ac_c" 1>&692721 echo "configure:92722: checking for res_nsend in -lbind" >&592722 ac_lib_var=`echo bind'_'res_nsend | sed 'y%./+-%__p_%'`92723 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92724 echo $ac_n "(cached) $ac_c" 1>&692725 else92726 ac_save_LIBS="$LIBS"92727 LIBS="-lbind $LIBS"92728 cat > conftest.$ac_ext <<EOF92729 #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 gcc292733 builtin and then its argument prototype would still apply. */92734 char res_nsend();92735 92736 int main() {92737 res_nsend()92738 ; return 0; }92739 EOF92740 if { (eval echo configure:92741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92741 rm -rf conftest*92742 eval "ac_cv_lib_$ac_lib_var=yes"92743 else92744 echo "configure: failed program was:" >&592745 cat conftest.$ac_ext >&592746 rm -rf conftest*92747 eval "ac_cv_lib_$ac_lib_var=no"92748 fi92749 rm -f conftest*92750 LIBS="$ac_save_LIBS"92751 92752 fi92753 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92754 echo "$ac_t""yes" 1>&692755 found=yes92756 else92757 echo "$ac_t""no" 1>&692758 92759 echo $ac_n "checking for __res_nsend in -lbind""... $ac_c" 1>&692760 echo "configure:92761: checking for __res_nsend in -lbind" >&592761 ac_lib_var=`echo bind'_'__res_nsend | sed 'y%./+-%__p_%'`92762 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then92763 echo $ac_n "(cached) $ac_c" 1>&692764 else92765 ac_save_LIBS="$LIBS"92766 LIBS="-lbind $LIBS"92767 cat > conftest.$ac_ext <<EOF92768 #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 gcc292772 builtin and then its argument prototype would still apply. */92773 char __res_nsend();92774 92775 int main() {92776 __res_nsend()92777 ; return 0; }92778 EOF92779 if { (eval echo configure:92780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92780 rm -rf conftest*92781 eval "ac_cv_lib_$ac_lib_var=yes"92782 else92783 echo "configure: failed program was:" >&592784 cat conftest.$ac_ext >&592785 rm -rf conftest*92786 eval "ac_cv_lib_$ac_lib_var=no"92787 fi92788 rm -f conftest*92789 LIBS="$ac_save_LIBS"92790 92791 fi92792 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then92793 echo "$ac_t""yes" 1>&692794 found=yes92795 else92796 echo "$ac_t""no" 1>&692797 found=no92798 fi92799 92800 92801 fi92802 92803 92804 if test "$found" = "yes"; then92805 ac_libs=$LIBS92806 LIBS="$LIBS -lbind"92807 if test "$cross_compiling" = yes; then92808 found=no92809 else92810 cat > conftest.$ac_ext <<EOF92811 #line 92812 "configure"92812 #include "confdefs.h"92813 main() { return (0); }92814 EOF92815 if { (eval echo configure:92816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92816 then92817 found=yes92818 else92819 echo "configure: failed program was:" >&592820 cat conftest.$ac_ext >&592821 rm -fr conftest*92822 found=no92823 fi92824 rm -fr conftest*92825 fi92826 92827 LIBS=$ac_libs92828 fi92829 92830 if test "$found" = "yes"; then92831 92832 92833 case bind in92834 c|c_r|pthread*) ;;92835 *)92836 LIBS="-lbind $LIBS"92837 ;;92838 esac92839 92840 92841 cat >> confdefs.h <<\EOF92842 #define HAVE_RES_NSEND 192843 EOF92844 92845 cat >> confdefs.h <<\EOF92846 #define HAVE_LIBBIND 192847 EOF92848 92849 ac_cv_func_res_nsend=yes92850 else92851 92852 92853 92578 unset ac_cv_lib_socket_res_nsend 92854 92579 unset ac_cv_lib_socket___res_nsend 92855 92580 unset found 92856 92581 echo $ac_n "checking for res_nsend in -lsocket""... $ac_c" 1>&6 92857 echo "configure:92 858: checking for res_nsend in -lsocket" >&592582 echo "configure:92583: checking for res_nsend in -lsocket" >&5 92858 92583 ac_lib_var=`echo socket'_'res_nsend | sed 'y%./+-%__p_%'` 92859 92584 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92860 92585 echo $ac_n "(cached) $ac_c" 1>&6 … … 92862 92587 ac_save_LIBS="$LIBS" 92863 92588 LIBS="-lsocket $LIBS" 92864 92589 cat > conftest.$ac_ext <<EOF 92865 #line 92 866"configure"92590 #line 92591 "configure" 92866 92591 #include "confdefs.h" 92867 92592 /* Override any gcc2 internal prototype to avoid an error. */ 92868 92593 /* We use char because int might match the return type of a gcc2 … … 92873 92598 res_nsend() 92874 92599 ; return 0; } 92875 92600 EOF 92876 if { (eval echo configure:92 877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92601 if { (eval echo configure:92602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92877 92602 rm -rf conftest* 92878 92603 eval "ac_cv_lib_$ac_lib_var=yes" 92879 92604 else … … 92893 92618 echo "$ac_t""no" 1>&6 92894 92619 92895 92620 echo $ac_n "checking for __res_nsend in -lsocket""... $ac_c" 1>&6 92896 echo "configure:92 897: checking for __res_nsend in -lsocket" >&592621 echo "configure:92622: checking for __res_nsend in -lsocket" >&5 92897 92622 ac_lib_var=`echo socket'_'__res_nsend | sed 'y%./+-%__p_%'` 92898 92623 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 92899 92624 echo $ac_n "(cached) $ac_c" 1>&6 … … 92901 92626 ac_save_LIBS="$LIBS" 92902 92627 LIBS="-lsocket $LIBS" 92903 92628 cat > conftest.$ac_ext <<EOF 92904 #line 92 905"configure"92629 #line 92630 "configure" 92905 92630 #include "confdefs.h" 92906 92631 /* Override any gcc2 internal prototype to avoid an error. */ 92907 92632 /* We use char because int might match the return type of a gcc2 … … 92912 92637 __res_nsend() 92913 92638 ; return 0; } 92914 92639 EOF 92915 if { (eval echo configure:92 916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92640 if { (eval echo configure:92641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 92916 92641 rm -rf conftest* 92917 92642 eval "ac_cv_lib_$ac_lib_var=yes" 92918 92643 else … … 92944 92669 found=no 92945 92670 else 92946 92671 cat > conftest.$ac_ext <<EOF 92947 #line 92 948"configure"92672 #line 92673 "configure" 92948 92673 #include "confdefs.h" 92949 92674 main() { return (0); } 92950 92675 EOF 92951 if { (eval echo configure:92 952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92676 if { (eval echo configure:92677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 92952 92677 then 92953 92678 found=yes 92954 92679 else … … 92992 92717 92993 92718 fi 92994 92719 92995 92996 fi92997 92998 92720 ;; 92999 92721 93000 92722 esac … … 93005 92727 unset found 93006 92728 93007 92729 echo $ac_n "checking for dn_expand""... $ac_c" 1>&6 93008 echo "configure:9 3009: checking for dn_expand" >&592730 echo "configure:92731: checking for dn_expand" >&5 93009 92731 if eval "test \"`echo '$''{'ac_cv_func_dn_expand'+set}'`\" = set"; then 93010 92732 echo $ac_n "(cached) $ac_c" 1>&6 93011 92733 else 93012 92734 cat > conftest.$ac_ext <<EOF 93013 #line 9 3014"configure"92735 #line 92736 "configure" 93014 92736 #include "confdefs.h" 93015 92737 /* System header to define __stub macros and hopefully few prototypes, 93016 92738 which can conflict with char dn_expand(); below. */ … … 93033 92755 93034 92756 ; return 0; } 93035 92757 EOF 93036 if { (eval echo configure:9 3037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92758 if { (eval echo configure:92759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93037 92759 rm -rf conftest* 93038 92760 eval "ac_cv_func_dn_expand=yes" 93039 92761 else … … 93051 92773 else 93052 92774 echo "$ac_t""no" 1>&6 93053 92775 echo $ac_n "checking for __dn_expand""... $ac_c" 1>&6 93054 echo "configure:9 3055: checking for __dn_expand" >&592776 echo "configure:92777: checking for __dn_expand" >&5 93055 92777 if eval "test \"`echo '$''{'ac_cv_func___dn_expand'+set}'`\" = set"; then 93056 92778 echo $ac_n "(cached) $ac_c" 1>&6 93057 92779 else 93058 92780 cat > conftest.$ac_ext <<EOF 93059 #line 9 3060"configure"92781 #line 92782 "configure" 93060 92782 #include "confdefs.h" 93061 92783 /* System header to define __stub macros and hopefully few prototypes, 93062 92784 which can conflict with char __dn_expand(); below. */ … … 93079 92801 93080 92802 ; return 0; } 93081 92803 EOF 93082 if { (eval echo configure:9 3083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92804 if { (eval echo configure:92805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93083 92805 rm -rf conftest* 93084 92806 eval "ac_cv_func___dn_expand=yes" 93085 92807 else … … 93117 92839 unset ac_cv_lib_resolv___dn_expand 93118 92840 unset found 93119 92841 echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6 93120 echo "configure:9 3121: checking for dn_expand in -lresolv" >&592842 echo "configure:92843: checking for dn_expand in -lresolv" >&5 93121 92843 ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'` 93122 92844 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93123 92845 echo $ac_n "(cached) $ac_c" 1>&6 … … 93125 92847 ac_save_LIBS="$LIBS" 93126 92848 LIBS="-lresolv $LIBS" 93127 92849 cat > conftest.$ac_ext <<EOF 93128 #line 9 3129"configure"92850 #line 92851 "configure" 93129 92851 #include "confdefs.h" 93130 92852 /* Override any gcc2 internal prototype to avoid an error. */ 93131 92853 /* We use char because int might match the return type of a gcc2 … … 93136 92858 dn_expand() 93137 92859 ; return 0; } 93138 92860 EOF 93139 if { (eval echo configure:9 3140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92861 if { (eval echo configure:92862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93140 92862 rm -rf conftest* 93141 92863 eval "ac_cv_lib_$ac_lib_var=yes" 93142 92864 else … … 93156 92878 echo "$ac_t""no" 1>&6 93157 92879 93158 92880 echo $ac_n "checking for __dn_expand in -lresolv""... $ac_c" 1>&6 93159 echo "configure:9 3160: checking for __dn_expand in -lresolv" >&592881 echo "configure:92882: checking for __dn_expand in -lresolv" >&5 93160 92882 ac_lib_var=`echo resolv'_'__dn_expand | sed 'y%./+-%__p_%'` 93161 92883 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93162 92884 echo $ac_n "(cached) $ac_c" 1>&6 … … 93164 92886 ac_save_LIBS="$LIBS" 93165 92887 LIBS="-lresolv $LIBS" 93166 92888 cat > conftest.$ac_ext <<EOF 93167 #line 9 3168"configure"92889 #line 92890 "configure" 93168 92890 #include "confdefs.h" 93169 92891 /* Override any gcc2 internal prototype to avoid an error. */ 93170 92892 /* We use char because int might match the return type of a gcc2 … … 93175 92897 __dn_expand() 93176 92898 ; return 0; } 93177 92899 EOF 93178 if { (eval echo configure:9 3179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92900 if { (eval echo configure:92901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93179 92901 rm -rf conftest* 93180 92902 eval "ac_cv_lib_$ac_lib_var=yes" 93181 92903 else … … 93207 92929 found=no 93208 92930 else 93209 92931 cat > conftest.$ac_ext <<EOF 93210 #line 9 3211"configure"92932 #line 92933 "configure" 93211 92933 #include "confdefs.h" 93212 92934 main() { return (0); } 93213 92935 EOF 93214 if { (eval echo configure:9 3215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null92936 if { (eval echo configure:92937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93215 92937 then 93216 92938 found=yes 93217 92939 else … … 93249 92971 else 93250 92972 93251 92973 93252 unset ac_cv_lib_bind_dn_expand93253 unset ac_cv_lib_bind___dn_expand93254 unset found93255 echo $ac_n "checking for dn_expand in -lbind""... $ac_c" 1>&693256 echo "configure:93257: checking for dn_expand in -lbind" >&593257 ac_lib_var=`echo bind'_'dn_expand | sed 'y%./+-%__p_%'`93258 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then93259 echo $ac_n "(cached) $ac_c" 1>&693260 else93261 ac_save_LIBS="$LIBS"93262 LIBS="-lbind $LIBS"93263 cat > conftest.$ac_ext <<EOF93264 #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 gcc293268 builtin and then its argument prototype would still apply. */93269 char dn_expand();93270 93271 int main() {93272 dn_expand()93273 ; return 0; }93274 EOF93275 if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93276 rm -rf conftest*93277 eval "ac_cv_lib_$ac_lib_var=yes"93278 else93279 echo "configure: failed program was:" >&593280 cat conftest.$ac_ext >&593281 rm -rf conftest*93282 eval "ac_cv_lib_$ac_lib_var=no"93283 fi93284 rm -f conftest*93285 LIBS="$ac_save_LIBS"93286 93287 fi93288 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then93289 echo "$ac_t""yes" 1>&693290 found=yes93291 else93292 echo "$ac_t""no" 1>&693293 93294 echo $ac_n "checking for __dn_expand in -lbind""... $ac_c" 1>&693295 echo "configure:93296: checking for __dn_expand in -lbind" >&593296 ac_lib_var=`echo bind'_'__dn_expand | sed 'y%./+-%__p_%'`93297 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then93298 echo $ac_n "(cached) $ac_c" 1>&693299 else93300 ac_save_LIBS="$LIBS"93301 LIBS="-lbind $LIBS"93302 cat > conftest.$ac_ext <<EOF93303 #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 gcc293307 builtin and then its argument prototype would still apply. */93308 char __dn_expand();93309 93310 int main() {93311 __dn_expand()93312 ; return 0; }93313 EOF93314 if { (eval echo configure:93315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93315 rm -rf conftest*93316 eval "ac_cv_lib_$ac_lib_var=yes"93317 else93318 echo "configure: failed program was:" >&593319 cat conftest.$ac_ext >&593320 rm -rf conftest*93321 eval "ac_cv_lib_$ac_lib_var=no"93322 fi93323 rm -f conftest*93324 LIBS="$ac_save_LIBS"93325 93326 fi93327 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then93328 echo "$ac_t""yes" 1>&693329 found=yes93330 else93331 echo "$ac_t""no" 1>&693332 found=no93333 fi93334 93335 93336 fi93337 93338 93339 if test "$found" = "yes"; then93340 ac_libs=$LIBS93341 LIBS="$LIBS -lbind"93342 if test "$cross_compiling" = yes; then93343 found=no93344 else93345 cat > conftest.$ac_ext <<EOF93346 #line 93347 "configure"93347 #include "confdefs.h"93348 main() { return (0); }93349 EOF93350 if { (eval echo configure:93351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93351 then93352 found=yes93353 else93354 echo "configure: failed program was:" >&593355 cat conftest.$ac_ext >&593356 rm -fr conftest*93357 found=no93358 fi93359 rm -fr conftest*93360 fi93361 93362 LIBS=$ac_libs93363 fi93364 93365 if test "$found" = "yes"; then93366 93367 93368 case bind in93369 c|c_r|pthread*) ;;93370 *)93371 LIBS="-lbind $LIBS"93372 ;;93373 esac93374 93375 93376 cat >> confdefs.h <<\EOF93377 #define HAVE_DN_EXPAND 193378 EOF93379 93380 cat >> confdefs.h <<\EOF93381 #define HAVE_LIBBIND 193382 EOF93383 93384 ac_cv_func_dn_expand=yes93385 else93386 93387 93388 92974 unset ac_cv_lib_socket_dn_expand 93389 92975 unset ac_cv_lib_socket___dn_expand 93390 92976 unset found 93391 92977 echo $ac_n "checking for dn_expand in -lsocket""... $ac_c" 1>&6 93392 echo "configure:9 3393: checking for dn_expand in -lsocket" >&592978 echo "configure:92979: checking for dn_expand in -lsocket" >&5 93393 92979 ac_lib_var=`echo socket'_'dn_expand | sed 'y%./+-%__p_%'` 93394 92980 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93395 92981 echo $ac_n "(cached) $ac_c" 1>&6 … … 93397 92983 ac_save_LIBS="$LIBS" 93398 92984 LIBS="-lsocket $LIBS" 93399 92985 cat > conftest.$ac_ext <<EOF 93400 #line 9 3401"configure"92986 #line 92987 "configure" 93401 92987 #include "confdefs.h" 93402 92988 /* Override any gcc2 internal prototype to avoid an error. */ 93403 92989 /* We use char because int might match the return type of a gcc2 … … 93408 92994 dn_expand() 93409 92995 ; return 0; } 93410 92996 EOF 93411 if { (eval echo configure:9 3412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then92997 if { (eval echo configure:92998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93412 92998 rm -rf conftest* 93413 92999 eval "ac_cv_lib_$ac_lib_var=yes" 93414 93000 else … … 93428 93014 echo "$ac_t""no" 1>&6 93429 93015 93430 93016 echo $ac_n "checking for __dn_expand in -lsocket""... $ac_c" 1>&6 93431 echo "configure:93 432: checking for __dn_expand in -lsocket" >&593017 echo "configure:93018: checking for __dn_expand in -lsocket" >&5 93432 93018 ac_lib_var=`echo socket'_'__dn_expand | sed 'y%./+-%__p_%'` 93433 93019 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 93434 93020 echo $ac_n "(cached) $ac_c" 1>&6 … … 93436 93022 ac_save_LIBS="$LIBS" 93437 93023 LIBS="-lsocket $LIBS" 93438 93024 cat > conftest.$ac_ext <<EOF 93439 #line 93 440"configure"93025 #line 93026 "configure" 93440 93026 #include "confdefs.h" 93441 93027 /* Override any gcc2 internal prototype to avoid an error. */ 93442 93028 /* We use char because int might match the return type of a gcc2 … … 93447 93033 __dn_expand() 93448 93034 ; return 0; } 93449 93035 EOF 93450 if { (eval echo configure:93 451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93036 if { (eval echo configure:93037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93451 93037 rm -rf conftest* 93452 93038 eval "ac_cv_lib_$ac_lib_var=yes" 93453 93039 else … … 93479 93065 found=no 93480 93066 else 93481 93067 cat > conftest.$ac_ext <<EOF 93482 #line 93 483"configure"93068 #line 93069 "configure" 93483 93069 #include "confdefs.h" 93484 93070 main() { return (0); } 93485 93071 EOF 93486 if { (eval echo configure:93 487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93072 if { (eval echo configure:93073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93487 93073 then 93488 93074 found=yes 93489 93075 else … … 93527 93113 93528 93114 fi 93529 93115 93530 93531 fi93532 93533 93116 ;; 93534 93117 93535 93118 esac 93536 93119 93537 93120 93538 93121 echo $ac_n "checking whether atof() accepts NAN""... $ac_c" 1>&6 93539 echo "configure:93 540: checking whether atof() accepts NAN" >&593122 echo "configure:93123: checking whether atof() accepts NAN" >&5 93540 93123 if eval "test \"`echo '$''{'ac_cv_atof_accept_nan'+set}'`\" = set"; then 93541 93124 echo $ac_n "(cached) $ac_c" 1>&6 93542 93125 else … … 93547 93130 93548 93131 else 93549 93132 cat > conftest.$ac_ext <<EOF 93550 #line 93 551"configure"93133 #line 93134 "configure" 93551 93134 #include "confdefs.h" 93552 93135 93553 93136 #include <math.h> … … 93567 93150 } 93568 93151 93569 93152 EOF 93570 if { (eval echo configure:93 571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93153 if { (eval echo configure:93154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93571 93154 then 93572 93155 93573 93156 ac_cv_atof_accept_nan=yes … … 93594 93177 fi 93595 93178 93596 93179 echo $ac_n "checking whether atof() accepts INF""... $ac_c" 1>&6 93597 echo "configure:93 598: checking whether atof() accepts INF" >&593180 echo "configure:93181: checking whether atof() accepts INF" >&5 93598 93181 if eval "test \"`echo '$''{'ac_cv_atof_accept_inf'+set}'`\" = set"; then 93599 93182 echo $ac_n "(cached) $ac_c" 1>&6 93600 93183 else … … 93605 93188 93606 93189 else 93607 93190 cat > conftest.$ac_ext <<EOF 93608 #line 93 609"configure"93191 #line 93192 "configure" 93609 93192 #include "confdefs.h" 93610 93193 93611 93194 #include <math.h> … … 93628 93211 } 93629 93212 93630 93213 EOF 93631 if { (eval echo configure:93 632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93214 if { (eval echo configure:93215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93632 93215 then 93633 93216 93634 93217 ac_cv_atof_accept_inf=yes … … 93655 93238 fi 93656 93239 93657 93240 echo $ac_n "checking whether HUGE_VAL == INF""... $ac_c" 1>&6 93658 echo "configure:93 659: checking whether HUGE_VAL == INF" >&593241 echo "configure:93242: checking whether HUGE_VAL == INF" >&5 93659 93242 if eval "test \"`echo '$''{'ac_cv_huge_val_inf'+set}'`\" = set"; then 93660 93243 echo $ac_n "(cached) $ac_c" 1>&6 93661 93244 else … … 93666 93249 93667 93250 else 93668 93251 cat > conftest.$ac_ext <<EOF 93669 #line 93 670"configure"93252 #line 93253 "configure" 93670 93253 #include "confdefs.h" 93671 93254 93672 93255 #include <math.h> … … 93689 93272 } 93690 93273 93691 93274 EOF 93692 if { (eval echo configure:93 693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93275 if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93693 93276 then 93694 93277 93695 93278 ac_cv_huge_val_inf=yes … … 93716 93299 fi 93717 93300 93718 93301 echo $ac_n "checking whether HUGE_VAL + -HUGEVAL == NAN""... $ac_c" 1>&6 93719 echo "configure:93 720: checking whether HUGE_VAL + -HUGEVAL == NAN" >&593302 echo "configure:93303: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5 93720 93303 if eval "test \"`echo '$''{'ac_cv_huge_val_nan'+set}'`\" = set"; then 93721 93304 echo $ac_n "(cached) $ac_c" 1>&6 93722 93305 else … … 93727 93310 93728 93311 else 93729 93312 cat > conftest.$ac_ext <<EOF 93730 #line 93 731"configure"93313 #line 93314 "configure" 93731 93314 #include "confdefs.h" 93732 93315 93733 93316 #include <math.h> … … 93752 93335 } 93753 93336 93754 93337 EOF 93755 if { (eval echo configure:93 756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null93338 if { (eval echo configure:93339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 93756 93339 then 93757 93340 93758 93341 ac_cv_huge_val_nan=yes … … 93779 93362 fi 93780 93363 93781 93364 echo $ac_n "checking whether strptime() declaration fails""... $ac_c" 1>&6 93782 echo "configure:93 783: checking whether strptime() declaration fails" >&593365 echo "configure:93366: checking whether strptime() declaration fails" >&5 93783 93366 if eval "test \"`echo '$''{'ac_cv_strptime_decl_fails'+set}'`\" = set"; then 93784 93367 echo $ac_n "(cached) $ac_c" 1>&6 93785 93368 else 93786 93369 93787 93370 cat > conftest.$ac_ext <<EOF 93788 #line 93 789"configure"93371 #line 93372 "configure" 93789 93372 #include "confdefs.h" 93790 93373 93791 93374 #include <time.h> … … 93801 93384 93802 93385 ; return 0; } 93803 93386 EOF 93804 if { (eval echo configure:93 805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then93387 if { (eval echo configure:93388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 93805 93388 rm -rf conftest* 93806 93389 93807 93390 ac_cv_strptime_decl_fails=no … … 93829 93412 do 93830 93413 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 93831 93414 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 93832 echo "configure:93 833: checking for $ac_hdr" >&593415 echo "configure:93416: checking for $ac_hdr" >&5 93833 93416 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 93834 93417 echo $ac_n "(cached) $ac_c" 1>&6 93835 93418 else 93836 93419 cat > conftest.$ac_ext <<EOF 93837 #line 93 838"configure"93420 #line 93421 "configure" 93838 93421 #include "confdefs.h" 93839 93422 #include <$ac_hdr> 93840 93423 EOF 93841 93424 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 93842 { (eval echo configure:93 843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }93425 { (eval echo configure:93426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 93843 93426 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 93844 93427 if test -z "$ac_err"; then 93845 93428 rm -rf conftest* … … 93868 93451 for ac_func in mblen 93869 93452 do 93870 93453 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 93871 echo "configure:93 872: checking for $ac_func" >&593454 echo "configure:93455: checking for $ac_func" >&5 93872 93455 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 93873 93456 echo $ac_n "(cached) $ac_c" 1>&6 93874 93457 else 93875 93458 cat > conftest.$ac_ext <<EOF 93876 #line 93 877"configure"93459 #line 93460 "configure" 93877 93460 #include "confdefs.h" 93878 93461 /* System header to define __stub macros and hopefully few prototypes, 93879 93462 which can conflict with char $ac_func(); below. */ … … 93896 93479 93897 93480 ; return 0; } 93898 93481 EOF 93899 if { (eval echo configure:93 900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93482 if { (eval echo configure:93483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93900 93483 rm -rf conftest* 93901 93484 eval "ac_cv_func_$ac_func=yes" 93902 93485 else … … 93923 93506 for ac_func in mbrlen mbsinit 93924 93507 do 93925 93508 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 93926 echo "configure:93 927: checking for $ac_func" >&593509 echo "configure:93510: checking for $ac_func" >&5 93927 93510 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 93928 93511 echo $ac_n "(cached) $ac_c" 1>&6 93929 93512 else 93930 93513 cat > conftest.$ac_ext <<EOF 93931 #line 93 932"configure"93514 #line 93515 "configure" 93932 93515 #include "confdefs.h" 93933 93516 /* System header to define __stub macros and hopefully few prototypes, 93934 93517 which can conflict with char $ac_func(); below. */ … … 93951 93534 93952 93535 ; return 0; } 93953 93536 EOF 93954 if { (eval echo configure:93 955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then93537 if { (eval echo configure:93538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 93955 93538 rm -rf conftest* 93956 93539 eval "ac_cv_func_$ac_func=yes" 93957 93540 else … … 93976 93559 done 93977 93560 93978 93561 echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6 93979 echo "configure:93 980: checking for mbstate_t" >&593562 echo "configure:93563: checking for mbstate_t" >&5 93980 93563 if eval "test \"`echo '$''{'ac_cv_type_mbstate_t'+set}'`\" = set"; then 93981 93564 echo $ac_n "(cached) $ac_c" 1>&6 93982 93565 else 93983 93566 93984 93567 cat > conftest.$ac_ext <<EOF 93985 #line 93 986"configure"93568 #line 93569 "configure" 93986 93569 #include "confdefs.h" 93987 93570 93988 93571 #ifdef HAVE_WCHAR_H … … 93995 93578 93996 93579 ; return 0; } 93997 93580 EOF 93998 if { (eval echo configure:93 999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then93581 if { (eval echo configure:93582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 93999 93582 rm -rf conftest* 94000 93583 94001 93584 ac_cv_type_mbstate_t=yes … … 94371 93954 php_with_sybase=no 94372 93955 94373 93956 echo $ac_n "checking for Sybase support""... $ac_c" 1>&6 94374 echo "configure:9 4375: checking for Sybase support" >&593957 echo "configure:93958: checking for Sybase support" >&5 94375 93958 # Check whether --with-sybase or --without-sybase was given. 94376 93959 if test "${with_sybase+set}" = set; then 94377 93960 withval="$with_sybase" … … 94832 94415 fi 94833 94416 94834 94417 echo $ac_n "checking for dnet_addr in -ldnet_stub""... $ac_c" 1>&6 94835 echo "configure:94 836: checking for dnet_addr in -ldnet_stub" >&594418 echo "configure:94419: checking for dnet_addr in -ldnet_stub" >&5 94836 94419 ac_lib_var=`echo dnet_stub'_'dnet_addr | sed 'y%./+-%__p_%'` 94837 94420 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 94838 94421 echo $ac_n "(cached) $ac_c" 1>&6 … … 94840 94423 ac_save_LIBS="$LIBS" 94841 94424 LIBS="-ldnet_stub $LIBS" 94842 94425 cat > conftest.$ac_ext <<EOF 94843 #line 94 844"configure"94426 #line 94427 "configure" 94844 94427 #include "confdefs.h" 94845 94428 /* Override any gcc2 internal prototype to avoid an error. */ 94846 94429 /* We use char because int might match the return type of a gcc2 … … 94851 94434 dnet_addr() 94852 94435 ; return 0; } 94853 94436 EOF 94854 if { (eval echo configure:94 855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then94437 if { (eval echo configure:94438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 94855 94438 rm -rf conftest* 94856 94439 eval "ac_cv_lib_$ac_lib_var=yes" 94857 94440 else … … 94977 94560 EOF 94978 94561 94979 94562 echo $ac_n "checking for tdsdbopen in -lsybdb""... $ac_c" 1>&6 94980 echo "configure:94 981: checking for tdsdbopen in -lsybdb" >&594563 echo "configure:94564: checking for tdsdbopen in -lsybdb" >&5 94981 94564 ac_lib_var=`echo sybdb'_'tdsdbopen | sed 'y%./+-%__p_%'` 94982 94565 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 94983 94566 echo $ac_n "(cached) $ac_c" 1>&6 … … 94985 94568 ac_save_LIBS="$LIBS" 94986 94569 LIBS="-lsybdb $LIBS" 94987 94570 cat > conftest.$ac_ext <<EOF 94988 #line 94 989"configure"94571 #line 94572 "configure" 94989 94572 #include "confdefs.h" 94990 94573 /* Override any gcc2 internal prototype to avoid an error. */ 94991 94574 /* We use char because int might match the return type of a gcc2 … … 94996 94579 tdsdbopen() 94997 94580 ; return 0; } 94998 94581 EOF 94999 if { (eval echo configure:9 5000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then94582 if { (eval echo configure:94583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 95000 94583 rm -rf conftest* 95001 94584 eval "ac_cv_lib_$ac_lib_var=yes" 95002 94585 else … … 95038 94621 php_with_sybase_ct=no 95039 94622 95040 94623 echo $ac_n "checking for Sybase-CT support""... $ac_c" 1>&6 95041 echo "configure:9 5042: checking for Sybase-CT support" >&594624 echo "configure:94625: checking for Sybase-CT support" >&5 95042 94625 # Check whether --with-sybase-ct or --without-sybase-ct was given. 95043 94626 if test "${with_sybase_ct+set}" = set; then 95044 94627 withval="$with_sybase_ct" … … 95677 95260 done 95678 95261 95679 95262 echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 95680 echo "configure:95 681: checking for netg_errstr in -ltcl" >&595263 echo "configure:95264: checking for netg_errstr in -ltcl" >&5 95681 95264 ac_lib_var=`echo tcl'_'netg_errstr | sed 'y%./+-%__p_%'` 95682 95265 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 95683 95266 echo $ac_n "(cached) $ac_c" 1>&6 … … 95685 95268 ac_save_LIBS="$LIBS" 95686 95269 LIBS="-ltcl $LIBS" 95687 95270 cat > conftest.$ac_ext <<EOF 95688 #line 95 689"configure"95271 #line 95272 "configure" 95689 95272 #include "confdefs.h" 95690 95273 /* Override any gcc2 internal prototype to avoid an error. */ 95691 95274 /* We use char because int might match the return type of a gcc2 … … 95696 95279 netg_errstr() 95697 95280 ; return 0; } 95698 95281 EOF 95699 if { (eval echo configure:95 700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then95282 if { (eval echo configure:95283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 95700 95283 rm -rf conftest* 95701 95284 eval "ac_cv_lib_$ac_lib_var=yes" 95702 95285 else … … 95871 95454 done 95872 95455 95873 95456 echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6 95874 echo "configure:95 875: checking for insck__getVdate in -linsck" >&595457 echo "configure:95458: checking for insck__getVdate in -linsck" >&5 95875 95458 ac_lib_var=`echo insck'_'insck__getVdate | sed 'y%./+-%__p_%'` 95876 95459 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 95877 95460 echo $ac_n "(cached) $ac_c" 1>&6 … … 95879 95462 ac_save_LIBS="$LIBS" 95880 95463 LIBS="-linsck $LIBS" 95881 95464 cat > conftest.$ac_ext <<EOF 95882 #line 95 883"configure"95465 #line 95466 "configure" 95883 95466 #include "confdefs.h" 95884 95467 /* Override any gcc2 internal prototype to avoid an error. */ 95885 95468 /* We use char because int might match the return type of a gcc2 … … 95890 95473 insck__getVdate() 95891 95474 ; return 0; } 95892 95475 EOF 95893 if { (eval echo configure:95 894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then95476 if { (eval echo configure:95477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 95894 95477 rm -rf conftest* 95895 95478 eval "ac_cv_lib_$ac_lib_var=yes" 95896 95479 else … … 96038 95621 done 96039 95622 96040 95623 echo $ac_n "checking for bsd_tcp in -linsck""... $ac_c" 1>&6 96041 echo "configure:9 6042: checking for bsd_tcp in -linsck" >&595624 echo "configure:95625: checking for bsd_tcp in -linsck" >&5 96042 95625 ac_lib_var=`echo insck'_'bsd_tcp | sed 'y%./+-%__p_%'` 96043 95626 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 96044 95627 echo $ac_n "(cached) $ac_c" 1>&6 … … 96046 95629 ac_save_LIBS="$LIBS" 96047 95630 LIBS="-linsck $LIBS" 96048 95631 cat > conftest.$ac_ext <<EOF 96049 #line 9 6050"configure"95632 #line 95633 "configure" 96050 95633 #include "confdefs.h" 96051 95634 /* Override any gcc2 internal prototype to avoid an error. */ 96052 95635 /* We use char because int might match the return type of a gcc2 … … 96057 95640 bsd_tcp() 96058 95641 ; return 0; } 96059 95642 EOF 96060 if { (eval echo configure:9 6061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then95643 if { (eval echo configure:95644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 96061 95644 rm -rf conftest* 96062 95645 eval "ac_cv_lib_$ac_lib_var=yes" 96063 95646 else … … 96117 95700 php_enable_sysvmsg=no 96118 95701 96119 95702 echo $ac_n "checking whether to enable System V IPC support""... $ac_c" 1>&6 96120 echo "configure:9 6121: checking whether to enable System V IPC support" >&595703 echo "configure:95704: checking whether to enable System V IPC support" >&5 96121 95704 # Check whether --enable-sysvmsg or --disable-sysvmsg was given. 96122 95705 if test "${enable_sysvmsg+set}" = set; then 96123 95706 enableval="$enable_sysvmsg" … … 96163 95746 if test "$PHP_SYSVMSG" != "no"; then 96164 95747 ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'` 96165 95748 echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6 96166 echo "configure:9 6167: checking for sys/msg.h" >&595749 echo "configure:95750: checking for sys/msg.h" >&5 96167 95750 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 96168 95751 echo $ac_n "(cached) $ac_c" 1>&6 96169 95752 else 96170 95753 cat > conftest.$ac_ext <<EOF 96171 #line 9 6172"configure"95754 #line 95755 "configure" 96172 95755 #include "confdefs.h" 96173 95756 #include <sys/msg.h> 96174 95757 EOF 96175 95758 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 96176 { (eval echo configure:9 6177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }95759 { (eval echo configure:95760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 96177 95760 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 96178 95761 if test -z "$ac_err"; then 96179 95762 rm -rf conftest* … … 96489 96072 php_enable_sysvsem=no 96490 96073 96491 96074 echo $ac_n "checking whether to enable System V semaphore support""... $ac_c" 1>&6 96492 echo "configure:96 493: checking whether to enable System V semaphore support" >&596075 echo "configure:96076: checking whether to enable System V semaphore support" >&5 96493 96076 # Check whether --enable-sysvsem or --disable-sysvsem was given. 96494 96077 if test "${enable_sysvsem+set}" = set; then 96495 96078 enableval="$enable_sysvsem" … … 96819 96402 EOF 96820 96403 96821 96404 echo $ac_n "checking for union semun""... $ac_c" 1>&6 96822 echo "configure:96 823: checking for union semun" >&596405 echo "configure:96406: checking for union semun" >&5 96823 96406 if eval "test \"`echo '$''{'php_cv_semun'+set}'`\" = set"; then 96824 96407 echo $ac_n "(cached) $ac_c" 1>&6 96825 96408 else 96826 96409 cat > conftest.$ac_ext <<EOF 96827 #line 96 828"configure"96410 #line 96411 "configure" 96828 96411 #include "confdefs.h" 96829 96412 96830 96413 #include <sys/types.h> … … 96835 96418 union semun x; 96836 96419 ; return 0; } 96837 96420 EOF 96838 if { (eval echo configure:96 839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then96421 if { (eval echo configure:96422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 96839 96422 rm -rf conftest* 96840 96423 96841 96424 php_cv_semun=yes … … 96871 96454 php_enable_sysvshm=no 96872 96455 96873 96456 echo $ac_n "checking whether to enable System V shared memory support""... $ac_c" 1>&6 96874 echo "configure:96 875: checking whether to enable System V shared memory support" >&596457 echo "configure:96458: checking whether to enable System V shared memory support" >&5 96875 96458 # Check whether --enable-sysvshm or --disable-sysvshm was given. 96876 96459 if test "${enable_sysvshm+set}" = set; then 96877 96460 enableval="$enable_sysvshm" … … 97207 96790 php_with_tidy=no 97208 96791 97209 96792 echo $ac_n "checking for TIDY support""... $ac_c" 1>&6 97210 echo "configure:9 7211: checking for TIDY support" >&596793 echo "configure:96794: checking for TIDY support" >&5 97211 96794 # Check whether --with-tidy or --without-tidy was given. 97212 96795 if test "${with_tidy+set}" = set; then 97213 96796 withval="$with_tidy" … … 97499 97082 done 97500 97083 97501 97084 echo $ac_n "checking for tidyOptGetDoc in -ltidy""... $ac_c" 1>&6 97502 echo "configure:97 503: checking for tidyOptGetDoc in -ltidy" >&597085 echo "configure:97086: checking for tidyOptGetDoc in -ltidy" >&5 97503 97086 ac_lib_var=`echo tidy'_'tidyOptGetDoc | sed 'y%./+-%__p_%'` 97504 97087 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 97505 97088 echo $ac_n "(cached) $ac_c" 1>&6 … … 97507 97090 ac_save_LIBS="$LIBS" 97508 97091 LIBS="-ltidy $LIBS" 97509 97092 cat > conftest.$ac_ext <<EOF 97510 #line 97 511"configure"97093 #line 97094 "configure" 97511 97094 #include "confdefs.h" 97512 97095 /* Override any gcc2 internal prototype to avoid an error. */ 97513 97096 /* We use char because int might match the return type of a gcc2 … … 97518 97101 tidyOptGetDoc() 97519 97102 ; return 0; } 97520 97103 EOF 97521 if { (eval echo configure:97 522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then97104 if { (eval echo configure:97105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 97522 97105 rm -rf conftest* 97523 97106 eval "ac_cv_lib_$ac_lib_var=yes" 97524 97107 else … … 97851 97434 php_enable_tokenizer=yes 97852 97435 97853 97436 echo $ac_n "checking whether to enable tokenizer support""... $ac_c" 1>&6 97854 echo "configure:97 855: checking whether to enable tokenizer support" >&597437 echo "configure:97438: checking whether to enable tokenizer support" >&5 97855 97438 # Check whether --enable-tokenizer or --disable-tokenizer was given. 97856 97439 if test "${enable_tokenizer+set}" = set; then 97857 97440 enableval="$enable_tokenizer" … … 98189 97772 php_enable_wddx=no 98190 97773 98191 97774 echo $ac_n "checking whether to enable WDDX support""... $ac_c" 1>&6 98192 echo "configure:9 8193: checking whether to enable WDDX support" >&597775 echo "configure:97776: checking whether to enable WDDX support" >&5 98193 97776 # Check whether --enable-wddx or --disable-wddx was given. 98194 97777 if test "${enable_wddx+set}" = set; then 98195 97778 enableval="$enable_wddx" … … 98237 97820 php_with_libxml_dir=no 98238 97821 98239 97822 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 98240 echo "configure:9 8241: checking libxml2 install dir" >&597823 echo "configure:97824: checking libxml2 install dir" >&5 98241 97824 # Check whether --with-libxml-dir or --without-libxml-dir was given. 98242 97825 if test "${with_libxml_dir+set}" = set; then 98243 97826 withval="$with_libxml_dir" … … 98264 97847 php_with_libexpat_dir=no 98265 97848 98266 97849 echo $ac_n "checking libexpat dir for WDDX""... $ac_c" 1>&6 98267 echo "configure:9 8268: checking libexpat dir for WDDX" >&597850 echo "configure:97851: checking libexpat dir for WDDX" >&5 98268 97851 # Check whether --with-libexpat-dir or --without-libexpat-dir was given. 98269 97852 if test "${with_libexpat_dir+set}" = set; then 98270 97853 withval="$with_libexpat_dir" … … 98295 97878 98296 97879 98297 97880 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 98298 echo "configure:9 8299: checking for xml2-config path" >&597881 echo "configure:97882: checking for xml2-config path" >&5 98299 97882 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 98300 97883 echo $ac_n "(cached) $ac_c" 1>&6 98301 97884 else … … 98453 98036 98454 98037 98455 98038 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 98456 echo "configure:98 457: checking whether libxml build works" >&598039 echo "configure:98040: checking whether libxml build works" >&5 98457 98040 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 98458 98041 echo $ac_n "(cached) $ac_c" 1>&6 98459 98042 else … … 98469 98052 98470 98053 else 98471 98054 cat > conftest.$ac_ext <<EOF 98472 #line 98 473"configure"98055 #line 98056 "configure" 98473 98056 #include "confdefs.h" 98474 98057 98475 98058 … … 98480 98063 } 98481 98064 98482 98065 EOF 98483 if { (eval echo configure:98 484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null98066 if { (eval echo configure:98067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 98484 98067 then 98485 98068 98486 98069 LIBS=$old_LIBS … … 99036 98619 php_enable_xml=yes 99037 98620 99038 98621 echo $ac_n "checking whether to enable XML support""... $ac_c" 1>&6 99039 echo "configure:9 9040: checking whether to enable XML support" >&598622 echo "configure:98623: checking whether to enable XML support" >&5 99040 98623 # Check whether --enable-xml or --disable-xml was given. 99041 98624 if test "${enable_xml+set}" = set; then 99042 98625 enableval="$enable_xml" … … 99084 98667 php_with_libxml_dir=no 99085 98668 99086 98669 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 99087 echo "configure:9 9088: checking libxml2 install dir" >&598670 echo "configure:98671: checking libxml2 install dir" >&5 99088 98671 # Check whether --with-libxml-dir or --without-libxml-dir was given. 99089 98672 if test "${with_libxml_dir+set}" = set; then 99090 98673 withval="$with_libxml_dir" … … 99111 98694 php_with_libexpat_dir=no 99112 98695 99113 98696 echo $ac_n "checking libexpat install dir""... $ac_c" 1>&6 99114 echo "configure:9 9115: checking libexpat install dir" >&598697 echo "configure:98698: checking libexpat install dir" >&5 99115 98698 # Check whether --with-libexpat-dir or --without-libexpat-dir was given. 99116 98699 if test "${with_libexpat_dir+set}" = set; then 99117 98700 withval="$with_libexpat_dir" … … 99143 98726 99144 98727 99145 98728 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 99146 echo "configure:9 9147: checking for xml2-config path" >&598729 echo "configure:98730: checking for xml2-config path" >&5 99147 98730 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 99148 98731 echo $ac_n "(cached) $ac_c" 1>&6 99149 98732 else … … 99301 98884 99302 98885 99303 98886 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 99304 echo "configure:9 9305: checking whether libxml build works" >&598887 echo "configure:98888: checking whether libxml build works" >&5 99305 98888 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 99306 98889 echo $ac_n "(cached) $ac_c" 1>&6 99307 98890 else … … 99317 98900 99318 98901 else 99319 98902 cat > conftest.$ac_ext <<EOF 99320 #line 9 9321"configure"98903 #line 98904 "configure" 99321 98904 #include "confdefs.h" 99322 98905 99323 98906 … … 99328 98911 } 99329 98912 99330 98913 EOF 99331 if { (eval echo configure:9 9332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null98914 if { (eval echo configure:98915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 99332 98915 then 99333 98916 99334 98917 LIBS=$old_LIBS … … 99853 99436 php_enable_xmlreader=yes 99854 99437 99855 99438 echo $ac_n "checking whether to enable XMLReader support""... $ac_c" 1>&6 99856 echo "configure:99 857: checking whether to enable XMLReader support" >&599439 echo "configure:99440: checking whether to enable XMLReader support" >&5 99857 99440 # Check whether --enable-xmlreader or --disable-xmlreader was given. 99858 99441 if test "${enable_xmlreader+set}" = set; then 99859 99442 enableval="$enable_xmlreader" … … 99901 99484 php_with_libxml_dir=no 99902 99485 99903 99486 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 99904 echo "configure:99 905: checking libxml2 install dir" >&599487 echo "configure:99488: checking libxml2 install dir" >&5 99905 99488 # Check whether --with-libxml-dir or --without-libxml-dir was given. 99906 99489 if test "${with_libxml_dir+set}" = set; then 99907 99490 withval="$with_libxml_dir" … … 99932 99515 99933 99516 99934 99517 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 99935 echo "configure:99 936: checking for xml2-config path" >&599518 echo "configure:99519: checking for xml2-config path" >&5 99936 99519 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 99937 99520 echo $ac_n "(cached) $ac_c" 1>&6 99938 99521 else … … 100090 99673 100091 99674 100092 99675 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 100093 echo "configure: 100094: checking whether libxml build works" >&599676 echo "configure:99677: checking whether libxml build works" >&5 100094 99677 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 100095 99678 echo $ac_n "(cached) $ac_c" 1>&6 100096 99679 else … … 100106 99689 100107 99690 else 100108 99691 cat > conftest.$ac_ext <<EOF 100109 #line 100110"configure"99692 #line 99693 "configure" 100110 99693 #include "confdefs.h" 100111 99694 100112 99695 … … 100117 99700 } 100118 99701 100119 99702 EOF 100120 if { (eval echo configure: 100121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null99703 if { (eval echo configure:99704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 100121 99704 then 100122 99705 100123 99706 LIBS=$old_LIBS … … 100488 100071 php_with_xmlrpc=no 100489 100072 100490 100073 echo $ac_n "checking for XMLRPC-EPI support""... $ac_c" 1>&6 100491 echo "configure:100 492: checking for XMLRPC-EPI support" >&5100074 echo "configure:100075: checking for XMLRPC-EPI support" >&5 100492 100075 # Check whether --with-xmlrpc or --without-xmlrpc was given. 100493 100076 if test "${with_xmlrpc+set}" = set; then 100494 100077 withval="$with_xmlrpc" … … 100536 100119 php_with_libxml_dir=no 100537 100120 100538 100121 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 100539 echo "configure:100 540: checking libxml2 install dir" >&5100122 echo "configure:100123: checking libxml2 install dir" >&5 100540 100123 # Check whether --with-libxml-dir or --without-libxml-dir was given. 100541 100124 if test "${with_libxml_dir+set}" = set; then 100542 100125 withval="$with_libxml_dir" … … 100563 100146 php_with_libexpat_dir=no 100564 100147 100565 100148 echo $ac_n "checking libexpat dir for XMLRPC-EPI""... $ac_c" 1>&6 100566 echo "configure:100 567: checking libexpat dir for XMLRPC-EPI" >&5100149 echo "configure:100150: checking libexpat dir for XMLRPC-EPI" >&5 100567 100150 # Check whether --with-libexpat-dir or --without-libexpat-dir was given. 100568 100151 if test "${with_libexpat_dir+set}" = set; then 100569 100152 withval="$with_libexpat_dir" … … 100589 100172 php_with_iconv_dir=no 100590 100173 100591 100174 echo $ac_n "checking iconv dir for XMLRPC-EPI""... $ac_c" 1>&6 100592 echo "configure:100 593: checking iconv dir for XMLRPC-EPI" >&5100175 echo "configure:100176: checking iconv dir for XMLRPC-EPI" >&5 100593 100176 # Check whether --with-iconv-dir or --without-iconv-dir was given. 100594 100177 if test "${with_iconv_dir+set}" = set; then 100595 100178 withval="$with_iconv_dir" … … 100648 100231 100649 100232 100650 100233 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 100651 echo "configure:100 652: checking for xml2-config path" >&5100234 echo "configure:100235: checking for xml2-config path" >&5 100652 100235 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 100653 100236 echo $ac_n "(cached) $ac_c" 1>&6 100654 100237 else … … 100806 100389 100807 100390 100808 100391 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 100809 echo "configure:100 810: checking whether libxml build works" >&5100392 echo "configure:100393: checking whether libxml build works" >&5 100810 100393 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 100811 100394 echo $ac_n "(cached) $ac_c" 1>&6 100812 100395 else … … 100822 100405 100823 100406 else 100824 100407 cat > conftest.$ac_ext <<EOF 100825 #line 100 826"configure"100408 #line 100409 "configure" 100826 100409 #include "confdefs.h" 100827 100410 100828 100411 … … 100833 100416 } 100834 100417 100835 100418 EOF 100836 if { (eval echo configure:100 837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null100419 if { (eval echo configure:100420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 100837 100420 then 100838 100421 100839 100422 LIBS=$old_LIBS … … 101098 100681 101099 100682 if test "$PHP_ICONV" = "yes"; then 101100 100683 echo $ac_n "checking for iconv""... $ac_c" 1>&6 101101 echo "configure:10 1102: checking for iconv" >&5100684 echo "configure:100685: checking for iconv" >&5 101102 100685 if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then 101103 100686 echo $ac_n "(cached) $ac_c" 1>&6 101104 100687 else 101105 100688 cat > conftest.$ac_ext <<EOF 101106 #line 10 1107"configure"100689 #line 100690 "configure" 101107 100690 #include "confdefs.h" 101108 100691 /* System header to define __stub macros and hopefully few prototypes, 101109 100692 which can conflict with char iconv(); below. */ … … 101126 100709 101127 100710 ; return 0; } 101128 100711 EOF 101129 if { (eval echo configure:10 1130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then100712 if { (eval echo configure:100713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101130 100713 rm -rf conftest* 101131 100714 eval "ac_cv_func_iconv=yes" 101132 100715 else … … 101147 100730 echo "$ac_t""no" 1>&6 101148 100731 101149 100732 echo $ac_n "checking for libiconv""... $ac_c" 1>&6 101150 echo "configure:10 1151: checking for libiconv" >&5100733 echo "configure:100734: checking for libiconv" >&5 101151 100734 if eval "test \"`echo '$''{'ac_cv_func_libiconv'+set}'`\" = set"; then 101152 100735 echo $ac_n "(cached) $ac_c" 1>&6 101153 100736 else 101154 100737 cat > conftest.$ac_ext <<EOF 101155 #line 10 1156"configure"100738 #line 100739 "configure" 101156 100739 #include "confdefs.h" 101157 100740 /* System header to define __stub macros and hopefully few prototypes, 101158 100741 which can conflict with char libiconv(); below. */ … … 101175 100758 101176 100759 ; return 0; } 101177 100760 EOF 101178 if { (eval echo configure:10 1179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then100761 if { (eval echo configure:100762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101179 100762 rm -rf conftest* 101180 100763 eval "ac_cv_func_libiconv=yes" 101181 100764 else … … 101331 100914 done 101332 100915 101333 100916 echo $ac_n "checking for libiconv in -l$iconv_lib_name""... $ac_c" 1>&6 101334 echo "configure:10 1335: checking for libiconv in -l$iconv_lib_name" >&5100917 echo "configure:100918: checking for libiconv in -l$iconv_lib_name" >&5 101335 100918 ac_lib_var=`echo $iconv_lib_name'_'libiconv | sed 'y%./+-%__p_%'` 101336 100919 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 101337 100920 echo $ac_n "(cached) $ac_c" 1>&6 … … 101339 100922 ac_save_LIBS="$LIBS" 101340 100923 LIBS="-l$iconv_lib_name $LIBS" 101341 100924 cat > conftest.$ac_ext <<EOF 101342 #line 10 1343"configure"100925 #line 100926 "configure" 101343 100926 #include "confdefs.h" 101344 100927 /* Override any gcc2 internal prototype to avoid an error. */ 101345 100928 /* We use char because int might match the return type of a gcc2 … … 101350 100933 libiconv() 101351 100934 ; return 0; } 101352 100935 EOF 101353 if { (eval echo configure:10 1354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then100936 if { (eval echo configure:100937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101354 100937 rm -rf conftest* 101355 100938 eval "ac_cv_lib_$ac_lib_var=yes" 101356 100939 else … … 101484 101067 done 101485 101068 101486 101069 echo $ac_n "checking for iconv in -l$iconv_lib_name""... $ac_c" 1>&6 101487 echo "configure:101 488: checking for iconv in -l$iconv_lib_name" >&5101070 echo "configure:101071: checking for iconv in -l$iconv_lib_name" >&5 101488 101071 ac_lib_var=`echo $iconv_lib_name'_'iconv | sed 'y%./+-%__p_%'` 101489 101072 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 101490 101073 echo $ac_n "(cached) $ac_c" 1>&6 … … 101492 101075 ac_save_LIBS="$LIBS" 101493 101076 LIBS="-l$iconv_lib_name $LIBS" 101494 101077 cat > conftest.$ac_ext <<EOF 101495 #line 101 496"configure"101078 #line 101079 "configure" 101496 101079 #include "confdefs.h" 101497 101080 /* Override any gcc2 internal prototype to avoid an error. */ 101498 101081 /* We use char because int might match the return type of a gcc2 … … 101503 101086 iconv() 101504 101087 ; return 0; } 101505 101088 EOF 101506 if { (eval echo configure:101 507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then101089 if { (eval echo configure:101090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 101507 101090 rm -rf conftest* 101508 101091 eval "ac_cv_lib_$ac_lib_var=yes" 101509 101092 else … … 101692 101275 # Extract the first word of "ranlib", so it can be a program name with args. 101693 101276 set dummy ranlib; ac_word=$2 101694 101277 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 101695 echo "configure:101 696: checking for $ac_word" >&5101278 echo "configure:101279: checking for $ac_word" >&5 101696 101279 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 101697 101280 echo $ac_n "(cached) $ac_c" 1>&6 101698 101281 else … … 101720 101303 fi 101721 101304 101722 101305 echo $ac_n "checking for inline""... $ac_c" 1>&6 101723 echo "configure:101 724: checking for inline" >&5101306 echo "configure:101307: checking for inline" >&5 101724 101307 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 101725 101308 echo $ac_n "(cached) $ac_c" 1>&6 101726 101309 else 101727 101310 ac_cv_c_inline=no 101728 101311 for ac_kw in inline __inline__ __inline; do 101729 101312 cat > conftest.$ac_ext <<EOF 101730 #line 101 731"configure"101313 #line 101314 "configure" 101731 101314 #include "confdefs.h" 101732 101315 101733 101316 int main() { 101734 101317 } $ac_kw foo() { 101735 101318 ; return 0; } 101736 101319 EOF 101737 if { (eval echo configure:101 738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then101320 if { (eval echo configure:101321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 101738 101321 rm -rf conftest* 101739 101322 ac_cv_c_inline=$ac_kw; break 101740 101323 else … … 101772 101355 101773 101356 101774 101357 echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 101775 echo "configure:101 776: checking for ANSI C header files" >&5101358 echo "configure:101359: checking for ANSI C header files" >&5 101776 101359 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 101777 101360 echo $ac_n "(cached) $ac_c" 1>&6 101778 101361 else 101779 101362 cat > conftest.$ac_ext <<EOF 101780 #line 101 781"configure"101363 #line 101364 "configure" 101781 101364 #include "confdefs.h" 101782 101365 #include <stdlib.h> 101783 101366 #include <stdarg.h> … … 101785 101368 #include <float.h> 101786 101369 EOF 101787 101370 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 101788 { (eval echo configure:101 789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }101371 { (eval echo configure:101372: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 101789 101372 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 101790 101373 if test -z "$ac_err"; then 101791 101374 rm -rf conftest* … … 101802 101385 if test $ac_cv_header_stdc = yes; then 101803 101386 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 101804 101387 cat > conftest.$ac_ext <<EOF 101805 #line 101 806"configure"101388 #line 101389 "configure" 101806 101389 #include "confdefs.h" 101807 101390 #include <string.h> 101808 101391 EOF … … 101820 101403 if test $ac_cv_header_stdc = yes; then 101821 101404 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 101822 101405 cat > conftest.$ac_ext <<EOF 101823 #line 101 824"configure"101406 #line 101407 "configure" 101824 101407 #include "confdefs.h" 101825 101408 #include <stdlib.h> 101826 101409 EOF … … 101841 101424 : 101842 101425 else 101843 101426 cat > conftest.$ac_ext <<EOF 101844 #line 101 845"configure"101427 #line 101428 "configure" 101845 101428 #include "confdefs.h" 101846 101429 #include <ctype.h> 101847 101430 #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') … … 101852 101435 exit (0); } 101853 101436 101854 101437 EOF 101855 if { (eval echo configure:101 856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101438 if { (eval echo configure:101439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 101856 101439 then 101857 101440 : 101858 101441 else … … 101879 101462 do 101880 101463 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 101881 101464 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 101882 echo "configure:101 883: checking for $ac_hdr" >&5101465 echo "configure:101466: checking for $ac_hdr" >&5 101883 101466 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 101884 101467 echo $ac_n "(cached) $ac_c" 1>&6 101885 101468 else 101886 101469 cat > conftest.$ac_ext <<EOF 101887 #line 101 888"configure"101470 #line 101471 "configure" 101888 101471 #include "confdefs.h" 101889 101472 #include <$ac_hdr> 101890 101473 EOF 101891 101474 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 101892 { (eval echo configure:101 893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }101475 { (eval echo configure:101476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 101893 101476 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 101894 101477 if test -z "$ac_err"; then 101895 101478 rm -rf conftest* … … 101921 101504 101922 101505 101923 101506 echo $ac_n "checking size of char""... $ac_c" 1>&6 101924 echo "configure:101 925: checking size of char" >&5101507 echo "configure:101508: checking size of char" >&5 101925 101508 if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 101926 101509 echo $ac_n "(cached) $ac_c" 1>&6 101927 101510 else … … 101929 101512 ac_cv_sizeof_char=1 101930 101513 else 101931 101514 cat > conftest.$ac_ext <<EOF 101932 #line 101 933"configure"101515 #line 101516 "configure" 101933 101516 #include "confdefs.h" 101934 101517 #include <stdio.h> 101935 intmain()101518 main() 101936 101519 { 101937 101520 FILE *f=fopen("conftestval", "w"); 101938 if (!f) return(1);101521 if (!f) exit(1); 101939 101522 fprintf(f, "%d\n", sizeof(char)); 101940 return(0);101523 exit(0); 101941 101524 } 101942 101525 EOF 101943 if { (eval echo configure:101 944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101526 if { (eval echo configure:101527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 101944 101527 then 101945 101528 ac_cv_sizeof_char=`cat conftestval` 101946 101529 else … … 101961 101544 101962 101545 101963 101546 echo $ac_n "checking size of int""... $ac_c" 1>&6 101964 echo "configure:101 965: checking size of int" >&5101547 echo "configure:101548: checking size of int" >&5 101965 101548 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 101966 101549 echo $ac_n "(cached) $ac_c" 1>&6 101967 101550 else … … 101969 101552 ac_cv_sizeof_int=4 101970 101553 else 101971 101554 cat > conftest.$ac_ext <<EOF 101972 #line 101 973"configure"101555 #line 101556 "configure" 101973 101556 #include "confdefs.h" 101974 101557 #include <stdio.h> 101975 intmain()101558 main() 101976 101559 { 101977 101560 FILE *f=fopen("conftestval", "w"); 101978 if (!f) return(1);101561 if (!f) exit(1); 101979 101562 fprintf(f, "%d\n", sizeof(int)); 101980 return(0);101563 exit(0); 101981 101564 } 101982 101565 EOF 101983 if { (eval echo configure:101 984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101566 if { (eval echo configure:101567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 101984 101567 then 101985 101568 ac_cv_sizeof_int=`cat conftestval` 101986 101569 else … … 102000 101583 102001 101584 102002 101585 echo $ac_n "checking size of long""... $ac_c" 1>&6 102003 echo "configure:10 2004: checking size of long" >&5101586 echo "configure:101587: checking size of long" >&5 102004 101587 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 102005 101588 echo $ac_n "(cached) $ac_c" 1>&6 102006 101589 else … … 102008 101591 ac_cv_sizeof_long=4 102009 101592 else 102010 101593 cat > conftest.$ac_ext <<EOF 102011 #line 10 2012"configure"101594 #line 101595 "configure" 102012 101595 #include "confdefs.h" 102013 101596 #include <stdio.h> 102014 intmain()101597 main() 102015 101598 { 102016 101599 FILE *f=fopen("conftestval", "w"); 102017 if (!f) return(1);101600 if (!f) exit(1); 102018 101601 fprintf(f, "%d\n", sizeof(long)); 102019 return(0);101602 exit(0); 102020 101603 } 102021 101604 EOF 102022 if { (eval echo configure:10 2023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101605 if { (eval echo configure:101606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 102023 101606 then 102024 101607 ac_cv_sizeof_long=`cat conftestval` 102025 101608 else … … 102039 101622 102040 101623 102041 101624 echo $ac_n "checking size of long long""... $ac_c" 1>&6 102042 echo "configure:10 2043: checking size of long long" >&5101625 echo "configure:101626: checking size of long long" >&5 102043 101626 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 102044 101627 echo $ac_n "(cached) $ac_c" 1>&6 102045 101628 else … … 102047 101630 ac_cv_sizeof_long_long=8 102048 101631 else 102049 101632 cat > conftest.$ac_ext <<EOF 102050 #line 10 2051"configure"101633 #line 101634 "configure" 102051 101634 #include "confdefs.h" 102052 101635 #include <stdio.h> 102053 intmain()101636 main() 102054 101637 { 102055 101638 FILE *f=fopen("conftestval", "w"); 102056 if (!f) return(1);101639 if (!f) exit(1); 102057 101640 fprintf(f, "%d\n", sizeof(long long)); 102058 return(0);101641 exit(0); 102059 101642 } 102060 101643 EOF 102061 if { (eval echo configure:10 2062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null101644 if { (eval echo configure:101645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 102062 101645 then 102063 101646 ac_cv_sizeof_long_long=`cat conftestval` 102064 101647 else … … 102078 101661 102079 101662 102080 101663 echo $ac_n "checking for size_t""... $ac_c" 1>&6 102081 echo "configure:10 2082: checking for size_t" >&5101664 echo "configure:101665: checking for size_t" >&5 102082 101665 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 102083 101666 echo $ac_n "(cached) $ac_c" 1>&6 102084 101667 else 102085 101668 cat > conftest.$ac_ext <<EOF 102086 #line 10 2087"configure"101669 #line 101670 "configure" 102087 101670 #include "confdefs.h" 102088 101671 #include <sys/types.h> 102089 101672 #if STDC_HEADERS … … 102111 101694 fi 102112 101695 102113 101696 echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 102114 echo "configure:10 2115: checking whether time.h and sys/time.h may both be included" >&5101697 echo "configure:101698: checking whether time.h and sys/time.h may both be included" >&5 102115 101698 if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 102116 101699 echo $ac_n "(cached) $ac_c" 1>&6 102117 101700 else 102118 101701 cat > conftest.$ac_ext <<EOF 102119 #line 10 2120"configure"101702 #line 101703 "configure" 102120 101703 #include "confdefs.h" 102121 101704 #include <sys/types.h> 102122 101705 #include <sys/time.h> … … 102125 101708 struct tm *tp; 102126 101709 ; return 0; } 102127 101710 EOF 102128 if { (eval echo configure:10 2129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then101711 if { (eval echo configure:101712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 102129 101712 rm -rf conftest* 102130 101713 ac_cv_header_time=yes 102131 101714 else … … 102146 101729 fi 102147 101730 102148 101731 echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 102149 echo "configure:10 2150: checking for uid_t in sys/types.h" >&5101732 echo "configure:101733: checking for uid_t in sys/types.h" >&5 102150 101733 if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 102151 101734 echo $ac_n "(cached) $ac_c" 1>&6 102152 101735 else 102153 101736 cat > conftest.$ac_ext <<EOF 102154 #line 10 2155"configure"101737 #line 101738 "configure" 102155 101738 #include "confdefs.h" 102156 101739 #include <sys/types.h> 102157 101740 EOF … … 102191 101774 memcpy memmove 102192 101775 do 102193 101776 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 102194 echo "configure:10 2195: checking for $ac_func" >&5101777 echo "configure:101778: checking for $ac_func" >&5 102195 101778 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 102196 101779 echo $ac_n "(cached) $ac_c" 1>&6 102197 101780 else 102198 101781 cat > conftest.$ac_ext <<EOF 102199 #line 10 2200"configure"101782 #line 101783 "configure" 102200 101783 #include "confdefs.h" 102201 101784 /* System header to define __stub macros and hopefully few prototypes, 102202 101785 which can conflict with char $ac_func(); below. */ … … 102219 101802 102220 101803 ; return 0; } 102221 101804 EOF 102222 if { (eval echo configure:10 2223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then101805 if { (eval echo configure:101806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 102223 101806 rm -rf conftest* 102224 101807 eval "ac_cv_func_$ac_func=yes" 102225 101808 else … … 102562 102145 XMLRPC_DIR=$PHP_XMLRPC/include/xmlrpc-epi 102563 102146 else 102564 102147 echo $ac_n "checking for XMLRPC-EPI in default path""... $ac_c" 1>&6 102565 echo "configure:102 566: checking for XMLRPC-EPI in default path" >&5102148 echo "configure:102149: checking for XMLRPC-EPI in default path" >&5 102566 102149 for i in /usr/local /usr; do 102567 102150 if test -r $i/include/xmlrpc.h; then 102568 102151 XMLRPC_DIR=$i/include … … 102994 102577 php_enable_xmlwriter=yes 102995 102578 102996 102579 echo $ac_n "checking whether to enable XMLWriter support""... $ac_c" 1>&6 102997 echo "configure:102 998: checking whether to enable XMLWriter support" >&5102580 echo "configure:102581: checking whether to enable XMLWriter support" >&5 102998 102581 # Check whether --enable-xmlwriter or --disable-xmlwriter was given. 102999 102582 if test "${enable_xmlwriter+set}" = set; then 103000 102583 enableval="$enable_xmlwriter" … … 103042 102625 php_with_libxml_dir=no 103043 102626 103044 102627 echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 103045 echo "configure:10 3046: checking libxml2 install dir" >&5102628 echo "configure:102629: checking libxml2 install dir" >&5 103046 102629 # Check whether --with-libxml-dir or --without-libxml-dir was given. 103047 102630 if test "${with_libxml_dir+set}" = set; then 103048 102631 withval="$with_libxml_dir" … … 103073 102656 103074 102657 103075 102658 echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 103076 echo "configure:10 3077: checking for xml2-config path" >&5102659 echo "configure:102660: checking for xml2-config path" >&5 103077 102660 if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 103078 102661 echo $ac_n "(cached) $ac_c" 1>&6 103079 102662 else … … 103231 102814 103232 102815 103233 102816 echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 103234 echo "configure:10 3235: checking whether libxml build works" >&5102817 echo "configure:102818: checking whether libxml build works" >&5 103235 102818 if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 103236 102819 echo $ac_n "(cached) $ac_c" 1>&6 103237 102820 else … … 103247 102830 103248 102831 else 103249 102832 cat > conftest.$ac_ext <<EOF 103250 #line 10 3251"configure"102833 #line 102834 "configure" 103251 102834 #include "confdefs.h" 103252 102835 103253 102836 … … 103258 102841 } 103259 102842 103260 102843 EOF 103261 if { (eval echo configure:10 3262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null102844 if { (eval echo configure:102845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 103262 102845 then 103263 102846 103264 102847 LIBS=$old_LIBS … … 103597 103180 php_with_xsl=no 103598 103181 103599 103182 echo $ac_n "checking for XSL support""... $ac_c" 1>&6 103600 echo "configure:103 601: checking for XSL support" >&5103183 echo "configure:103184: checking for XSL support" >&5 103601 103184 # Check whether --with-xsl or --without-xsl was given. 103602 103185 if test "${with_xsl+set}" = set; then 103603 103186 withval="$with_xsl" … … 103800 103383 103801 103384 103802 103385 echo $ac_n "checking for EXSLT support""... $ac_c" 1>&6 103803 echo "configure:103 804: checking for EXSLT support" >&5103386 echo "configure:103387: checking for EXSLT support" >&5 103804 103387 for i in $PHP_XSL /usr/local /usr; do 103805 103388 if test -r "$i/include/libexslt/exslt.h"; then 103806 103389 PHP_XSL_EXSL_DIR=$i … … 104265 103848 php_enable_zip=no 104266 103849 104267 103850 echo $ac_n "checking for zip archive read/writesupport""... $ac_c" 1>&6 104268 echo "configure:10 4269: checking for zip archive read/writesupport" >&5103851 echo "configure:103852: checking for zip archive read/writesupport" >&5 104269 103852 # Check whether --enable-zip or --disable-zip was given. 104270 103853 if test "${enable_zip+set}" = set; then 104271 103854 enableval="$enable_zip" … … 104313 103896 php_with_zlib_dir=no 104314 103897 104315 103898 echo $ac_n "checking for the location of libz""... $ac_c" 1>&6 104316 echo "configure:10 4317: checking for the location of libz" >&5103899 echo "configure:103900: checking for the location of libz" >&5 104317 103900 # Check whether --with-zlib-dir or --without-zlib-dir was given. 104318 103901 if test "${with_zlib_dir+set}" = set; then 104319 103902 withval="$with_zlib_dir" … … 104361 103944 fi 104362 103945 104363 103946 echo $ac_n "checking for the location of zlib""... $ac_c" 1>&6 104364 echo "configure:10 4365: checking for the location of zlib" >&5103947 echo "configure:103948: checking for the location of zlib" >&5 104365 103948 if test "$PHP_ZLIB_DIR" = "no"; then 104366 103949 { 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; } 104367 103950 else … … 104878 104461 php_with_pear=DEFAULT 104879 104462 104880 104463 echo $ac_n "checking whether to install PEAR""... $ac_c" 1>&6 104881 echo "configure:104 882: checking whether to install PEAR" >&5104464 echo "configure:104465: checking whether to install PEAR" >&5 104882 104465 # Check whether --with-pear or --without-pear was given. 104883 104466 if test "${with_pear+set}" = set; then 104884 104467 withval="$with_pear" … … 104988 104571 bison_version=none 104989 104572 if test "$YACC"; then 104990 104573 echo $ac_n "checking for bison version""... $ac_c" 1>&6 104991 echo "configure:104 992: checking for bison version" >&5104574 echo "configure:104575: checking for bison version" >&5 104992 104575 if eval "test \"`echo '$''{'php_cv_bison_version'+set}'`\" = set"; then 104993 104576 echo $ac_n "(cached) $ac_c" 1>&6 104994 104577 else … … 105045 104628 do 105046 104629 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 105047 104630 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 105048 echo "configure:10 5049: checking for $ac_hdr" >&5104631 echo "configure:104632: checking for $ac_hdr" >&5 105049 104632 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 105050 104633 echo $ac_n "(cached) $ac_c" 1>&6 105051 104634 else 105052 104635 cat > conftest.$ac_ext <<EOF 105053 #line 10 5054"configure"104636 #line 104637 "configure" 105054 104637 #include "confdefs.h" 105055 104638 #include <$ac_hdr> 105056 104639 EOF 105057 104640 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 105058 { (eval echo configure:10 5059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }104641 { (eval echo configure:104642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 105059 104642 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 105060 104643 if test -z "$ac_err"; then 105061 104644 rm -rf conftest* … … 105083 104666 105084 104667 105085 104668 echo $ac_n "checking for size_t""... $ac_c" 1>&6 105086 echo "configure:10 5087: checking for size_t" >&5104669 echo "configure:104670: checking for size_t" >&5 105087 104670 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 105088 104671 echo $ac_n "(cached) $ac_c" 1>&6 105089 104672 else 105090 104673 cat > conftest.$ac_ext <<EOF 105091 #line 10 5092"configure"104674 #line 104675 "configure" 105092 104675 #include "confdefs.h" 105093 104676 #include <sys/types.h> 105094 104677 #if STDC_HEADERS … … 105116 104699 fi 105117 104700 105118 104701 echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 105119 echo "configure:10 5120: checking return type of signal handlers" >&5104702 echo "configure:104703: checking return type of signal handlers" >&5 105120 104703 if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 105121 104704 echo $ac_n "(cached) $ac_c" 1>&6 105122 104705 else 105123 104706 cat > conftest.$ac_ext <<EOF 105124 #line 10 5125"configure"104707 #line 104708 "configure" 105125 104708 #include "confdefs.h" 105126 104709 #include <sys/types.h> 105127 104710 #include <signal.h> … … 105138 104721 int i; 105139 104722 ; return 0; } 105140 104723 EOF 105141 if { (eval echo configure:10 5142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then104724 if { (eval echo configure:104725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105142 104725 rm -rf conftest* 105143 104726 ac_cv_type_signal=void 105144 104727 else … … 105162 104745 105163 104746 105164 104747 echo $ac_n "checking for uint""... $ac_c" 1>&6 105165 echo "configure:10 5166: checking for uint" >&5104748 echo "configure:104749: checking for uint" >&5 105166 104749 if eval "test \"`echo '$''{'ac_cv_type_uint'+set}'`\" = set"; then 105167 104750 echo $ac_n "(cached) $ac_c" 1>&6 105168 104751 else 105169 104752 cat > conftest.$ac_ext <<EOF 105170 #line 10 5171"configure"104753 #line 104754 "configure" 105171 104754 #include "confdefs.h" 105172 104755 #include <sys/types.h> 105173 104756 #if STDC_HEADERS … … 105195 104778 fi 105196 104779 105197 104780 echo $ac_n "checking for ulong""... $ac_c" 1>&6 105198 echo "configure:10 5199: checking for ulong" >&5104781 echo "configure:104782: checking for ulong" >&5 105199 104782 if eval "test \"`echo '$''{'ac_cv_type_ulong'+set}'`\" = set"; then 105200 104783 echo $ac_n "(cached) $ac_c" 1>&6 105201 104784 else 105202 104785 cat > conftest.$ac_ext <<EOF 105203 #line 10 5204"configure"104786 #line 104787 "configure" 105204 104787 #include "confdefs.h" 105205 104788 #include <sys/types.h> 105206 104789 #if STDC_HEADERS … … 105230 104813 105231 104814 105232 104815 echo $ac_n "checking for int32_t""... $ac_c" 1>&6 105233 echo "configure:10 5234: checking for int32_t" >&5104816 echo "configure:104817: checking for int32_t" >&5 105234 104817 cat > conftest.$ac_ext <<EOF 105235 #line 10 5236"configure"104818 #line 104819 "configure" 105236 104819 #include "confdefs.h" 105237 104820 105238 104821 #if HAVE_SYS_TYPES_H … … 105251 104834 105252 104835 ; return 0; } 105253 104836 EOF 105254 if { (eval echo configure:10 5255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then104837 if { (eval echo configure:104838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105255 104838 rm -rf conftest* 105256 104839 105257 104840 cat >> confdefs.h <<EOF … … 105270 104853 rm -f conftest* 105271 104854 105272 104855 echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 105273 echo "configure:10 5274: checking for uint32_t" >&5104856 echo "configure:104857: checking for uint32_t" >&5 105274 104857 cat > conftest.$ac_ext <<EOF 105275 #line 10 5276"configure"104858 #line 104859 "configure" 105276 104859 #include "confdefs.h" 105277 104860 105278 104861 #if HAVE_SYS_TYPES_H … … 105291 104874 105292 104875 ; return 0; } 105293 104876 EOF 105294 if { (eval echo configure:10 5295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then104877 if { (eval echo configure:104878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105295 104878 rm -rf conftest* 105296 104879 105297 104880 cat >> confdefs.h <<EOF … … 105310 104893 rm -f conftest* 105311 104894 105312 104895 echo $ac_n "checking for vprintf""... $ac_c" 1>&6 105313 echo "configure:10 5314: checking for vprintf" >&5104896 echo "configure:104897: checking for vprintf" >&5 105314 104897 if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 105315 104898 echo $ac_n "(cached) $ac_c" 1>&6 105316 104899 else 105317 104900 cat > conftest.$ac_ext <<EOF 105318 #line 10 5319"configure"104901 #line 104902 "configure" 105319 104902 #include "confdefs.h" 105320 104903 /* System header to define __stub macros and hopefully few prototypes, 105321 104904 which can conflict with char vprintf(); below. */ … … 105338 104921 105339 104922 ; return 0; } 105340 104923 EOF 105341 if { (eval echo configure:10 5342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then104924 if { (eval echo configure:104925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105342 104925 rm -rf conftest* 105343 104926 eval "ac_cv_func_vprintf=yes" 105344 104927 else … … 105362 104945 105363 104946 if test "$ac_cv_func_vprintf" != yes; then 105364 104947 echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 105365 echo "configure:10 5366: checking for _doprnt" >&5104948 echo "configure:104949: checking for _doprnt" >&5 105366 104949 if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 105367 104950 echo $ac_n "(cached) $ac_c" 1>&6 105368 104951 else 105369 104952 cat > conftest.$ac_ext <<EOF 105370 #line 10 5371"configure"104953 #line 104954 "configure" 105371 104954 #include "confdefs.h" 105372 104955 /* System header to define __stub macros and hopefully few prototypes, 105373 104956 which can conflict with char _doprnt(); below. */ … … 105390 104973 105391 104974 ; return 0; } 105392 104975 EOF 105393 if { (eval echo configure:10 5394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then104976 if { (eval echo configure:104977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105394 104977 rm -rf conftest* 105395 104978 eval "ac_cv_func__doprnt=yes" 105396 104979 else … … 105415 104998 fi 105416 104999 105417 105000 echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 105418 echo "configure:105 419: checking for 8-bit clean memcmp" >&5105001 echo "configure:105002: checking for 8-bit clean memcmp" >&5 105419 105002 if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then 105420 105003 echo $ac_n "(cached) $ac_c" 1>&6 105421 105004 else … … 105423 105006 ac_cv_func_memcmp_clean=no 105424 105007 else 105425 105008 cat > conftest.$ac_ext <<EOF 105426 #line 105 427"configure"105009 #line 105010 "configure" 105427 105010 #include "confdefs.h" 105428 105011 105429 105012 main() … … 105433 105016 } 105434 105017 105435 105018 EOF 105436 if { (eval echo configure:105 437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105019 if { (eval echo configure:105020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 105437 105020 then 105438 105021 ac_cv_func_memcmp_clean=yes 105439 105022 else … … 105453 105036 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 105454 105037 # for constant arguments. Useless! 105455 105038 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 105456 echo "configure:105 457: checking for working alloca.h" >&5105039 echo "configure:105040: checking for working alloca.h" >&5 105457 105040 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 105458 105041 echo $ac_n "(cached) $ac_c" 1>&6 105459 105042 else 105460 105043 cat > conftest.$ac_ext <<EOF 105461 #line 105 462"configure"105044 #line 105045 "configure" 105462 105045 #include "confdefs.h" 105463 105046 #include <alloca.h> 105464 105047 int main() { 105465 105048 char *p = alloca(2 * sizeof(int)); 105466 105049 ; return 0; } 105467 105050 EOF 105468 if { (eval echo configure:105 469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105051 if { (eval echo configure:105052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105469 105052 rm -rf conftest* 105470 105053 ac_cv_header_alloca_h=yes 105471 105054 else … … 105486 105069 fi 105487 105070 105488 105071 echo $ac_n "checking for alloca""... $ac_c" 1>&6 105489 echo "configure:105 490: checking for alloca" >&5105072 echo "configure:105073: checking for alloca" >&5 105490 105073 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 105491 105074 echo $ac_n "(cached) $ac_c" 1>&6 105492 105075 else 105493 105076 cat > conftest.$ac_ext <<EOF 105494 #line 105 495"configure"105077 #line 105078 "configure" 105495 105078 #include "confdefs.h" 105496 105079 105497 105080 #ifdef __GNUC__ … … 105519 105102 char *p = (char *) alloca(1); 105520 105103 ; return 0; } 105521 105104 EOF 105522 if { (eval echo configure:105 523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105105 if { (eval echo configure:105106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105523 105106 rm -rf conftest* 105524 105107 ac_cv_func_alloca_works=yes 105525 105108 else … … 105551 105134 105552 105135 105553 105136 echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 105554 echo "configure:105 555: checking whether alloca needs Cray hooks" >&5105137 echo "configure:105138: checking whether alloca needs Cray hooks" >&5 105555 105138 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 105556 105139 echo $ac_n "(cached) $ac_c" 1>&6 105557 105140 else 105558 105141 cat > conftest.$ac_ext <<EOF 105559 #line 105 560"configure"105142 #line 105143 "configure" 105560 105143 #include "confdefs.h" 105561 105144 #if defined(CRAY) && ! defined(CRAY2) 105562 105145 webecray … … 105581 105164 if test $ac_cv_os_cray = yes; then 105582 105165 for ac_func in _getb67 GETB67 getb67; do 105583 105166 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 105584 echo "configure:105 585: checking for $ac_func" >&5105167 echo "configure:105168: checking for $ac_func" >&5 105585 105168 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 105586 105169 echo $ac_n "(cached) $ac_c" 1>&6 105587 105170 else 105588 105171 cat > conftest.$ac_ext <<EOF 105589 #line 105 590"configure"105172 #line 105173 "configure" 105590 105173 #include "confdefs.h" 105591 105174 /* System header to define __stub macros and hopefully few prototypes, 105592 105175 which can conflict with char $ac_func(); below. */ … … 105609 105192 105610 105193 ; return 0; } 105611 105194 EOF 105612 if { (eval echo configure:105 613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105195 if { (eval echo configure:105196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105613 105196 rm -rf conftest* 105614 105197 eval "ac_cv_func_$ac_func=yes" 105615 105198 else … … 105636 105219 fi 105637 105220 105638 105221 echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 105639 echo "configure:105 640: checking stack direction for C alloca" >&5105222 echo "configure:105223: checking stack direction for C alloca" >&5 105640 105223 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 105641 105224 echo $ac_n "(cached) $ac_c" 1>&6 105642 105225 else … … 105644 105227 ac_cv_c_stack_direction=0 105645 105228 else 105646 105229 cat > conftest.$ac_ext <<EOF 105647 #line 105 648"configure"105230 #line 105231 "configure" 105648 105231 #include "confdefs.h" 105649 105232 find_stack_direction () 105650 105233 { … … 105663 105246 exit (find_stack_direction() < 0); 105664 105247 } 105665 105248 EOF 105666 if { (eval echo configure:105 667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105249 if { (eval echo configure:105250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 105667 105250 then 105668 105251 ac_cv_c_stack_direction=1 105669 105252 else … … 105687 105270 for ac_func in memcpy strdup getpid kill strtod strtol finite fpclass 105688 105271 do 105689 105272 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 105690 echo "configure:105 691: checking for $ac_func" >&5105273 echo "configure:105274: checking for $ac_func" >&5 105691 105274 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 105692 105275 echo $ac_n "(cached) $ac_c" 1>&6 105693 105276 else 105694 105277 cat > conftest.$ac_ext <<EOF 105695 #line 105 696"configure"105278 #line 105279 "configure" 105696 105279 #include "confdefs.h" 105697 105280 /* System header to define __stub macros and hopefully few prototypes, 105698 105281 which can conflict with char $ac_func(); below. */ … … 105715 105298 105716 105299 ; return 0; } 105717 105300 EOF 105718 if { (eval echo configure:105 719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105301 if { (eval echo configure:105302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105719 105302 rm -rf conftest* 105720 105303 eval "ac_cv_func_$ac_func=yes" 105721 105304 else … … 105741 105324 105742 105325 105743 105326 echo $ac_n "checking whether sprintf is broken""... $ac_c" 1>&6 105744 echo "configure:105 745: checking whether sprintf is broken" >&5105327 echo "configure:105328: checking whether sprintf is broken" >&5 105745 105328 if eval "test \"`echo '$''{'ac_cv_broken_sprintf'+set}'`\" = set"; then 105746 105329 echo $ac_n "(cached) $ac_c" 1>&6 105747 105330 else … … 105752 105335 105753 105336 else 105754 105337 cat > conftest.$ac_ext <<EOF 105755 #line 105 756"configure"105338 #line 105339 "configure" 105756 105339 #include "confdefs.h" 105757 105340 main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); } 105758 105341 EOF 105759 if { (eval echo configure:105 760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105342 if { (eval echo configure:105343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 105760 105343 then 105761 105344 105762 105345 ac_cv_broken_sprintf=no … … 105790 105373 for ac_func in finite isfinite isinf isnan 105791 105374 do 105792 105375 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 105793 echo "configure:105 794: checking for $ac_func" >&5105376 echo "configure:105377: checking for $ac_func" >&5 105794 105377 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 105795 105378 echo $ac_n "(cached) $ac_c" 1>&6 105796 105379 else 105797 105380 cat > conftest.$ac_ext <<EOF 105798 #line 105 799"configure"105381 #line 105382 "configure" 105799 105382 #include "confdefs.h" 105800 105383 /* System header to define __stub macros and hopefully few prototypes, 105801 105384 which can conflict with char $ac_func(); below. */ … … 105818 105401 105819 105402 ; return 0; } 105820 105403 EOF 105821 if { (eval echo configure:105 822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then105404 if { (eval echo configure:105405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 105822 105405 rm -rf conftest* 105823 105406 eval "ac_cv_func_$ac_func=yes" 105824 105407 else … … 105845 105428 105846 105429 105847 105430 echo $ac_n "checking whether fp_except is defined""... $ac_c" 1>&6 105848 echo "configure:105 849: checking whether fp_except is defined" >&5105431 echo "configure:105432: checking whether fp_except is defined" >&5 105849 105432 if eval "test \"`echo '$''{'ac_cv_type_fp_except'+set}'`\" = set"; then 105850 105433 echo $ac_n "(cached) $ac_c" 1>&6 105851 105434 else 105852 105435 105853 105436 cat > conftest.$ac_ext <<EOF 105854 #line 105 855"configure"105437 #line 105438 "configure" 105855 105438 #include "confdefs.h" 105856 105439 105857 105440 #include <floatingpoint.h> … … 105862 105445 105863 105446 ; return 0; } 105864 105447 EOF 105865 if { (eval echo configure:105 866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then105448 if { (eval echo configure:105449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 105866 105449 rm -rf conftest* 105867 105450 105868 105451 ac_cv_type_fp_except=yes … … 105892 105475 do 105893 105476 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 105894 105477 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 105895 echo "configure:105 896: checking for $ac_hdr" >&5105478 echo "configure:105479: checking for $ac_hdr" >&5 105896 105479 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 105897 105480 echo $ac_n "(cached) $ac_c" 1>&6 105898 105481 else 105899 105482 cat > conftest.$ac_ext <<EOF 105900 #line 105 901"configure"105483 #line 105484 "configure" 105901 105484 #include "confdefs.h" 105902 105485 #include <$ac_hdr> 105903 105486 EOF 105904 105487 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 105905 { (eval echo configure:105 906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }105488 { (eval echo configure:105489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 105906 105489 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 105907 105490 if test -z "$ac_err"; then 105908 105491 rm -rf conftest* … … 105930 105513 105931 105514 105932 105515 echo $ac_n "checking whether dlsym() requires a leading underscore in symbol names""... $ac_c" 1>&6 105933 echo "configure:105 934: checking whether dlsym() requires a leading underscore in symbol names" >&5105516 echo "configure:105517: checking whether dlsym() requires a leading underscore in symbol names" >&5 105934 105517 if test "$cross_compiling" = yes; then : 105935 105518 105936 105519 else 105937 105520 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 105938 105521 lt_status=$lt_dlunknown 105939 105522 cat > conftest.$ac_ext <<EOF 105940 #line 105 941"configure"105523 #line 105524 "configure" 105941 105524 #include "confdefs.h" 105942 105525 105943 105526 #if HAVE_DLFCN_H … … 105998 105581 exit (status); 105999 105582 } 106000 105583 EOF 106001 if { (eval echo configure:10 6002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then105584 if { (eval echo configure:105585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 106002 105585 (./conftest; exit; ) >&5 2>/dev/null 106003 105586 lt_status=$? 106004 105587 case x$lt_status in … … 106081 105664 106082 105665 106083 105666 echo $ac_n "checking virtual machine dispatch method""... $ac_c" 1>&6 106084 echo "configure:10 6085: checking virtual machine dispatch method" >&5105667 echo "configure:105668: checking virtual machine dispatch method" >&5 106085 105668 echo "$ac_t""$PHP_ZEND_VM" 1>&6 106086 105669 106087 105670 echo $ac_n "checking whether to enable thread-safety""... $ac_c" 1>&6 106088 echo "configure:10 6089: checking whether to enable thread-safety" >&5105671 echo "configure:105672: checking whether to enable thread-safety" >&5 106089 105672 echo "$ac_t""$ZEND_MAINTAINER_ZTS" 1>&6 106090 105673 106091 105674 echo $ac_n "checking whether to enable inline optimization for GCC""... $ac_c" 1>&6 106092 echo "configure:10 6093: checking whether to enable inline optimization for GCC" >&5105675 echo "configure:105676: checking whether to enable inline optimization for GCC" >&5 106093 105676 echo "$ac_t""$ZEND_INLINE_OPTIMIZATION" 1>&6 106094 105677 106095 105678 echo $ac_n "checking whether to enable Zend debugging""... $ac_c" 1>&6 106096 echo "configure:10 6097: checking whether to enable Zend debugging" >&5105679 echo "configure:105680: checking whether to enable Zend debugging" >&5 106097 105680 echo "$ac_t""$ZEND_DEBUG" 1>&6 106098 105681 106099 105682 echo $ac_n "checking whether to enable Zend multibyte""... $ac_c" 1>&6 106100 echo "configure:10 6101: checking whether to enable Zend multibyte" >&5105683 echo "configure:105684: checking whether to enable Zend multibyte" >&5 106101 105684 echo "$ac_t""$ZEND_MULTIBYTE" 1>&6 106102 105685 106103 105686 case $PHP_ZEND_VM in … … 106170 105753 106171 105754 106172 105755 echo $ac_n "checking for inline""... $ac_c" 1>&6 106173 echo "configure:10 6174: checking for inline" >&5105756 echo "configure:105757: checking for inline" >&5 106174 105757 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 106175 105758 echo $ac_n "(cached) $ac_c" 1>&6 106176 105759 else 106177 105760 ac_cv_c_inline=no 106178 105761 for ac_kw in inline __inline__ __inline; do 106179 105762 cat > conftest.$ac_ext <<EOF 106180 #line 10 6181"configure"105763 #line 105764 "configure" 106181 105764 #include "confdefs.h" 106182 105765 106183 105766 int main() { 106184 105767 } $ac_kw foo() { 106185 105768 ; return 0; } 106186 105769 EOF 106187 if { (eval echo configure:10 6188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then105770 if { (eval echo configure:105771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 106188 105771 rm -rf conftest* 106189 105772 ac_cv_c_inline=$ac_kw; break 106190 105773 else … … 106213 105796 106214 105797 106215 105798 echo $ac_n "checking target system is Darwin""... $ac_c" 1>&6 106216 echo "configure:10 6217: checking target system is Darwin" >&5105799 echo "configure:105800: checking target system is Darwin" >&5 106217 105800 if echo "$target" | grep "darwin" > /dev/null; then 106218 105801 cat >> confdefs.h <<\EOF 106219 105802 #define DARWIN 1 … … 106225 105808 fi 106226 105809 106227 105810 echo $ac_n "checking for MM alignment and log values""... $ac_c" 1>&6 106228 echo "configure:10 6229: checking for MM alignment and log values" >&5105811 echo "configure:105812: checking for MM alignment and log values" >&5 106229 105812 106230 105813 if test "$cross_compiling" = yes; then 106231 105814 … … 106233 105816 106234 105817 else 106235 105818 cat > conftest.$ac_ext <<EOF 106236 #line 10 6237"configure"105819 #line 105820 "configure" 106237 105820 #include "confdefs.h" 106238 105821 106239 105822 #include <stdio.h> … … 106269 105852 } 106270 105853 106271 105854 EOF 106272 if { (eval echo configure:10 6273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null105855 if { (eval echo configure:105856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 106273 105856 then 106274 105857 106275 105858 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1` … … 106294 105877 echo "$ac_t""done" 1>&6 106295 105878 106296 105879 echo $ac_n "checking for memory allocation using mmap(MAP_ANON)""... $ac_c" 1>&6 106297 echo "configure:10 6298: checking for memory allocation using mma

