diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-09-27 16:47:06 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-09-27 16:47:32 -0700 |
commit | 2d93e69690d2c5d4a89a795ede6423796528e5df (patch) | |
tree | 1d775db95b52b13fd92508232aec7c894b4c8630 /configure.ac | |
parent | c7ead3a68e5839cb92129e35b21f55007fba8445 (diff) |
Rework local client id finding code to be more uniform
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 de3043020..5c5ff7d07 100644 --- a/configure.ac +++ b/configure.ac @@ -179,7 +179,7 @@ dnl Checks for library functions. AC_FUNC_VPRINTF AC_CHECK_FUNCS([geteuid getuid link memmove memset mkstemp strchr strrchr \ strtol getopt getopt_long vsnprintf walkcontext backtrace \ - getisax]) + getisax getzoneid]) AC_FUNC_ALLOCA dnl Old HAS_* names used in os/*.c. AC_CHECK_FUNC([getdtablesize], |