Changeset 5ffbc97e759f4e44a9ac33567901de1f5ff5528a

Show
Ignore:
Timestamp:
19/08/02 23:31:11 (6 years ago)
Author:
Christophe Massiot <massiot@videolan.org>
git-committer:
Christophe Massiot <massiot@videolan.org> 1029792671 +0000
git-parent:

[91b103c21b6055d031d9613fbdef3319c8d3be8b]

git-author:
Christophe Massiot <massiot@videolan.org> 1029792671 +0000
Message:

* ./configure: Fixed double detection of gethostbyname.
* Major changes in the handling of dates in the audio output ; still buggy,
but differently.
* Fixed a major bug in the aout pre-filters, preventing to run any other
decoder than liba52.
* p_aout->output.pf_play now has only one argument.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure

    r9c669a9 r5ffbc97  
    37703770else 
    37713771  echo "$ac_t""no" 1>&6 
    3772 fi 
    3773  
    3774  
    3775 fi 
    3776  
    3777 echo $ac_n "checking for gethostbyname""... $ac_c" 1>&6 
    3778 echo "configure:3779: checking for gethostbyname" >&5 
    3779 if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then 
    3780   echo $ac_n "(cached) $ac_c" 1>&6 
    3781 else 
    3782   cat > conftest.$ac_ext <<EOF 
    3783 #line 3784 "configure" 
    3784 #include "confdefs.h" 
    3785 /* System header to define __stub macros and hopefully few prototypes, 
    3786     which can conflict with char gethostbyname(); below.  */ 
    3787 #include <assert.h> 
     3772 
     3773    echo $ac_n "checking for gethostbyname in -lbind""... $ac_c" 1>&6 
     3774echo "configure:3775: checking for gethostbyname in -lbind" >&5 
     3775ac_lib_var=`echo bind'_'gethostbyname | sed 'y%./+-%__p_%'` 
     3776if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     3777  echo $ac_n "(cached) $ac_c" 1>&6 
     3778else 
     3779  ac_save_LIBS="$LIBS" 
     3780LIBS="-lbind  $LIBS" 
     3781cat > conftest.$ac_ext <<EOF 
     3782#line 3783 "configure" 
     3783#include "confdefs.h" 
    37883784/* Override any gcc2 internal prototype to avoid an error.  */ 
    37893785/* We use char because int might match the return type of a gcc2 
     
    37923788 
    37933789int main() { 
    3794  
    3795 /* The GNU C library defines this for functions which it implements 
    3796     to always fail with ENOSYS.  Some functions are actually named 
    3797     something starting with __ and the normal name is an alias.  */ 
    3798 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname) 
    3799 choke me 
    3800 #else 
    3801 gethostbyname(); 
    3802 #endif 
    3803  
    3804 ; return 0; } 
    3805 EOF 
    3806 if { (eval echo configure:3807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    3807   rm -rf conftest* 
    3808   eval "ac_cv_func_gethostbyname=yes" 
    3809 else 
    3810   echo "configure: failed program was:" >&5 
    3811   cat conftest.$ac_ext >&5 
    3812   rm -rf conftest* 
    3813   eval "ac_cv_func_gethostbyname=no" 
    3814 fi 
    3815 rm -f conftest* 
    3816 fi 
    3817  
    3818 if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then 
    3819   echo "$ac_t""yes" 1>&6 
    3820   : 
    3821 else 
    3822   echo "$ac_t""no" 1>&6 
    3823  
    3824   echo $ac_n "checking for gethostbyname in -lbind""... $ac_c" 1>&6 
    3825 echo "configure:3826: checking for gethostbyname in -lbind" >&5 
    3826 ac_lib_var=`echo bind'_'gethostbyname | sed 'y%./+-%__p_%'` 
    3827 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    3828   echo $ac_n "(cached) $ac_c" 1>&6 
    3829 else 
    3830   ac_save_LIBS="$LIBS" 
    3831 LIBS="-lbind  $LIBS" 
    3832 cat > conftest.$ac_ext <<EOF 
    3833 #line 3834 "configure" 
    3834 #include "confdefs.h" 
    3835 /* Override any gcc2 internal prototype to avoid an error.  */ 
    3836 /* We use char because int might match the return type of a gcc2 
    3837     builtin and then its argument prototype would still apply.  */ 
    3838 char gethostbyname(); 
    3839  
    3840 int main() { 
    38413790gethostbyname() 
    38423791; return 0; } 
    38433792EOF 
    3844 if { (eval echo configure:3845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3793if { (eval echo configure:3794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    38453794  rm -rf conftest* 
    38463795  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    38623811fi 
    38633812 
     3813fi 
     3814 
    38643815 
    38653816fi 
     
    38673818have_nanosleep=0 
    38683819echo $ac_n "checking for nanosleep""... $ac_c" 1>&6 
    3869 echo "configure:3870: checking for nanosleep" >&5 
     3820echo "configure:3821: checking for nanosleep" >&5 
    38703821if eval "test \"`echo '$''{'ac_cv_func_nanosleep'+set}'`\" = set"; then 
    38713822  echo $ac_n "(cached) $ac_c" 1>&6 
    38723823else 
    38733824  cat > conftest.$ac_ext <<EOF 
    3874 #line 3875 "configure" 
     3825#line 3826 "configure" 
    38753826#include "confdefs.h" 
    38763827/* System header to define __stub macros and hopefully few prototypes, 
     
    38953846; return 0; } 
    38963847EOF 
    3897 if { (eval echo configure:3898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3848if { (eval echo configure:3849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    38983849  rm -rf conftest* 
    38993850  eval "ac_cv_func_nanosleep=yes" 
     
    39143865 
    39153866  echo $ac_n "checking for nanosleep in -lrt""... $ac_c" 1>&6 
    3916 echo "configure:3917: checking for nanosleep in -lrt" >&5 
     3867echo "configure:3868: checking for nanosleep in -lrt" >&5 
    39173868ac_lib_var=`echo rt'_'nanosleep | sed 'y%./+-%__p_%'` 
    39183869if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    39223873LIBS="-lrt  $LIBS" 
    39233874cat > conftest.$ac_ext <<EOF 
    3924 #line 3925 "configure" 
     3875#line 3876 "configure" 
    39253876#include "confdefs.h" 
    39263877/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    39333884; return 0; } 
    39343885EOF 
    3935 if { (eval echo configure:3936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3886if { (eval echo configure:3887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    39363887  rm -rf conftest* 
    39373888  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    39523903  echo "$ac_t""no" 1>&6 
    39533904echo $ac_n "checking for nanosleep in -lposix4""... $ac_c" 1>&6 
    3954 echo "configure:3955: checking for nanosleep in -lposix4" >&5 
     3905echo "configure:3906: checking for nanosleep in -lposix4" >&5 
    39553906ac_lib_var=`echo posix4'_'nanosleep | sed 'y%./+-%__p_%'` 
    39563907if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    39603911LIBS="-lposix4  $LIBS" 
    39613912cat > conftest.$ac_ext <<EOF 
    3962 #line 3963 "configure" 
     3913#line 3914 "configure" 
    39633914#include "confdefs.h" 
    39643915/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    39713922; return 0; } 
    39723923EOF 
    3973 if { (eval echo configure:3974: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3924if { (eval echo configure:3925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    39743925  rm -rf conftest* 
    39753926  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    40053956# HP/UX port 
    40063957echo $ac_n "checking for sem_init in -lrt""... $ac_c" 1>&6 
    4007 echo "configure:4008: checking for sem_init in -lrt" >&5 
     3958echo "configure:3959: checking for sem_init in -lrt" >&5 
    40083959ac_lib_var=`echo rt'_'sem_init | sed 'y%./+-%__p_%'` 
    40093960if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    40133964LIBS="-lrt  $LIBS" 
    40143965cat > conftest.$ac_ext <<EOF 
    4015 #line 4016 "configure" 
     3966#line 3967 "configure" 
    40163967#include "confdefs.h" 
    40173968/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    40243975; return 0; } 
    40253976EOF 
    4026 if { (eval echo configure:4027: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     3977if { (eval echo configure:3978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    40273978  rm -rf conftest* 
    40283979  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    40463997 
    40473998echo $ac_n "checking for inet_aton""... $ac_c" 1>&6 
    4048 echo "configure:4049: checking for inet_aton" >&5 
     3999echo "configure:4000: checking for inet_aton" >&5 
    40494000if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then 
    40504001  echo $ac_n "(cached) $ac_c" 1>&6 
    40514002else 
    40524003  cat > conftest.$ac_ext <<EOF 
    4053 #line 4054 "configure" 
     4004#line 4005 "configure" 
    40544005#include "confdefs.h" 
    40554006/* System header to define __stub macros and hopefully few prototypes, 
     
    40744025; return 0; } 
    40754026EOF 
    4076 if { (eval echo configure:4077: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4027if { (eval echo configure:4028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    40774028  rm -rf conftest* 
    40784029  eval "ac_cv_func_inet_aton=yes" 
     
    40934044 
    40944045  echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6 
    4095 echo "configure:4096: checking for inet_aton in -lresolv" >&5 
     4046echo "configure:4047: checking for inet_aton in -lresolv" >&5 
    40964047ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'` 
    40974048if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    41014052LIBS="-lresolv  $LIBS" 
    41024053cat > conftest.$ac_ext <<EOF 
    4103 #line 4104 "configure" 
     4054#line 4055 "configure" 
    41044055#include "confdefs.h" 
    41054056/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    41124063; return 0; } 
    41134064EOF 
    4114 if { (eval echo configure:4115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4065if { (eval echo configure:4066: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    41154066  rm -rf conftest* 
    41164067  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    41364087 
    41374088echo $ac_n "checking for textdomain""... $ac_c" 1>&6 
    4138 echo "configure:4139: checking for textdomain" >&5 
     4089echo "configure:4090: checking for textdomain" >&5 
    41394090if eval "test \"`echo '$''{'ac_cv_func_textdomain'+set}'`\" = set"; then 
    41404091  echo $ac_n "(cached) $ac_c" 1>&6 
    41414092else 
    41424093  cat > conftest.$ac_ext <<EOF 
    4143 #line 4144 "configure" 
     4094#line 4095 "configure" 
    41444095#include "confdefs.h" 
    41454096/* System header to define __stub macros and hopefully few prototypes, 
     
    41644115; return 0; } 
    41654116EOF 
    4166 if { (eval echo configure:4167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4117if { (eval echo configure:4118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    41674118  rm -rf conftest* 
    41684119  eval "ac_cv_func_textdomain=yes" 
     
    41834134 
    41844135  echo $ac_n "checking for textdomain in -lintl""... $ac_c" 1>&6 
    4185 echo "configure:4186: checking for textdomain in -lintl" >&5 
     4136echo "configure:4137: checking for textdomain in -lintl" >&5 
    41864137ac_lib_var=`echo intl'_'textdomain | sed 'y%./+-%__p_%'` 
    41874138if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    41914142LIBS="-lintl  $LIBS" 
    41924143cat > conftest.$ac_ext <<EOF 
    4193 #line 4194 "configure" 
     4144#line 4145 "configure" 
    41944145#include "confdefs.h" 
    41954146/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    42024153; return 0; } 
    42034154EOF 
    4204 if { (eval echo configure:4205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4155if { (eval echo configure:4156: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    42054156  rm -rf conftest* 
    42064157  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    42304181NEED_GETOPT=0 
    42314182echo $ac_n "checking for getopt_long""... $ac_c" 1>&6 
    4232 echo "configure:4233: checking for getopt_long" >&5 
     4183echo "configure:4184: checking for getopt_long" >&5 
    42334184if eval "test \"`echo '$''{'ac_cv_func_getopt_long'+set}'`\" = set"; then 
    42344185  echo $ac_n "(cached) $ac_c" 1>&6 
    42354186else 
    42364187  cat > conftest.$ac_ext <<EOF 
    4237 #line 4238 "configure" 
     4188#line 4189 "configure" 
    42384189#include "confdefs.h" 
    42394190/* System header to define __stub macros and hopefully few prototypes, 
     
    42584209; return 0; } 
    42594210EOF 
    4260 if { (eval echo configure:4261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4211if { (eval echo configure:4212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    42614212  rm -rf conftest* 
    42624213  eval "ac_cv_func_getopt_long=yes" 
     
    42804231 # FreeBSD has a gnugetopt library for this: 
    42814232  echo $ac_n "checking for getopt_long in -lgnugetopt""... $ac_c" 1>&6 
    4282 echo "configure:4283: checking for getopt_long in -lgnugetopt" >&5 
     4233echo "configure:4234: checking for getopt_long in -lgnugetopt" >&5 
    42834234ac_lib_var=`echo gnugetopt'_'getopt_long | sed 'y%./+-%__p_%'` 
    42844235if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    42884239LIBS="-lgnugetopt  $LIBS" 
    42894240cat > conftest.$ac_ext <<EOF 
    4290 #line 4291 "configure" 
     4241#line 4242 "configure" 
    42914242#include "confdefs.h" 
    42924243/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    42994250; return 0; } 
    43004251EOF 
    4301 if { (eval echo configure:4302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4252if { (eval echo configure:4253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    43024253  rm -rf conftest* 
    43034254  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    43274278 
    43284279echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 
    4329 echo "configure:4330: checking return type of signal handlers" >&5 
     4280echo "configure:4281: checking return type of signal handlers" >&5 
    43304281if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 
    43314282  echo $ac_n "(cached) $ac_c" 1>&6 
    43324283else 
    43334284  cat > conftest.$ac_ext <<EOF 
    4334 #line 4335 "configure" 
     4285#line 4286 "configure" 
    43354286#include "confdefs.h" 
    43364287#include <sys/types.h> 
     
    43494300; return 0; } 
    43504301EOF 
    4351 if { (eval echo configure:4352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     4302if { (eval echo configure:4303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    43524303  rm -rf conftest* 
    43534304  ac_cv_type_signal=void 
     
    43684319 
    43694320echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 
    4370 echo "configure:4371: checking for dlopen in -ldl" >&5 
     4321echo "configure:4322: checking for dlopen in -ldl" >&5 
    43714322ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 
    43724323if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    43764327LIBS="-ldl  $LIBS" 
    43774328cat > conftest.$ac_ext <<EOF 
    4378 #line 4379 "configure" 
     4329#line 4330 "configure" 
    43794330#include "confdefs.h" 
    43804331/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    43874338; return 0; } 
    43884339EOF 
    4389 if { (eval echo configure:4390: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4340if { (eval echo configure:4341: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    43904341  rm -rf conftest* 
    43914342  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    44084359 
    44094360echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6 
    4410 echo "configure:4411: checking for cos in -lm" >&5 
     4361echo "configure:4362: checking for cos in -lm" >&5 
    44114362ac_lib_var=`echo m'_'cos | sed 'y%./+-%__p_%'` 
    44124363if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    44164367LIBS="-lm  $LIBS" 
    44174368cat > conftest.$ac_ext <<EOF 
    4418 #line 4419 "configure" 
     4369#line 4370 "configure" 
    44194370#include "confdefs.h" 
    44204371/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    44274378; return 0; } 
    44284379EOF 
    4429 if { (eval echo configure:4430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4380if { (eval echo configure:4381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    44304381  rm -rf conftest* 
    44314382  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    44494400 
    44504401echo $ac_n "checking for pow in -lm""... $ac_c" 1>&6 
    4451 echo "configure:4452: checking for pow in -lm" >&5 
     4402echo "configure:4403: checking for pow in -lm" >&5 
    44524403ac_lib_var=`echo m'_'pow | sed 'y%./+-%__p_%'` 
    44534404if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    44574408LIBS="-lm  $LIBS" 
    44584409cat > conftest.$ac_ext <<EOF 
    4459 #line 4460 "configure" 
     4410#line 4411 "configure" 
    44604411#include "confdefs.h" 
    44614412/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    44684419; return 0; } 
    44694420EOF 
    4470 if { (eval echo configure:4471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4421if { (eval echo configure:4422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    44714422  rm -rf conftest* 
    44724423  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    44984449if test "x${THREAD_LIB}" = "xerror"; then 
    44994450  echo $ac_n "checking for main in -lpthread""... $ac_c" 1>&6 
    4500 echo "configure:4501: checking for main in -lpthread" >&5 
     4451echo "configure:4452: checking for main in -lpthread" >&5 
    45014452ac_lib_var=`echo pthread'_'main | sed 'y%./+-%__p_%'` 
    45024453if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    45064457LIBS="-lpthread  $LIBS" 
    45074458cat > conftest.$ac_ext <<EOF 
    4508 #line 4509 "configure" 
     4459#line 4460 "configure" 
    45094460#include "confdefs.h" 
    45104461 
     
    45134464; return 0; } 
    45144465EOF 
    4515 if { (eval echo configure:4516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4466if { (eval echo configure:4467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    45164467  rm -rf conftest* 
    45174468  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    45364487if test "x${THREAD_LIB}" = "xerror"; then 
    45374488  echo $ac_n "checking for main in -lpthreads""... $ac_c" 1>&6 
    4538 echo "configure:4539: checking for main in -lpthreads" >&5 
     4489echo "configure:4490: checking for main in -lpthreads" >&5 
    45394490ac_lib_var=`echo pthreads'_'main | sed 'y%./+-%__p_%'` 
    45404491if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    45444495LIBS="-lpthreads  $LIBS" 
    45454496cat > conftest.$ac_ext <<EOF 
    4546 #line 4547 "configure" 
     4497#line 4498 "configure" 
    45474498#include "confdefs.h" 
    45484499 
     
    45514502; return 0; } 
    45524503EOF 
    4553 if { (eval echo configure:4554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4504if { (eval echo configure:4505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    45544505  rm -rf conftest* 
    45554506  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    45744525if test "x${THREAD_LIB}" = "xerror"; then 
    45754526  echo $ac_n "checking for main in -lc_r""... $ac_c" 1>&6 
    4576 echo "configure:4577: checking for main in -lc_r" >&5 
     4527echo "configure:4528: checking for main in -lc_r" >&5 
    45774528ac_lib_var=`echo c_r'_'main | sed 'y%./+-%__p_%'` 
    45784529if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    45824533LIBS="-lc_r  $LIBS" 
    45834534cat > conftest.$ac_ext <<EOF 
    4584 #line 4585 "configure" 
     4535#line 4536 "configure" 
    45854536#include "confdefs.h" 
    45864537 
     
    45894540; return 0; } 
    45904541EOF 
    4591 if { (eval echo configure:4592: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4542if { (eval echo configure:4543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    45924543  rm -rf conftest* 
    45934544  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    46124563if test "x${THREAD_LIB}" = "xerror"; then 
    46134564  echo $ac_n "checking for pthread_mutex_lock""... $ac_c" 1>&6 
    4614 echo "configure:4615: checking for pthread_mutex_lock" >&5 
     4565echo "configure:4566: checking for pthread_mutex_lock" >&5 
    46154566if eval "test \"`echo '$''{'ac_cv_func_pthread_mutex_lock'+set}'`\" = set"; then 
    46164567  echo $ac_n "(cached) $ac_c" 1>&6 
    46174568else 
    46184569  cat > conftest.$ac_ext <<EOF 
    4619 #line 4620 "configure" 
     4570#line 4571 "configure" 
    46204571#include "confdefs.h" 
    46214572/* System header to define __stub macros and hopefully few prototypes, 
     
    46404591; return 0; } 
    46414592EOF 
    4642 if { (eval echo configure:4643: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4593if { (eval echo configure:4594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    46434594  rm -rf conftest* 
    46444595  eval "ac_cv_func_pthread_mutex_lock=yes" 
     
    46634614 
    46644615echo $ac_n "checking for cthread_fork in -lthreads""... $ac_c" 1>&6 
    4665 echo "configure:4666: checking for cthread_fork in -lthreads" >&5 
     4616echo "configure:4617: checking for cthread_fork in -lthreads" >&5 
    46664617ac_lib_var=`echo threads'_'cthread_fork | sed 'y%./+-%__p_%'` 
    46674618if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
     
    46714622LIBS="-lthreads  $LIBS" 
    46724623cat > conftest.$ac_ext <<EOF 
    4673 #line 4674 "configure" 
     4624#line 4625 "configure" 
    46744625#include "confdefs.h" 
    46754626/* Override any gcc2 internal prototype to avoid an error.  */ 
     
    46824633; return 0; } 
    46834634EOF 
    4684 if { (eval echo configure:4685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     4635if { (eval echo configure:4636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    46854636  rm -rf conftest* 
    46864637  eval "ac_cv_lib_$ac_lib_var=yes" 
     
    47044655 
    47054656cat > conftest.$ac_ext <<EOF 
    4706 #line 4707 "configure" 
     4657#line 4658 "configure" 
    47074658#include "confdefs.h" 
    47084659#include <pthread.h> 
     
    47204671 
    47214672cat > conftest.$ac_ext <<EOF 
    4722 #line 4723 "configure" 
     4673#line 4674 "configure" 
    47234674#include "confdefs.h" 
    47244675#include <pthread.h> 
     
    47364687 
    47374688cat > conftest.$ac_ext <<EOF 
    4738 #line 4739 "configure" 
     4689#line 4690 "configure" 
    47394690#include "confdefs.h" 
    47404691#include <strings.h> 
     
    47564707ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    47574708echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    4758 echo "configure:4759: checking for $ac_hdr" >&5 
     4709echo "configure:4710: checking for $ac_hdr" >&5 
    47594710if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    47604711  echo $ac_n "(cached) $ac_c" 1>&6 
    47614712else 
    47624713  cat > conftest.$ac_ext <<EOF 
    4763 #line 4764 "configure" 
     4714#line 4715 "configure" 
    47644715#include "confdefs.h" 
    47654716#include <$ac_hdr> 
    47664717EOF 
    47674718ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    4768 { (eval echo configure:4769: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     4719{ (eval echo configure:4720: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    47694720ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    47704721if test -z "$ac_err"; then 
     
    47964747ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    47974748echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    4798 echo "configure:4799: checking for $ac_hdr" >&5 
     4749echo "configure:4750: checking for $ac_hdr" >&5 
    47994750if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    48004751  echo $ac_n "(cached) $ac_c" 1>&6 
    48014752else 
    48024753  cat > conftest.$ac_ext <<EOF 
    4803 #line 4804 "configure" 
     4754#line 4755 "configure" 
    48044755#include "confdefs.h" 
    48054756#include <$ac_hdr> 
    48064757EOF 
    48074758ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    4808 { (eval echo configure:4809: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     4759{ (eval echo configure:4760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    48094760ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    48104761if test -z "$ac_err"; then 
     
    48364787ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    48374788echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    4838 echo "configure:4839: checking for $ac_hdr" >&5 
     4789echo "configure:4790: checking for $ac_hdr" >&5 
    48394790if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    48404791  echo $ac_n "(cached) $ac_c" 1>&6 
    48414792else 
    48424793  cat > conftest.$ac_ext <<EOF 
    4843 #line 4844 "configure" 
     4794#line 4795 "configure" 
    48444795#include "confdefs.h" 
    48454796#include <$ac_hdr> 
    48464797EOF 
    48474798ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    4848 { (eval echo configure:4849: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     4799{ (eval echo configure:4800: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    48494800ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    48504801if test -z "$ac_err"; then 
     
    48764827ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    48774828echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    4878 echo "configure:4879: checking for $ac_hdr" >&5 
     4829echo "configure:4830: checking for $ac_hdr" >&5 
    48794830if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    48804831  echo $ac_n "(cached) $ac_c" 1>&6 
    48814832else 
    48824833  cat > conftest.$ac_ext <<EOF 
    4883 #line 4884 "configure" 
     4834#line 4835 "configure" 
    48844835#include "confdefs.h" 
    48854836#include <$ac_hdr> 
    48864837EOF 
    48874838ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    4888 { (eval echo configure:4889: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     4839{ (eval echo configure:4840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    48894840ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    48904841if test -z "$ac_err"; then 
     
    49164867ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    49174868echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    4918 echo "configure:4919: checking for $ac_hdr" >&5 
     4869echo "configure:4870: checking for $ac_hdr" >&5 
    49194870if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    49204871  echo $ac_n "(cached) $ac_c" 1>&6 
    49214872else 
    49224873  cat > conftest.$ac_ext <<EOF 
    4923 #line 4924 "configure" 
     4874#line 4875 "configure" 
    49244875#include "confdefs.h" 
    49254876#include <$ac_hdr> 
    49264877EOF 
    49274878ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    4928 { (eval echo configure:4929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     4879{ (eval echo configure:4880: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    49294880ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    49304881if test -z "$ac_err"; then 
     
    49564907ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    49574908echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    4958 echo "configure:4959: checking for $ac_hdr" >&5 
     4909echo "configure:4910: checking for $ac_hdr" >&5 
    49594910if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    49604911  echo $ac_n "(cached) $ac_c" 1>&6 
    49614912else 
    49624913  cat > conftest.$ac_ext <<EOF 
    4963 #line 4964 "configure" 
     4914#line 4915 "configure" 
    49644915#include "confdefs.h" 
    49654916#include <$ac_hdr> 
    49664917EOF 
    49674918ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    4968 { (eval echo configure:4969: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     4919{ (eval echo configure:4920: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    49694920ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    49704921if test -z "$ac_err"; then 
     
    49944945 
    49954946echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 
    4996 echo "configure:4997: checking whether time.h and sys/time.h may both be included" >&5 
     4947echo "configure:4948: checking whether time.h and sys/time.h may both be included" >&5 
    49974948if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 
    49984949  echo $ac_n "(cached) $ac_c" 1>&6 
    49994950else 
    50004951  cat > conftest.$ac_ext <<EOF 
    5001 #line 5002 "configure" 
     4952#line 4953 "configure" 
    50024953#include "confdefs.h" 
    50034954#include <sys/types.h> 
     
    50084959; return 0; } 
    50094960EOF 
    5010 if { (eval echo configure:5011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     4961if { (eval echo configure:4962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    50114962  rm -rf conftest* 
    50124963  ac_cv_header_time=yes 
     
    50304981 
    50314982cat > conftest.$ac_ext <<EOF 
    5032 #line 5033 "configure" 
     4983#line 4984 "configure" 
    50334984#include "confdefs.h" 
    50344985#include <time.h> 
     
    50484999 
    50495000cat > conftest.$ac_ext <<EOF 
    5050 #line 5051 "configure" 
     5001#line 5002 "configure" 
    50515002#include "confdefs.h" 
    50525003#include <sys/time.h> 
     
    50695020ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    50705021echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    5071 echo "configure:5072: checking for $ac_hdr" >&5 
     5022echo "configure:5023: checking for $ac_hdr" >&5 
    50725023if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    50735024  echo $ac_n "(cached) $ac_c" 1>&6 
    50745025else 
    50755026  cat > conftest.$ac_ext <<EOF 
    5076 #line 5077 "configure" 
     5027#line 5028 "configure" 
    50775028#include "confdefs.h" 
    50785029#include <$ac_hdr> 
    50795030EOF 
    50805031ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    5081 { (eval echo configure:5082: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     5032{ (eval echo configure:5033: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    50825033ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    50835034if test -z "$ac_err"; then 
     
    51205071ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    51215072echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    5122 echo "configure:5123: checking for $ac_hdr" >&5 
     5073echo "configure:5074: checking for $ac_hdr" >&5 
    51235074if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    51245075  echo $ac_n "(cached) $ac_c" 1>&6 
    51255076else 
    51265077  cat > conftest.$ac_ext <<EOF 
    5127 #line 5128 "configure" 
     5078#line 5079 "configure" 
    51285079#include "confdefs.h" 
    51295080#include <$ac_hdr> 
    51305081EOF 
    51315082ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    5132 { (eval echo configure:5133: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     5083{ (eval echo configure:5084: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    51335084ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    51345085if test -z "$ac_err"; then 
     
    51525103  
    51535104    cat > conftest.$ac_ext <<EOF 
    5154 #line 5155 "configure" 
     5105#line 5106 "configure" 
    51555106#include "confdefs.h" 
    51565107#include <X11/extensions/dpms.h> 
     
    51785129 
    51795130echo $ac_n "checking for ntohl in sys/param.h""... $ac_c" 1>&6 
    5180 echo "configure:5181: checking for ntohl in sys/param.h" >&5 
     5131echo "configure:5132: checking for ntohl in sys/param.h" >&5 
    51815132if eval "test \"`echo '$''{'ac_cv_c_ntohl_sys_param_h'+set}'`\" = set"; then 
    51825133  echo $ac_n "(cached) $ac_c" 1>&6 
     
    51845135  CFLAGS="${save_CFLAGS} -Wall -Werror" 
    51855136     cat > conftest.$ac_ext <<EOF 
    5186 #line 5187 "configure" 
     5137#line 5138 "configure" 
    51875138#include "confdefs.h" 
    51885139#include <sys/param.h> 
     
    51915142; return 0; } 
    51925143EOF 
    5193 if { (eval echo configure:5194: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5144if { (eval echo configure:5145: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    51945145  rm -rf conftest* 
    51955146  ac_cv_c_ntohl_sys_param_h=yes 
     
    52125163 
    52135164echo $ac_n "checking if \$CC accepts -finline-limit""... $ac_c" 1>&6 
    5214 echo "configure:5215: checking if \$CC accepts -finline-limit" >&5 
     5165echo "configure:5166: checking if \$CC accepts -finline-limit" >&5 
    52155166if eval "test \"`echo '$''{'ac_cv_c_inline_limit'+set}'`\" = set"; then 
    52165167  echo $ac_n "(cached) $ac_c" 1>&6 
     
    52185169  CFLAGS="${save_CFLAGS} -finline-limit-30000" 
    52195170     cat > conftest.$ac_ext <<EOF 
    5220 #line 5221 "configure" 
     5171#line 5172 "configure" 
    52215172#include "confdefs.h" 
    52225173 
     
    52255176; return 0; } 
    52265177EOF 
    5227 if { (eval echo configure:5228: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5178if { (eval echo configure:5179: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    52285179  rm -rf conftest* 
    52295180  ac_cv_c_inline_limit=yes 
     
    52435194 
    52445195echo $ac_n "checking if \$CC accepts -Wall -Winline""... $ac_c" 1>&6 
    5245 echo "configure:5246: checking if \$CC accepts -Wall -Winline" >&5 
     5196echo "configure:5197: checking if \$CC accepts -Wall -Winline" >&5 
    52465197if eval "test \"`echo '$''{'ac_cv_c_Wall_Winline'+set}'`\" = set"; then 
    52475198  echo $ac_n "(cached) $ac_c" 1>&6 
     
    52495200  CFLAGS="-Wall -Winline ${save_CFLAGS}" 
    52505201     cat > conftest.$ac_ext <<EOF 
    5251 #line 5252 "configure" 
     5202#line 5203 "configure" 
    52525203#include "confdefs.h" 
    52535204 
     
    52565207; return 0; } 
    52575208EOF 
    5258 if { (eval echo configure:5259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5209if { (eval echo configure:5210: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    52595210  rm -rf conftest* 
    52605211  ac_cv_c_Wall_Winline=yes 
     
    52735224else 
    52745225    echo $ac_n "checking if \$CC accepts -wall -winline""... $ac_c" 1>&6 
    5275 echo "configure:5276: checking if \$CC accepts -wall -winline" >&5 
     5226echo "configure:5227: checking if \$CC accepts -wall -winline" >&5 
    52765227if eval "test \"`echo '$''{'ac_cv_c_wall_winline'+set}'`\" = set"; then 
    52775228  echo $ac_n "(cached) $ac_c" 1>&6 
     
    52795230  CFLAGS="-wall -winline ${save_CFLAGS}" 
    52805231         cat > conftest.$ac_ext <<EOF 
    5281 #line 5282 "configure" 
     5232#line 5233 "configure" 
    52825233#include "confdefs.h" 
    52835234 
     
    52865237; return 0; } 
    52875238EOF 
    5288 if { (eval echo configure:5289: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5239if { (eval echo configure:5240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    52895240  rm -rf conftest* 
    52905241  ac_cv_c_wall_winline=yes 
     
    53055256 
    53065257echo $ac_n "checking if \$CC accepts -pipe""... $ac_c" 1>&6 
    5307 echo "configure:5308: checking if \$CC accepts -pipe" >&5 
     5258echo "configure:5259: checking if \$CC accepts -pipe" >&5 
    53085259if eval "test \"`echo '$''{'ac_cv_c_pipe'+set}'`\" = set"; then 
    53095260  echo $ac_n "(cached) $ac_c" 1>&6 
     
    53115262  CFLAGS="${save_CFLAGS} -pipe" 
    53125263     cat > conftest.$ac_ext <<EOF 
    5313 #line 5314 "configure" 
     5264#line 5265 "configure" 
    53145265#include "confdefs.h" 
    53155266 
     
    53185269; return 0; } 
    53195270EOF 
    5320 if { (eval echo configure:5321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5271if { (eval echo configure:5272: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    53215272  rm -rf conftest* 
    53225273  ac_cv_c_pipe=yes 
     
    53365287 
    53375288echo $ac_n "checking if \$CC accepts -O3""... $ac_c" 1>&6 
    5338 echo "configure:5339: checking if \$CC accepts -O3" >&5 
     5289echo "configure:5290: checking if \$CC accepts -O3" >&5 
    53395290if eval "test \"`echo '$''{'ac_cv_c_o3'+set}'`\" = set"; then 
    53405291  echo $ac_n "(cached) $ac_c" 1>&6 
     
    53425293  CFLAGS="${save_CFLAGS} -O3" 
    53435294     cat > conftest.$ac_ext <<EOF 
    5344 #line 5345 "configure" 
     5295#line 5296 "configure" 
    53455296#include "confdefs.h" 
    53465297 
     
    53495300; return 0; } 
    53505301EOF 
    5351 if { (eval echo configure:5352: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5302if { (eval echo configure:5303: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    53525303  rm -rf conftest* 
    53535304  ac_cv_c_o3=yes 
     
    53665317else 
    53675318    echo $ac_n "checking if \$CC accepts -O2""... $ac_c" 1>&6 
    5368 echo "configure:5369: checking if \$CC accepts -O2" >&5 
     5319echo "configure:5320: checking if \$CC accepts -O2" >&5 
    53695320if eval "test \"`echo '$''{'ac_cv_c_o2'+set}'`\" = set"; then 
    53705321  echo $ac_n "(cached) $ac_c" 1>&6 
     
    53725323  CFLAGS="${save_CFLAGS} -O2" 
    53735324         cat > conftest.$ac_ext <<EOF 
    5374 #line 5375 "configure" 
     5325#line 5326 "configure" 
    53755326#include "confdefs.h" 
    53765327 
     
    53795330; return 0; } 
    53805331EOF 
    5381 if { (eval echo configure:5382: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5332if { (eval echo configure:5333: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    53825333  rm -rf conftest* 
    53835334  ac_cv_c_o2=yes 
     
    53965347    else 
    53975348        echo $ac_n "checking if \$CC accepts -O""... $ac_c" 1>&6 
    5398 echo "configure:5399: checking if \$CC accepts -O" >&5 
     5349echo "configure:5350: checking if \$CC accepts -O" >&5 
    53995350if eval "test \"`echo '$''{'ac_cv_c_o'+set}'`\" = set"; then 
    54005351  echo $ac_n "(cached) $ac_c" 1>&6 
     
    54025353  CFLAGS="${save_CFLAGS} -O" 
    54035354             cat > conftest.$ac_ext <<EOF 
    5404 #line 5405 "configure" 
     5355#line 5356 "configure" 
    54055356#include "confdefs.h" 
    54065357 
     
    54095360; return 0; } 
    54105361EOF 
    5411 if { (eval echo configure:5412: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     5362if { (eval echo configure:5363: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    54125363  rm -rf conftest* 
    54135364  ac_cv_c_o=yes 
     
    54295380 
    54305381echo $ac_n "checking if \$CC accepts -ffast-math""... $ac_c" 1>&6 
    5431 echo "configure:5432: checking if \$CC accepts -ffast-math" >&5 
     5382echo "configure:5383: checking if \$CC accepts -ffast-math" >&5 
    54325383if eval "test \"`echo '$''{'ac_cv_c_fast_math'+set}'`\" = set"; then 
    54335384  echo $ac_n "(cached) $ac_c" 1>&6