File tree Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Expand file tree Collapse file tree 3 files changed +32
-4
lines changed Original file line number Diff line number Diff line change 4040@MODULE__QUEUE_TRUE@_queue _queuemodule.c
4141@MODULE__RANDOM_TRUE@_random _randommodule.c
4242@MODULE__TYPING_TRUE@_typing _typingmodule.c
43- @MODULE__XXSUBINTERPRETERS_TRUE@_xxsubinterpreters __xxsubinterpretersmodule .c
43+ @MODULE__XXSUBINTERPRETERS_TRUE@_xxsubinterpreters _xxsubinterpretersmodule .c
4444@MODULE__ZONEINFO_TRUE@_zoneinfo _zoneinfo.c
4545
4646# needs libm
Original file line number Diff line number Diff line change @@ -11141,7 +11141,13 @@ fi
1114111141
1114211142
1114311143 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
1114511151$as_echo_n "checking for library containing yp_match... " >&6; }
1114611152if ${ac_cv_search_yp_match+:} false; then :
1114711153 $as_echo_n "(cached) " >&6
@@ -11199,6 +11205,13 @@ else
1119911205 have_nis=no
1120011206fi
1120111207
11208+
11209+ CFLAGS=$save_CFLAGS
11210+ CPPFLAGS=$save_CPPFLAGS
11211+ LDFLAGS=$save_LDFLAGS
11212+ LIBS=$save_LIBS
11213+
11214+
1120211215 case $ac_cv_search_yp_match in #(
1120311216 no) :
1120411217 LIBNSL_LIBS= ;; #(
@@ -11214,7 +11227,13 @@ elif test $pkg_failed = untried; then
1121411227$as_echo "no" >&6; }
1121511228
1121611229 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
1121811237$as_echo_n "checking for library containing yp_match... " >&6; }
1121911238if ${ac_cv_search_yp_match+:} false; then :
1122011239 $as_echo_n "(cached) " >&6
@@ -11272,6 +11291,13 @@ else
1127211291 have_nis=no
1127311292fi
1127411293
11294+
11295+ CFLAGS=$save_CFLAGS
11296+ CPPFLAGS=$save_CPPFLAGS
11297+ LDFLAGS=$save_LDFLAGS
11298+ LIBS=$save_LIBS
11299+
11300+
1127511301 case $ac_cv_search_yp_match in #(
1127611302 no) :
1127711303 LIBNSL_LIBS= ;; #(
Original file line number Diff line number Diff line change @@ -3196,7 +3196,9 @@ dnl check for NIS / libnsl dependencies
31963196dnl libnsl dependencies include tirpc includes and lib
31973197PKG_CHECK_MODULES([ LIBNSL] , [ libnsl] , [ have_nis=yes] , [
31983198 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+ ] )
32003202 AS_CASE ( [ $ac_cv_search_yp_match] ,
32013203 [ no] , [ LIBNSL_LIBS=] ,
32023204 [ "none required"] , [ LIBNSL_LIBS=] ,
You can’t perform that action at this time.
0 commit comments