@@ -3103,23 +3103,24 @@ fi
3103
3103
3104
3104
if eval " test \" ` echo ' $ac_cv_func_' strdup` \" = yes" ; then
3105
3105
echo " $ac_t " " yes" 1>&6
3106
- STRDUP= ' ../../utils/strdup.o ' cat >> confdefs.h << \EOF
3106
+ cat >> confdefs.h << \EOF
3107
3107
#define HAVE_STRDUP 1
3108
3108
EOF
3109
3109
3110
3110
else
3111
3111
echo " $ac_t " " no" 1>&6
3112
+ STRDUP=' ../../utils/strdup.o'
3112
3113
fi
3113
3114
3114
3115
3115
3116
3116
3117
echo $ac_n " checking for cbrt" " ... $ac_c " 1>&6
3117
- echo " configure:3118 : checking for cbrt" >&5
3118
+ echo " configure:3119 : checking for cbrt" >&5
3118
3119
if eval " test \" ` echo ' $' ' {' ac_cv_func_cbrt' +set}' ` \" = set" ; then
3119
3120
echo $ac_n " (cached) $ac_c " 1>&6
3120
3121
else
3121
3122
cat > conftest.$ac_ext << EOF
3122
- #line 3123 "configure"
3123
+ #line 3124 "configure"
3123
3124
#include "confdefs.h"
3124
3125
/* System header to define __stub macros and hopefully few prototypes,
3125
3126
which can conflict with char cbrt(); below. */
@@ -3142,7 +3143,7 @@ cbrt();
3142
3143
3143
3144
; return 0; }
3144
3145
EOF
3145
- if { (eval echo configure:3146 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3146
+ if { (eval echo configure:3147 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3146
3147
rm -rf conftest*
3147
3148
eval " ac_cv_func_cbrt=yes"
3148
3149
else
@@ -3163,15 +3164,15 @@ EOF
3163
3164
else
3164
3165
echo " $ac_t " " no" 1>&6
3165
3166
echo $ac_n " checking for cbrt in -lm" " ... $ac_c " 1>&6
3166
- echo " configure:3167 : checking for cbrt in -lm" >&5
3167
+ echo " configure:3168 : checking for cbrt in -lm" >&5
3167
3168
ac_lib_var=` echo m' _' cbrt | sed ' y%./+-%__p_%' `
3168
3169
if eval " test \" ` echo ' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
3169
3170
echo $ac_n " (cached) $ac_c " 1>&6
3170
3171
else
3171
3172
ac_save_LIBS=" $LIBS "
3172
3173
LIBS=" -lm $LIBS "
3173
3174
cat > conftest.$ac_ext << EOF
3174
- #line 3175 "configure"
3175
+ #line 3176 "configure"
3175
3176
#include "confdefs.h"
3176
3177
/* Override any gcc2 internal prototype to avoid an error. */
3177
3178
/* We use char because int might match the return type of a gcc2
@@ -3182,7 +3183,7 @@ int main() {
3182
3183
cbrt()
3183
3184
; return 0; }
3184
3185
EOF
3185
- if { (eval echo configure:3186 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3186
+ if { (eval echo configure:3187 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3186
3187
rm -rf conftest*
3187
3188
eval " ac_cv_lib_$ac_lib_var =yes"
3188
3189
else
@@ -3208,12 +3209,12 @@ fi
3208
3209
fi
3209
3210
3210
3211
echo $ac_n " checking for rint" " ... $ac_c " 1>&6
3211
- echo " configure:3212 : checking for rint" >&5
3212
+ echo " configure:3213 : checking for rint" >&5
3212
3213
if eval " test \" ` echo ' $' ' {' ac_cv_func_rint' +set}' ` \" = set" ; then
3213
3214
echo $ac_n " (cached) $ac_c " 1>&6
3214
3215
else
3215
3216
cat > conftest.$ac_ext << EOF
3216
- #line 3217 "configure"
3217
+ #line 3218 "configure"
3217
3218
#include "confdefs.h"
3218
3219
/* System header to define __stub macros and hopefully few prototypes,
3219
3220
which can conflict with char rint(); below. */
@@ -3236,7 +3237,7 @@ rint();
3236
3237
3237
3238
; return 0; }
3238
3239
EOF
3239
- if { (eval echo configure:3240 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3240
+ if { (eval echo configure:3241 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3240
3241
rm -rf conftest*
3241
3242
eval " ac_cv_func_rint=yes"
3242
3243
else
@@ -3257,15 +3258,15 @@ EOF
3257
3258
else
3258
3259
echo " $ac_t " " no" 1>&6
3259
3260
echo $ac_n " checking for rint in -lm" " ... $ac_c " 1>&6
3260
- echo " configure:3261 : checking for rint in -lm" >&5
3261
+ echo " configure:3262 : checking for rint in -lm" >&5
3261
3262
ac_lib_var=` echo m' _' rint | sed ' y%./+-%__p_%' `
3262
3263
if eval " test \" ` echo ' $' ' {' ac_cv_lib_$ac_lib_var ' +set}' ` \" = set" ; then
3263
3264
echo $ac_n " (cached) $ac_c " 1>&6
3264
3265
else
3265
3266
ac_save_LIBS=" $LIBS "
3266
3267
LIBS=" -lm $LIBS "
3267
3268
cat > conftest.$ac_ext << EOF
3268
- #line 3269 "configure"
3269
+ #line 3270 "configure"
3269
3270
#include "confdefs.h"
3270
3271
/* Override any gcc2 internal prototype to avoid an error. */
3271
3272
/* We use char because int might match the return type of a gcc2
@@ -3276,7 +3277,7 @@ int main() {
3276
3277
rint()
3277
3278
; return 0; }
3278
3279
EOF
3279
- if { (eval echo configure:3280 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3280
+ if { (eval echo configure:3281 : \" $ac_link \" ) 1>&5 ; (eval $ac_link ) 2>&5 ; } && test -s conftest; then
3280
3281
rm -rf conftest*
3281
3282
eval " ac_cv_lib_$ac_lib_var =yes"
3282
3283
else
@@ -3461,8 +3462,8 @@ s%@xargs@%$xargs%g
3461
3462
s%@ipcs@%$ipcs %g
3462
3463
s%@ipcrm@%$ipcrm %g
3463
3464
s%@LIBOBJS@%$LIBOBJS %g
3464
- s%@INET_ATON@%$INET_ATON %g
3465
3465
s%@STRDUP@%$STRDUP %g
3466
+ s%@INET_ATON@%$INET_ATON %g
3466
3467
3467
3468
CEOF
3468
3469
EOF
0 commit comments