Changeset 567 for trunk/gsdl/configure


Ignore:
Timestamp:
1999-09-09T17:23:03+12:00 (25 years ago)
Author:
sjboddie
Message:

fixed autoconf fastcgi error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r565 r567  
    536536
    537537
     538USE_FASTCGI=0
     539if test USE_FASTCGI = 1; then
     540cat >> confdefs.h <<\EOF
     541#define USE_FASTCGI 1
     542EOF
     543
     544
     545fi
     546
    538547# Extract the first word of "gcc", so it can be a program name with args.
    539548set dummy gcc; ac_word=$2
    540549echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    541 echo "configure:542: checking for $ac_word" >&5
     550echo "configure:551: checking for $ac_word" >&5
    542551if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    543552  echo $ac_n "(cached) $ac_c" 1>&6
     
    569578set dummy cc; ac_word=$2
    570579echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    571 echo "configure:572: checking for $ac_word" >&5
     580echo "configure:581: checking for $ac_word" >&5
    572581if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    573582  echo $ac_n "(cached) $ac_c" 1>&6
     
    620629set dummy cl; ac_word=$2
    621630echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    622 echo "configure:623: checking for $ac_word" >&5
     631echo "configure:632: checking for $ac_word" >&5
    623632if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    624633  echo $ac_n "(cached) $ac_c" 1>&6
     
    652661
    653662echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    654 echo "configure:655: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     663echo "configure:664: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    655664
    656665ac_ext=c
     
    663672cat > conftest.$ac_ext << EOF
    664673
    665 #line 666 "configure"
     674#line 675 "configure"
    666675#include "confdefs.h"
    667676
    668677main(){return(0);}
    669678EOF
    670 if { (eval echo configure:671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     679if { (eval echo configure:680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    671680  ac_cv_prog_cc_works=yes
    672681  # If we can't run a trivial program, we are probably using a cross compiler.
     
    694703fi
    695704echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    696 echo "configure:697: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     705echo "configure:706: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    697706echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    698707cross_compiling=$ac_cv_prog_cc_cross
    699708
    700709echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    701 echo "configure:702: checking whether we are using GNU C" >&5
     710echo "configure:711: checking whether we are using GNU C" >&5
    702711if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    703712  echo $ac_n "(cached) $ac_c" 1>&6
     
    708717#endif
    709718EOF
    710 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:711: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     719if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    711720  ac_cv_prog_gcc=yes
    712721else
     
    727736CFLAGS=
    728737echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    729 echo "configure:730: checking whether ${CC-cc} accepts -g" >&5
     738echo "configure:739: checking whether ${CC-cc} accepts -g" >&5
    730739if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    731740  echo $ac_n "(cached) $ac_c" 1>&6
     
    763772set dummy $ac_prog; ac_word=$2
    764773echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    765 echo "configure:766: checking for $ac_word" >&5
     774echo "configure:775: checking for $ac_word" >&5
    766775if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    767776  echo $ac_n "(cached) $ac_c" 1>&6
     
    795804
    796805echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    797 echo "configure:798: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     806echo "configure:807: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    798807
    799808ac_ext=C
     
    806815cat > conftest.$ac_ext << EOF
    807816
    808 #line 809 "configure"
     817#line 818 "configure"
    809818#include "confdefs.h"
    810819
    811820int main(){return(0);}
    812821EOF
    813 if { (eval echo configure:814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     822if { (eval echo configure:823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    814823  ac_cv_prog_cxx_works=yes
    815824  # If we can't run a trivial program, we are probably using a cross compiler.
     
    837846fi
    838847echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    839 echo "configure:840: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     848echo "configure:849: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    840849echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    841850cross_compiling=$ac_cv_prog_cxx_cross
    842851
    843852echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    844 echo "configure:845: checking whether we are using GNU C++" >&5
     853echo "configure:854: checking whether we are using GNU C++" >&5
    845854if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    846855  echo $ac_n "(cached) $ac_c" 1>&6
     
    851860#endif
    852861EOF
    853 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     862if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    854863  ac_cv_prog_gxx=yes
    855864else
     
    870879CXXFLAGS=
    871880echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    872 echo "configure:873: checking whether ${CXX-g++} accepts -g" >&5
     881echo "configure:882: checking whether ${CXX-g++} accepts -g" >&5
    873882if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    874883  echo $ac_n "(cached) $ac_c" 1>&6
     
    902911
    903912echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    904 echo "configure:905: checking whether ln -s works" >&5
     913echo "configure:914: checking whether ln -s works" >&5
    905914if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    906915  echo $ac_n "(cached) $ac_c" 1>&6
     
    923932
    924933echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    925 echo "configure:926: checking whether ${MAKE-make} sets \${MAKE}" >&5
     934echo "configure:935: checking whether ${MAKE-make} sets \${MAKE}" >&5
    926935set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    927936if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    952961set dummy ranlib; ac_word=$2
    953962echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    954 echo "configure:955: checking for $ac_word" >&5
     963echo "configure:964: checking for $ac_word" >&5
    955964if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    956965  echo $ac_n "(cached) $ac_c" 1>&6
     
    981990
    982991echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    983 echo "configure:984: checking for main in -lg" >&5
     992echo "configure:993: checking for main in -lg" >&5
    984993ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    985994if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    989998LIBS="-lg  $LIBS"
    990999cat > conftest.$ac_ext <<EOF
    991 #line 992 "configure"
     1000#line 1001 "configure"
    9921001#include "confdefs.h"
    9931002
     
    9961005; return 0; }
    9971006EOF
    998 if { (eval echo configure:999: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1007if { (eval echo configure:1008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    9991008  rm -rf conftest*
    10001009  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10241033
    10251034echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1026 echo "configure:1027: checking for main in -lgdbm" >&5
     1035echo "configure:1036: checking for main in -lgdbm" >&5
    10271036ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    10281037if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10321041LIBS="-lgdbm  $LIBS"
    10331042cat > conftest.$ac_ext <<EOF
    1034 #line 1035 "configure"
     1043#line 1044 "configure"
    10351044#include "confdefs.h"
    10361045
     
    10391048; return 0; }
    10401049EOF
    1041 if { (eval echo configure:1042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1050if { (eval echo configure:1051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10421051  rm -rf conftest*
    10431052  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10671076
    10681077echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1069 echo "configure:1070: checking for main in -lm" >&5
     1078echo "configure:1079: checking for main in -lm" >&5
    10701079ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    10711080if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10751084LIBS="-lm  $LIBS"
    10761085cat > conftest.$ac_ext <<EOF
    1077 #line 1078 "configure"
     1086#line 1087 "configure"
    10781087#include "confdefs.h"
    10791088
     
    10821091; return 0; }
    10831092EOF
    1084 if { (eval echo configure:1085: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1093if { (eval echo configure:1094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10851094  rm -rf conftest*
    10861095  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11101119
    11111120echo $ac_n "checking for main in -lstdc""... $ac_c" 1>&6
    1112 echo "configure:1113: checking for main in -lstdc" >&5
     1121echo "configure:1122: checking for main in -lstdc" >&5
    11131122ac_lib_var=`echo stdc'_'main | sed 'y%./+-%__p_%'`
    11141123if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11181127LIBS="-lstdc  $LIBS"
    11191128cat > conftest.$ac_ext <<EOF
    1120 #line 1121 "configure"
     1129#line 1130 "configure"
    11211130#include "confdefs.h"
    11221131
     
    11251134; return 0; }
    11261135EOF
    1127 if { (eval echo configure:1128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1136if { (eval echo configure:1137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11281137  rm -rf conftest*
    11291138  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11541163
    11551164echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1156 echo "configure:1157: checking how to run the C preprocessor" >&5
     1165echo "configure:1166: checking how to run the C preprocessor" >&5
    11571166# On Suns, sometimes $CPP names a directory.
    11581167if test -n "$CPP" && test -d "$CPP"; then
     
    11691178  # not just through cpp.
    11701179  cat > conftest.$ac_ext <<EOF
    1171 #line 1172 "configure"
     1180#line 1181 "configure"
    11721181#include "confdefs.h"
    11731182#include <assert.h>
     
    11751184EOF
    11761185ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1177 { (eval echo configure:1178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1186{ (eval echo configure:1187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11781187ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11791188if test -z "$ac_err"; then
     
    11861195  CPP="${CC-cc} -E -traditional-cpp"
    11871196  cat > conftest.$ac_ext <<EOF
    1188 #line 1189 "configure"
     1197#line 1198 "configure"
    11891198#include "confdefs.h"
    11901199#include <assert.h>
     
    11921201EOF
    11931202ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1194 { (eval echo configure:1195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1203{ (eval echo configure:1204: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11951204ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11961205if test -z "$ac_err"; then
     
    12031212  CPP="${CC-cc} -nologo -E"
    12041213  cat > conftest.$ac_ext <<EOF
    1205 #line 1206 "configure"
     1214#line 1215 "configure"
    12061215#include "confdefs.h"
    12071216#include <assert.h>
     
    12091218EOF
    12101219ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1211 { (eval echo configure:1212: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1220{ (eval echo configure:1221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12121221ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12131222if test -z "$ac_err"; then
     
    12341243
    12351244echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1236 echo "configure:1237: checking for ANSI C header files" >&5
     1245echo "configure:1246: checking for ANSI C header files" >&5
    12371246if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    12381247  echo $ac_n "(cached) $ac_c" 1>&6
    12391248else
    12401249  cat > conftest.$ac_ext <<EOF
    1241 #line 1242 "configure"
     1250#line 1251 "configure"
    12421251#include "confdefs.h"
    12431252#include <stdlib.h>
     
    12471256EOF
    12481257ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1249 { (eval echo configure:1250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1258{ (eval echo configure:1259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12501259ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12511260if test -z "$ac_err"; then
     
    12641273  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    12651274cat > conftest.$ac_ext <<EOF
    1266 #line 1267 "configure"
     1275#line 1276 "configure"
    12671276#include "confdefs.h"
    12681277#include <string.h>
     
    12821291  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    12831292cat > conftest.$ac_ext <<EOF
    1284 #line 1285 "configure"
     1293#line 1294 "configure"
    12851294#include "confdefs.h"
    12861295#include <stdlib.h>
     
    13031312else
    13041313  cat > conftest.$ac_ext <<EOF
    1305 #line 1306 "configure"
     1314#line 1315 "configure"
    13061315#include "confdefs.h"
    13071316#include <ctype.h>
     
    13141323
    13151324EOF
    1316 if { (eval echo configure:1317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1325if { (eval echo configure:1326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    13171326then
    13181327  :
     
    13411350ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    13421351echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1343 echo "configure:1344: checking for $ac_hdr" >&5
     1352echo "configure:1353: checking for $ac_hdr" >&5
    13441353if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    13451354  echo $ac_n "(cached) $ac_c" 1>&6
    13461355else
    13471356  cat > conftest.$ac_ext <<EOF
    1348 #line 1349 "configure"
     1357#line 1358 "configure"
    13491358#include "confdefs.h"
    13501359#include <$ac_hdr>
    13511360EOF
    13521361ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1353 { (eval echo configure:1354: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1362{ (eval echo configure:1363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13541363ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13551364if test -z "$ac_err"; then
     
    13791388
    13801389echo $ac_n "checking for working const""... $ac_c" 1>&6
    1381 echo "configure:1382: checking for working const" >&5
     1390echo "configure:1391: checking for working const" >&5
    13821391if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    13831392  echo $ac_n "(cached) $ac_c" 1>&6
    13841393else
    13851394  cat > conftest.$ac_ext <<EOF
    1386 #line 1387 "configure"
     1395#line 1396 "configure"
    13871396#include "confdefs.h"
    13881397
     
    14331442; return 0; }
    14341443EOF
    1435 if { (eval echo configure:1436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1444if { (eval echo configure:1445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14361445  rm -rf conftest*
    14371446  ac_cv_c_const=yes
     
    14541463
    14551464echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1456 echo "configure:1457: checking whether time.h and sys/time.h may both be included" >&5
     1465echo "configure:1466: checking whether time.h and sys/time.h may both be included" >&5
    14571466if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    14581467  echo $ac_n "(cached) $ac_c" 1>&6
    14591468else
    14601469  cat > conftest.$ac_ext <<EOF
    1461 #line 1462 "configure"
     1470#line 1471 "configure"
    14621471#include "confdefs.h"
    14631472#include <sys/types.h>
     
    14681477; return 0; }
    14691478EOF
    1470 if { (eval echo configure:1471: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1479if { (eval echo configure:1480: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14711480  rm -rf conftest*
    14721481  ac_cv_header_time=yes
     
    14991508success=no
    15001509echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    1501 echo "configure:1502: checking "whether STL library has known faults"" >&5
     1510echo "configure:1511: checking "whether STL library has known faults"" >&5
    15021511
    15031512cat > conftest.$ac_ext <<EOF
    1504 #line 1505 "configure"
     1513#line 1514 "configure"
    15051514#include "confdefs.h"
    15061515#include <vector>
     
    15101519; return 0; }
    15111520EOF
    1512 if { (eval echo configure:1513: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1521if { (eval echo configure:1522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15131522  rm -rf conftest*
    15141523  success=yes
     
    15211530if test $success = "no"; then
    15221531cat > conftest.$ac_ext <<EOF
    1523 #line 1524 "configure"
     1532#line 1533 "configure"
    15241533#include "confdefs.h"
    15251534#include <vector.h>
     
    15291538; return 0; }
    15301539EOF
    1531 if { (eval echo configure:1532: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1540if { (eval echo configure:1541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15321541  rm -rf conftest*
    15331542  success="yes"
     
    15411550if test $success = "no"; then
    15421551cat > conftest.$ac_ext <<EOF
    1543 #line 1544 "configure"
     1552#line 1553 "configure"
    15441553#include "confdefs.h"
    15451554#include <ospace\\std\\vector>
     
    15491558; return 0; }
    15501559EOF
    1551 if { (eval echo configure:1552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1560if { (eval echo configure:1561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15521561  rm -rf conftest*
    15531562  success="yes"
     
    15701579
    15711580echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    1572 echo "configure:1573: checking for vprintf" >&5
     1581echo "configure:1582: checking for vprintf" >&5
    15731582if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    15741583  echo $ac_n "(cached) $ac_c" 1>&6
    15751584else
    15761585  cat > conftest.$ac_ext <<EOF
    1577 #line 1578 "configure"
     1586#line 1587 "configure"
    15781587#include "confdefs.h"
    15791588/* System header to define __stub macros and hopefully few prototypes,
     
    16011610; return 0; }
    16021611EOF
    1603 if { (eval echo configure:1604: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1612if { (eval echo configure:1613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16041613  rm -rf conftest*
    16051614  eval "ac_cv_func_vprintf=yes"
     
    16251634if test "$ac_cv_func_vprintf" != yes; then
    16261635echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    1627 echo "configure:1628: checking for _doprnt" >&5
     1636echo "configure:1637: checking for _doprnt" >&5
    16281637if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    16291638  echo $ac_n "(cached) $ac_c" 1>&6
    16301639else
    16311640  cat > conftest.$ac_ext <<EOF
    1632 #line 1633 "configure"
     1641#line 1642 "configure"
    16331642#include "confdefs.h"
    16341643/* System header to define __stub macros and hopefully few prototypes,
     
    16561665; return 0; }
    16571666EOF
    1658 if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1667if { (eval echo configure:1668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16591668  rm -rf conftest*
    16601669  eval "ac_cv_func__doprnt=yes"
     
    18271836s%@PACKAGE@%$PACKAGE%g
    18281837s%@VERSION@%$VERSION%g
     1838s%@USE_FASTCGI@%$USE_FASTCGI%g
    18291839s%@CC@%$CC%g
    18301840s%@CXX@%$CXX%g
Note: See TracChangeset for help on using the changeset viewer.