diff options
author | Emilio Pozuelo Monfort <pochu27@gmail.com> | 2010-05-26 23:32:16 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-08 22:49:38 +0100 |
commit | f7c3556e627bd6ede22255defb55084d21e4dca6 (patch) | |
tree | ac2519b5429a7c0d81986838b2e306036fc7cb57 /configure.ac | |
parent | 4152b0ca04f4703a6c6f33e59ba0e7bd95837069 (diff) | |
download | hurd-f7c3556e627bd6ede22255defb55084d21e4dca6.tar.gz hurd-f7c3556e627bd6ede22255defb55084d21e4dca6.tar.bz2 hurd-f7c3556e627bd6ede22255defb55084d21e4dca6.zip |
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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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. |