From: Flavio Cruz Date: Mon, 10 Apr 2023 02:42:52 +0000 (-0400) Subject: hurd: Stop depending on the default_pager stubs provided by gnumach X-Git-Tag: glibc-2.38~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7f7dd8009275504b211c170caf5bce50fa472ac;p=thirdparty%2Fglibc.git hurd: Stop depending on the default_pager stubs provided by gnumach The hurd source tree already provides the same stubs and they are only needed there. Message-Id: --- diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure index 8c341d59dcf..b08872b8bce 100644 --- a/sysdeps/mach/configure +++ b/sysdeps/mach/configure @@ -248,8 +248,7 @@ mach_interface_list= for ifc in mach mach4 gnumach \ clock clock_priv host_priv host_security ledger lock_set \ processor processor_set task task_notify thread_act vm_map \ - memory_object memory_object_default default_pager \ - machine/mach_i386 \ + memory_object memory_object_default machine/mach_i386 \ ; do as_ac_Header=`$as_echo "ac_cv_header_mach/${ifc}.defs" | $as_tr_sh` ac_fn_c_check_header_preproc "$LINENO" "mach/${ifc}.defs" "$as_ac_Header" diff --git a/sysdeps/mach/configure.ac b/sysdeps/mach/configure.ac index 579c0021d54..537677c1d7d 100644 --- a/sysdeps/mach/configure.ac +++ b/sysdeps/mach/configure.ac @@ -63,8 +63,7 @@ mach_interface_list= for ifc in mach mach4 gnumach \ clock clock_priv host_priv host_security ledger lock_set \ processor processor_set task task_notify thread_act vm_map \ - memory_object memory_object_default default_pager \ - machine/mach_i386 \ + memory_object memory_object_default machine/mach_i386 \ ; do AC_CHECK_HEADER(mach/${ifc}.defs, [dnl mach_interface_list="$mach_interface_list $ifc"],, -)