diff options
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. |