File tree 3 files changed +32
-4
lines changed
3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 40
40
@MODULE__QUEUE_TRUE@_queue _queuemodule.c
41
41
@MODULE__RANDOM_TRUE@_random _randommodule.c
42
42
@MODULE__TYPING_TRUE@_typing _typingmodule.c
43
- @MODULE__XXSUBINTERPRETERS_TRUE@_xxsubinterpreters __xxsubinterpretersmodule .c
43
+ @MODULE__XXSUBINTERPRETERS_TRUE@_xxsubinterpreters _xxsubinterpretersmodule .c
44
44
@MODULE__ZONEINFO_TRUE@_zoneinfo _zoneinfo.c
45
45
46
46
# needs libm
Original file line number Diff line number Diff line change @@ -11141,7 +11141,13 @@ fi
11141
11141
11142
11142
11143
11143
LIBNSL_CFLAGS=
11144
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing yp_match" >&5
11144
+ save_CFLAGS=$CFLAGS
11145
+ save_CPPFLAGS=$CPPFLAGS
11146
+ save_LDFLAGS=$LDFLAGS
11147
+ save_LIBS=$LIBS
11148
+
11149
+
11150
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing yp_match" >&5
11145
11151
$as_echo_n "checking for library containing yp_match... " >&6; }
11146
11152
if ${ac_cv_search_yp_match+:} false; then :
11147
11153
$as_echo_n "(cached) " >&6
@@ -11199,6 +11205,13 @@ else
11199
11205
have_nis=no
11200
11206
fi
11201
11207
11208
+
11209
+ CFLAGS=$save_CFLAGS
11210
+ CPPFLAGS=$save_CPPFLAGS
11211
+ LDFLAGS=$save_LDFLAGS
11212
+ LIBS=$save_LIBS
11213
+
11214
+
11202
11215
case $ac_cv_search_yp_match in #(
11203
11216
no) :
11204
11217
LIBNSL_LIBS= ;; #(
@@ -11214,7 +11227,13 @@ elif test $pkg_failed = untried; then
11214
11227
$as_echo "no" >&6; }
11215
11228
11216
11229
LIBNSL_CFLAGS=
11217
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing yp_match" >&5
11230
+ save_CFLAGS=$CFLAGS
11231
+ save_CPPFLAGS=$CPPFLAGS
11232
+ save_LDFLAGS=$LDFLAGS
11233
+ save_LIBS=$LIBS
11234
+
11235
+
11236
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing yp_match" >&5
11218
11237
$as_echo_n "checking for library containing yp_match... " >&6; }
11219
11238
if ${ac_cv_search_yp_match+:} false; then :
11220
11239
$as_echo_n "(cached) " >&6
@@ -11272,6 +11291,13 @@ else
11272
11291
have_nis=no
11273
11292
fi
11274
11293
11294
+
11295
+ CFLAGS=$save_CFLAGS
11296
+ CPPFLAGS=$save_CPPFLAGS
11297
+ LDFLAGS=$save_LDFLAGS
11298
+ LIBS=$save_LIBS
11299
+
11300
+
11275
11301
case $ac_cv_search_yp_match in #(
11276
11302
no) :
11277
11303
LIBNSL_LIBS= ;; #(
Original file line number Diff line number Diff line change @@ -3196,7 +3196,9 @@ dnl check for NIS / libnsl dependencies
3196
3196
dnl libnsl dependencies include tirpc includes and lib
3197
3197
PKG_CHECK_MODULES([ LIBNSL] , [ libnsl] , [ have_nis=yes] , [
3198
3198
LIBNSL_CFLAGS=
3199
- AC_SEARCH_LIBS ( [ yp_match] , [ nsl] , [ have_nis=yes] , [ have_nis=no] )
3199
+ WITH_SAVE_ENV([
3200
+ AC_SEARCH_LIBS ( [ yp_match] , [ nsl] , [ have_nis=yes] , [ have_nis=no] )
3201
+ ] )
3200
3202
AS_CASE ( [ $ac_cv_search_yp_match] ,
3201
3203
[ no] , [ LIBNSL_LIBS=] ,
3202
3204
[ "none required"] , [ LIBNSL_LIBS=] ,
You can’t perform that action at this time.
0 commit comments