Changeset 576 for trunk/gsdl/configure


Ignore:
Timestamp:
1999-09-10T12:47:19+12:00 (25 years ago)
Author:
sjboddie
Message:

got rid of the -O2 compiler option as it was causing some problems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/configure

    r567 r576  
    545545fi
    546546
     547CFLAGS=-g
     548
     549
    547550# Extract the first word of "gcc", so it can be a program name with args.
    548551set dummy gcc; ac_word=$2
    549552echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    550 echo "configure:551: checking for $ac_word" >&5
     553echo "configure:554: checking for $ac_word" >&5
    551554if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    552555  echo $ac_n "(cached) $ac_c" 1>&6
     
    578581set dummy cc; ac_word=$2
    579582echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    580 echo "configure:581: checking for $ac_word" >&5
     583echo "configure:584: checking for $ac_word" >&5
    581584if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    582585  echo $ac_n "(cached) $ac_c" 1>&6
     
    629632set dummy cl; ac_word=$2
    630633echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    631 echo "configure:632: checking for $ac_word" >&5
     634echo "configure:635: checking for $ac_word" >&5
    632635if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    633636  echo $ac_n "(cached) $ac_c" 1>&6
     
    661664
    662665echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    663 echo "configure:664: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     666echo "configure:667: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    664667
    665668ac_ext=c
     
    672675cat > conftest.$ac_ext << EOF
    673676
    674 #line 675 "configure"
     677#line 678 "configure"
    675678#include "confdefs.h"
    676679
    677680main(){return(0);}
    678681EOF
    679 if { (eval echo configure:680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     682if { (eval echo configure:683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    680683  ac_cv_prog_cc_works=yes
    681684  # If we can't run a trivial program, we are probably using a cross compiler.
     
    703706fi
    704707echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    705 echo "configure:706: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     708echo "configure:709: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    706709echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    707710cross_compiling=$ac_cv_prog_cc_cross
    708711
    709712echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    710 echo "configure:711: checking whether we are using GNU C" >&5
     713echo "configure:714: checking whether we are using GNU C" >&5
    711714if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    712715  echo $ac_n "(cached) $ac_c" 1>&6
     
    717720#endif
    718721EOF
    719 if { 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
     722if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:723: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    720723  ac_cv_prog_gcc=yes
    721724else
     
    736739CFLAGS=
    737740echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    738 echo "configure:739: checking whether ${CC-cc} accepts -g" >&5
     741echo "configure:742: checking whether ${CC-cc} accepts -g" >&5
    739742if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    740743  echo $ac_n "(cached) $ac_c" 1>&6
     
    772775set dummy $ac_prog; ac_word=$2
    773776echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    774 echo "configure:775: checking for $ac_word" >&5
     777echo "configure:778: checking for $ac_word" >&5
    775778if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then
    776779  echo $ac_n "(cached) $ac_c" 1>&6
     
    804807
    805808echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    806 echo "configure:807: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
     809echo "configure:810: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5
    807810
    808811ac_ext=C
     
    815818cat > conftest.$ac_ext << EOF
    816819
    817 #line 818 "configure"
     820#line 821 "configure"
    818821#include "confdefs.h"
    819822
    820823int main(){return(0);}
    821824EOF
    822 if { (eval echo configure:823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     825if { (eval echo configure:826: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    823826  ac_cv_prog_cxx_works=yes
    824827  # If we can't run a trivial program, we are probably using a cross compiler.
     
    846849fi
    847850echo $ac_n "checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    848 echo "configure:849: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
     851echo "configure:852: checking whether the C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5
    849852echo "$ac_t""$ac_cv_prog_cxx_cross" 1>&6
    850853cross_compiling=$ac_cv_prog_cxx_cross
    851854
    852855echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6
    853 echo "configure:854: checking whether we are using GNU C++" >&5
     856echo "configure:857: checking whether we are using GNU C++" >&5
    854857if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then
    855858  echo $ac_n "(cached) $ac_c" 1>&6
     
    860863#endif
    861864EOF
    862 if { 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
     865if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    863866  ac_cv_prog_gxx=yes
    864867else
     
    879882CXXFLAGS=
    880883echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6
    881 echo "configure:882: checking whether ${CXX-g++} accepts -g" >&5
     884echo "configure:885: checking whether ${CXX-g++} accepts -g" >&5
    882885if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then
    883886  echo $ac_n "(cached) $ac_c" 1>&6
     
    911914
    912915echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    913 echo "configure:914: checking whether ln -s works" >&5
     916echo "configure:917: checking whether ln -s works" >&5
    914917if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    915918  echo $ac_n "(cached) $ac_c" 1>&6
     
    932935
    933936echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    934 echo "configure:935: checking whether ${MAKE-make} sets \${MAKE}" >&5
     937echo "configure:938: checking whether ${MAKE-make} sets \${MAKE}" >&5
    935938set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    936939if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    961964set dummy ranlib; ac_word=$2
    962965echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    963 echo "configure:964: checking for $ac_word" >&5
     966echo "configure:967: checking for $ac_word" >&5
    964967if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    965968  echo $ac_n "(cached) $ac_c" 1>&6
     
    990993
    991994echo $ac_n "checking for main in -lg""... $ac_c" 1>&6
    992 echo "configure:993: checking for main in -lg" >&5
     995echo "configure:996: checking for main in -lg" >&5
    993996ac_lib_var=`echo g'_'main | sed 'y%./+-%__p_%'`
    994997if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    9981001LIBS="-lg  $LIBS"
    9991002cat > conftest.$ac_ext <<EOF
    1000 #line 1001 "configure"
     1003#line 1004 "configure"
    10011004#include "confdefs.h"
    10021005
     
    10051008; return 0; }
    10061009EOF
    1007 if { (eval echo configure:1008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1010if { (eval echo configure:1011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10081011  rm -rf conftest*
    10091012  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10331036
    10341037echo $ac_n "checking for main in -lgdbm""... $ac_c" 1>&6
    1035 echo "configure:1036: checking for main in -lgdbm" >&5
     1038echo "configure:1039: checking for main in -lgdbm" >&5
    10361039ac_lib_var=`echo gdbm'_'main | sed 'y%./+-%__p_%'`
    10371040if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10411044LIBS="-lgdbm  $LIBS"
    10421045cat > conftest.$ac_ext <<EOF
    1043 #line 1044 "configure"
     1046#line 1047 "configure"
    10441047#include "confdefs.h"
    10451048
     
    10481051; return 0; }
    10491052EOF
    1050 if { (eval echo configure:1051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1053if { (eval echo configure:1054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10511054  rm -rf conftest*
    10521055  eval "ac_cv_lib_$ac_lib_var=yes"
     
    10761079
    10771080echo $ac_n "checking for main in -lm""... $ac_c" 1>&6
    1078 echo "configure:1079: checking for main in -lm" >&5
     1081echo "configure:1082: checking for main in -lm" >&5
    10791082ac_lib_var=`echo m'_'main | sed 'y%./+-%__p_%'`
    10801083if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    10841087LIBS="-lm  $LIBS"
    10851088cat > conftest.$ac_ext <<EOF
    1086 #line 1087 "configure"
     1089#line 1090 "configure"
    10871090#include "confdefs.h"
    10881091
     
    10911094; return 0; }
    10921095EOF
    1093 if { (eval echo configure:1094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1096if { (eval echo configure:1097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    10941097  rm -rf conftest*
    10951098  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11191122
    11201123echo $ac_n "checking for main in -lstdc""... $ac_c" 1>&6
    1121 echo "configure:1122: checking for main in -lstdc" >&5
     1124echo "configure:1125: checking for main in -lstdc" >&5
    11221125ac_lib_var=`echo stdc'_'main | sed 'y%./+-%__p_%'`
    11231126if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    11271130LIBS="-lstdc  $LIBS"
    11281131cat > conftest.$ac_ext <<EOF
    1129 #line 1130 "configure"
     1132#line 1133 "configure"
    11301133#include "confdefs.h"
    11311134
     
    11341137; return 0; }
    11351138EOF
    1136 if { (eval echo configure:1137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1139if { (eval echo configure:1140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    11371140  rm -rf conftest*
    11381141  eval "ac_cv_lib_$ac_lib_var=yes"
     
    11631166
    11641167echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1165 echo "configure:1166: checking how to run the C preprocessor" >&5
     1168echo "configure:1169: checking how to run the C preprocessor" >&5
    11661169# On Suns, sometimes $CPP names a directory.
    11671170if test -n "$CPP" && test -d "$CPP"; then
     
    11781181  # not just through cpp.
    11791182  cat > conftest.$ac_ext <<EOF
    1180 #line 1181 "configure"
     1183#line 1184 "configure"
    11811184#include "confdefs.h"
    11821185#include <assert.h>
     
    11841187EOF
    11851188ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1186 { (eval echo configure:1187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1189{ (eval echo configure:1190: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    11871190ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    11881191if test -z "$ac_err"; then
     
    11951198  CPP="${CC-cc} -E -traditional-cpp"
    11961199  cat > conftest.$ac_ext <<EOF
    1197 #line 1198 "configure"
     1200#line 1201 "configure"
    11981201#include "confdefs.h"
    11991202#include <assert.h>
     
    12011204EOF
    12021205ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1203 { (eval echo configure:1204: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1206{ (eval echo configure:1207: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12041207ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12051208if test -z "$ac_err"; then
     
    12121215  CPP="${CC-cc} -nologo -E"
    12131216  cat > conftest.$ac_ext <<EOF
    1214 #line 1215 "configure"
     1217#line 1218 "configure"
    12151218#include "confdefs.h"
    12161219#include <assert.h>
     
    12181221EOF
    12191222ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1220 { (eval echo configure:1221: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1223{ (eval echo configure:1224: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12211224ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12221225if test -z "$ac_err"; then
     
    12431246
    12441247echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    1245 echo "configure:1246: checking for ANSI C header files" >&5
     1248echo "configure:1249: checking for ANSI C header files" >&5
    12461249if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    12471250  echo $ac_n "(cached) $ac_c" 1>&6
    12481251else
    12491252  cat > conftest.$ac_ext <<EOF
    1250 #line 1251 "configure"
     1253#line 1254 "configure"
    12511254#include "confdefs.h"
    12521255#include <stdlib.h>
     
    12561259EOF
    12571260ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1258 { (eval echo configure:1259: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1261{ (eval echo configure:1262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    12591262ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    12601263if test -z "$ac_err"; then
     
    12731276  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    12741277cat > conftest.$ac_ext <<EOF
    1275 #line 1276 "configure"
     1278#line 1279 "configure"
    12761279#include "confdefs.h"
    12771280#include <string.h>
     
    12911294  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    12921295cat > conftest.$ac_ext <<EOF
    1293 #line 1294 "configure"
     1296#line 1297 "configure"
    12941297#include "confdefs.h"
    12951298#include <stdlib.h>
     
    13121315else
    13131316  cat > conftest.$ac_ext <<EOF
    1314 #line 1315 "configure"
     1317#line 1318 "configure"
    13151318#include "confdefs.h"
    13161319#include <ctype.h>
     
    13231326
    13241327EOF
    1325 if { (eval echo configure:1326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     1328if { (eval echo configure:1329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    13261329then
    13271330  :
     
    13501353ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    13511354echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    1352 echo "configure:1353: checking for $ac_hdr" >&5
     1355echo "configure:1356: checking for $ac_hdr" >&5
    13531356if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    13541357  echo $ac_n "(cached) $ac_c" 1>&6
    13551358else
    13561359  cat > conftest.$ac_ext <<EOF
    1357 #line 1358 "configure"
     1360#line 1361 "configure"
    13581361#include "confdefs.h"
    13591362#include <$ac_hdr>
    13601363EOF
    13611364ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1362 { (eval echo configure:1363: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1365{ (eval echo configure:1366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    13631366ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    13641367if test -z "$ac_err"; then
     
    13881391
    13891392echo $ac_n "checking for working const""... $ac_c" 1>&6
    1390 echo "configure:1391: checking for working const" >&5
     1393echo "configure:1394: checking for working const" >&5
    13911394if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    13921395  echo $ac_n "(cached) $ac_c" 1>&6
    13931396else
    13941397  cat > conftest.$ac_ext <<EOF
    1395 #line 1396 "configure"
     1398#line 1399 "configure"
    13961399#include "confdefs.h"
    13971400
     
    14421445; return 0; }
    14431446EOF
    1444 if { (eval echo configure:1445: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1447if { (eval echo configure:1448: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14451448  rm -rf conftest*
    14461449  ac_cv_c_const=yes
     
    14631466
    14641467echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    1465 echo "configure:1466: checking whether time.h and sys/time.h may both be included" >&5
     1468echo "configure:1469: checking whether time.h and sys/time.h may both be included" >&5
    14661469if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    14671470  echo $ac_n "(cached) $ac_c" 1>&6
    14681471else
    14691472  cat > conftest.$ac_ext <<EOF
    1470 #line 1471 "configure"
     1473#line 1474 "configure"
    14711474#include "confdefs.h"
    14721475#include <sys/types.h>
     
    14771480; return 0; }
    14781481EOF
    1479 if { (eval echo configure:1480: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1482if { (eval echo configure:1483: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    14801483  rm -rf conftest*
    14811484  ac_cv_header_time=yes
     
    15081511success=no
    15091512echo $ac_n "checking "whether STL library has known faults"""... $ac_c" 1>&6
    1510 echo "configure:1511: checking "whether STL library has known faults"" >&5
     1513echo "configure:1514: checking "whether STL library has known faults"" >&5
    15111514
    15121515cat > conftest.$ac_ext <<EOF
    1513 #line 1514 "configure"
     1516#line 1517 "configure"
    15141517#include "confdefs.h"
    15151518#include <vector>
     
    15191522; return 0; }
    15201523EOF
    1521 if { (eval echo configure:1522: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1524if { (eval echo configure:1525: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15221525  rm -rf conftest*
    15231526  success=yes
     
    15301533if test $success = "no"; then
    15311534cat > conftest.$ac_ext <<EOF
    1532 #line 1533 "configure"
     1535#line 1536 "configure"
    15331536#include "confdefs.h"
    15341537#include <vector.h>
     
    15381541; return 0; }
    15391542EOF
    1540 if { (eval echo configure:1541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1543if { (eval echo configure:1544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15411544  rm -rf conftest*
    15421545  success="yes"
     
    15501553if test $success = "no"; then
    15511554cat > conftest.$ac_ext <<EOF
    1552 #line 1553 "configure"
     1555#line 1556 "configure"
    15531556#include "confdefs.h"
    15541557#include <ospace\\std\\vector>
     
    15581561; return 0; }
    15591562EOF
    1560 if { (eval echo configure:1561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1563if { (eval echo configure:1564: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    15611564  rm -rf conftest*
    15621565  success="yes"
     
    15791582
    15801583echo $ac_n "checking for vprintf""... $ac_c" 1>&6
    1581 echo "configure:1582: checking for vprintf" >&5
     1584echo "configure:1585: checking for vprintf" >&5
    15821585if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
    15831586  echo $ac_n "(cached) $ac_c" 1>&6
    15841587else
    15851588  cat > conftest.$ac_ext <<EOF
    1586 #line 1587 "configure"
     1589#line 1590 "configure"
    15871590#include "confdefs.h"
    15881591/* System header to define __stub macros and hopefully few prototypes,
     
    16101613; return 0; }
    16111614EOF
    1612 if { (eval echo configure:1613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1615if { (eval echo configure:1616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16131616  rm -rf conftest*
    16141617  eval "ac_cv_func_vprintf=yes"
     
    16341637if test "$ac_cv_func_vprintf" != yes; then
    16351638echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
    1636 echo "configure:1637: checking for _doprnt" >&5
     1639echo "configure:1640: checking for _doprnt" >&5
    16371640if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
    16381641  echo $ac_n "(cached) $ac_c" 1>&6
    16391642else
    16401643  cat > conftest.$ac_ext <<EOF
    1641 #line 1642 "configure"
     1644#line 1645 "configure"
    16421645#include "confdefs.h"
    16431646/* System header to define __stub macros and hopefully few prototypes,
     
    16651668; return 0; }
    16661669EOF
    1667 if { (eval echo configure:1668: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1670if { (eval echo configure:1671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    16681671  rm -rf conftest*
    16691672  eval "ac_cv_func__doprnt=yes"
Note: See TracChangeset for help on using the changeset viewer.