diff options
Diffstat (limited to 'proxy/external')
-rw-r--r-- | proxy/external/platform.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/external/platform.m4 b/proxy/external/platform.m4 index c67e081..2ac2cc4 100644 --- a/proxy/external/platform.m4 +++ b/proxy/external/platform.m4 @@ -44,5 +44,5 @@ if test x"$ac_cv_member_struct_ucred_pid" = xyes -a \ x"$ac_cv_member_struct_ucred_gid" = xyes ; then AC_DEFINE([HAVE_UCRED], [1], [Define if struct ucred is available]) else - AC_MSG_WARN([struct ucred is not available]) + AC_MSG_ERROR([struct ucred is not available]) fi |