From 3d5b29690b93ac15061204f593c0e285f6bd42cf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Tue, 27 Feb 2007 20:06:12 +0000 Subject: [PATCH] * some fixups in the solaris detection. --- citadel/configure.ac | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/citadel/configure.ac b/citadel/configure.ac index 7e76d37e6..2b5089e39 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -610,8 +610,9 @@ if test $ac_cv_struct_ut_type = yes; then fi AC_CACHE_CHECK([for call semantics from getpwuid_r], ac_cv_call_getpwuid_r, -[AC_TRY_COMPILE([#include ], [ - struct passwd pw, *pwp = NULL; +[AC_TRY_COMPILE([#include +#include ], [ + struct passwd pw, *pwp; char pwbuf[64]; uid_t uid; -- 2.39.2