From f7c3556e627bd6ede22255defb55084d21e4dca6 Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Wed, 26 May 2010 23:32:16 +0200 Subject: Use the new _hurd_exec_file_name function * configure.in: Check for _hurd_exec_paths. * utils/fakeauth.c: Call _hurd_exec_paths instead of _hurd_exec if it's available. * utils/shd.c: Likewise. * utils/rpctrace.c: Get prefixed_name from file_name_path_lookup and pass it to _hurd_exec_paths instead of calling _hurd_exec. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 73cfa47f..89107a97 100644 --- a/configure.ac +++ b/configure.ac @@ -163,7 +163,7 @@ else fi AC_SUBST(VERSIONING) # Check if libc contains these functions. -AC_CHECK_FUNCS(file_exec_paths exec_exec_paths) +AC_CHECK_FUNCS(file_exec_paths exec_exec_paths _hurd_exec_paths) # From glibc HEAD, 2007-11-07. -- cgit v1.2.3