Changeset 14466

Show
Ignore:
Timestamp:
05/14/08 13:27:50 (2 months ago)
Author:
warmerdam
Message:

regenerated

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/configure

    r14250 r14466  
    1869018690 
    1869118691 
    18692  
    18693  
    18694  
    18695  
    18696 for ac_func in copysign copysignf strtof nan nanf 
     18692for ac_func in strtof 
    1869718693do 
    1869818694as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 
     
    2392723923        LDFLAGS="$LDFLAGS $expat_lib_flags" 
    2392823924 
     23925        saved_LIBS="$LIBS" 
     23926        LIBS="$LIBS -lexpat" 
     23927 
    2392923928                                { echo "$as_me:$LINENO: checking for Expat XML Parser headers in $expat_include_dir" >&5 
    2393023929echo $ECHO_N "checking for Expat XML Parser headers in $expat_include_dir... $ECHO_C" >&6; } 
     
    2408024079        CPPFLAGS="$saved_CPPFLAGS" 
    2408124080        LDFLAGS="$saved_LDFLAGS" 
     24081        LIBS="$saved_LIBS" 
    2408224082    fi 
    2408324083