@@ -3622,68 +3622,16 @@ EOF
3622
3622
3623
3623
else
3624
3624
echo " $ac_t " " no" 1>&6
3625
- STRERROR=' strerror.o'
3626
- fi
3627
-
3628
- echo $ac_n " checking for strerror" " ... $ac_c " 1>&6
3629
- echo " configure:3630: checking for strerror" >&5
3630
- if eval " test \" ` echo ' $' ' {' ac_cv_func_strerror' +set}' ` \" = set" ; then
3631
- echo $ac_n " (cached) $ac_c " 1>&6
3632
- else
3633
- cat > conftest.$ac_ext << EOF
3634
- #line 3635 "configure"
3635
- #include "confdefs.h"
3636
- /* System header to define __stub macros and hopefully few prototypes,
3637
- which can conflict with char strerror(); below. */
3638
- #include <assert.h>
3639
- /* Override any gcc2 internal prototype to avoid an error. */
3640
- /* We use char because int might match the return type of a gcc2
3641
- builtin and then its argument prototype would still apply. */
3642
- char strerror();
3643
-
3644
- int main() {
3645
-
3646
- /* The GNU C library defines this for functions which it implements
3647
- to always fail with ENOSYS. Some functions are actually named
3648
- something starting with __ and the normal name is an alias. */
3649
- #if defined (__stub_strerror) || defined (__stub___strerror)
3650
- choke me
3651
- #else
3652
- strerror();
3653
- #endif
3654
-
3655
- ; return 0; }
3656
- EOF
3657
- if { (eval echo configure:3658: \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3658
- rm -rf conftest*
3659
- eval " ac_cv_func_strerror=yes"
3660
- else
3661
- echo " configure: failed program was:" >&5
3662
- cat conftest.$ac_ext >&5
3663
- rm -rf conftest*
3664
- eval " ac_cv_func_strerror=no"
3665
- fi
3666
- rm -f conftest*
3667
- fi
3668
-
3669
- if eval " test \" ` echo ' $ac_cv_func_' strerror` \" = yes" ; then
3670
- echo " $ac_t " " yes" 1>&6
3671
- cat >> confdefs.h << \EOF
3672
- #define HAVE_STRERROR 1
3673
- EOF
3674
-
3675
- else
3676
- echo " $ac_t " " no" 1>&6
3677
- STRERROR2=' ../../backend/port/strerror.o'
3625
+ STRERROR=' strerror.o' STRERROR2=' ../../backend/port/strerror.o'
3678
3626
fi
3679
3627
3680
3628
echo $ac_n " checking for strdup" " ... $ac_c " 1>&6
3681
- echo " configure:3682 : checking for strdup" >&5
3629
+ echo " configure:3630 : checking for strdup" >&5
3682
3630
if eval " test \" ` echo ' $' ' {' ac_cv_func_strdup' +set}' ` \" = set" ; then
3683
3631
echo $ac_n " (cached) $ac_c " 1>&6
3684
3632
else
3685
3633
cat > conftest.$ac_ext << EOF
3686
- #line 3687 "configure"
3634
+ #line 3635 "configure"
3687
3635
#include "confdefs.h"
3688
3636
/* System header to define __stub macros and hopefully few prototypes,
3689
3637
which can conflict with char strdup(); below. */
@@ -3706,7 +3654,7 @@ strdup();
3706
3654
3707
3655
; return 0; }
3708
3656
EOF
3709
- if { (eval echo configure:3710 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3657
+ if { (eval echo configure:3658 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3710
3658
rm -rf conftest*
3711
3659
eval " ac_cv_func_strdup=yes"
3712
3660
else
@@ -3734,12 +3682,12 @@ fi
3734
3682
3735
3683
3736
3684
echo $ac_n " checking for cbrt" " ... $ac_c " 1>&6
3737
- echo " configure:3738 : checking for cbrt" >&5
3685
+ echo " configure:3686 : checking for cbrt" >&5
3738
3686
if eval " test \" ` echo ' $' ' {' ac_cv_func_cbrt' +set}' ` \" = set" ; then
3739
3687
echo $ac_n " (cached) $ac_c " 1>&6
3740
3688
else
3741
3689
cat > conftest.$ac_ext << EOF
3742
- #line 3743 "configure"
3690
+ #line 3691 "configure"
3743
3691
#include "confdefs.h"
3744
3692
/* System header to define __stub macros and hopefully few prototypes,
3745
3693
which can conflict with char cbrt(); below. */
@@ -3762,7 +3710,7 @@ cbrt();
3762
3710
3763
3711
; return 0; }
3764
3712
EOF
3765
- if { (eval echo configure:3766 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3713
+ if { (eval echo configure:3714 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3766
3714
rm -rf conftest*
3767
3715
eval " ac_cv_func_cbrt=yes"
3768
3716
else
@@ -3783,15 +3731,15 @@ EOF
3783
3731
else
3784
3732
echo " $ac_t " " no" 1>&6
3785
3733
echo $ac_n " checking for cbrt in -lm" " ... $ac_c " 1>&6
3786
- echo " configure:3787 : checking for cbrt in -lm" >&5
3734
+ echo " configure:3735 : checking for cbrt in -lm" >&5
3787
3735
ac_lib_var=` echo m' _' cbrt | sed ' y%./+-%__p_%' `
3788
3736
if eval " test \" ` echo ' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
3789
3737
echo $ac_n " (cached) $ac_c " 1>&6
3790
3738
else
3791
3739
ac_save_LIBS=" $LIBS "
3792
3740
LIBS=" -lm $LIBS "
3793
3741
cat > conftest.$ac_ext << EOF
3794
- #line 3795 "configure"
3742
+ #line 3743 "configure"
3795
3743
#include "confdefs.h"
3796
3744
/* Override any gcc2 internal prototype to avoid an error. */
3797
3745
/* We use char because int might match the return type of a gcc2
@@ -3802,7 +3750,7 @@ int main() {
3802
3750
cbrt()
3803
3751
; return 0; }
3804
3752
EOF
3805
- if { (eval echo configure:3806 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3753
+ if { (eval echo configure:3754 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3806
3754
rm -rf conftest*
3807
3755
eval " ac_cv_lib_$ac_lib_var =yes"
3808
3756
else
@@ -3828,12 +3776,12 @@ fi
3828
3776
fi
3829
3777
3830
3778
echo $ac_n " checking for rint" " ... $ac_c " 1>&6
3831
- echo " configure:3832 : checking for rint" >&5
3779
+ echo " configure:3780 : checking for rint" >&5
3832
3780
if eval " test \" ` echo ' $' ' {' ac_cv_func_rint' +set}' ` \" = set" ; then
3833
3781
echo $ac_n " (cached) $ac_c " 1>&6
3834
3782
else
3835
3783
cat > conftest.$ac_ext << EOF
3836
- #line 3837 "configure"
3784
+ #line 3785 "configure"
3837
3785
#include "confdefs.h"
3838
3786
/* System header to define __stub macros and hopefully few prototypes,
3839
3787
which can conflict with char rint(); below. */
@@ -3856,7 +3804,7 @@ rint();
3856
3804
3857
3805
; return 0; }
3858
3806
EOF
3859
- if { (eval echo configure:3860 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3807
+ if { (eval echo configure:3808 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3860
3808
rm -rf conftest*
3861
3809
eval " ac_cv_func_rint=yes"
3862
3810
else
@@ -3877,15 +3825,15 @@ EOF
3877
3825
else
3878
3826
echo " $ac_t " " no" 1>&6
3879
3827
echo $ac_n " checking for rint in -lm" " ... $ac_c " 1>&6
3880
- echo " configure:3881 : checking for rint in -lm" >&5
3828
+ echo " configure:3829 : checking for rint in -lm" >&5
3881
3829
ac_lib_var=` echo m' _' rint | sed ' y%./+-%__p_%' `
3882
3830
if eval " test \" ` echo ' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
3883
3831
echo $ac_n " (cached) $ac_c " 1>&6
3884
3832
else
3885
3833
ac_save_LIBS=" $LIBS "
3886
3834
LIBS=" -lm $LIBS "
3887
3835
cat > conftest.$ac_ext << EOF
3888
- #line 3889 "configure"
3836
+ #line 3837 "configure"
3889
3837
#include "confdefs.h"
3890
3838
/* Override any gcc2 internal prototype to avoid an error. */
3891
3839
/* We use char because int might match the return type of a gcc2
@@ -3896,7 +3844,7 @@ int main() {
3896
3844
rint()
3897
3845
; return 0; }
3898
3846
EOF
3899
- if { (eval echo configure:3900 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3847
+ if { (eval echo configure:3848 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3900
3848
rm -rf conftest*
3901
3849
eval " ac_cv_lib_$ac_lib_var =yes"
3902
3850
else
3923
3871
3924
3872
3925
3873
echo $ac_n " checking setting USE_LOCALE" " ... $ac_c " 1>&6
3926
- echo " configure:3927 : checking setting USE_LOCALE" >&5
3874
+ echo " configure:3875 : checking setting USE_LOCALE" >&5
3927
3875
if test " $USE_LOCALE " = " yes"
3928
3876
then
3929
3877
echo " $ac_t " " enabled" 1>&6
@@ -3935,14 +3883,14 @@ else
3935
3883
echo " $ac_t " " disabled" 1>&6
3936
3884
fi
3937
3885
echo $ac_n " checking setting DEF_PGPORT" " ... $ac_c " 1>&6
3938
- echo " configure:3939 : checking setting DEF_PGPORT" >&5
3886
+ echo " configure:3887 : checking setting DEF_PGPORT" >&5
3939
3887
cat >> confdefs.h << EOF
3940
3888
#define DEF_PGPORT "${DEF_PGPORT} "
3941
3889
EOF
3942
3890
3943
3891
echo " $ac_t " " $DEF_PGPORT " 1>&6
3944
3892
echo $ac_n " checking setting HBA" " ... $ac_c " 1>&6
3945
- echo " configure:3946 : checking setting HBA" >&5
3893
+ echo " configure:3894 : checking setting HBA" >&5
3946
3894
if test " $NOHBA " = " no"
3947
3895
then
3948
3896
echo " $ac_t " " enabled" 1>&6
0 commit comments