about summary refs log tree commit diff
path: root/sysdeps/mach/configure
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2023-04-09 22:42:52 -0400
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2023-04-10 19:01:52 +0200
commitf7f7dd8009275504b211c170caf5bce50fa472ac (patch)
tree63357a8e88dc7bef1cb7431d35061569eda089d8 /sysdeps/mach/configure
parent54ae6d81c94364c1e13a5b8baef52b9e3475fedd (diff)
downloadglibc-f7f7dd8009275504b211c170caf5bce50fa472ac.tar.gz
glibc-f7f7dd8009275504b211c170caf5bce50fa472ac.tar.xz
glibc-f7f7dd8009275504b211c170caf5bce50fa472ac.zip
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: <ZDN3rDdjMowtUWf7@jupiter.tail36e24.ts.net>
Diffstat (limited to 'sysdeps/mach/configure')
-rw-r--r--sysdeps/mach/configure3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/mach/configure b/sysdeps/mach/configure
index 8c341d59dc..b08872b8bc 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"