summaryrefslogtreecommitdiffstats
path: root/proxy/external
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2012-02-20 10:52:24 -0500
committerSimo Sorce <simo@redhat.com>2012-04-05 11:20:33 -0400
commit99d24402236ab621f8c03fdba49e7a75e38263a5 (patch)
treea82d7a62716a072812ea2cc4d8867ae02fdfa437 /proxy/external
parentcfbd12afad3fb232cbc214e1c47c2bf202ec5003 (diff)
downloadgss-proxy-99d24402236ab621f8c03fdba49e7a75e38263a5.tar.gz
gss-proxy-99d24402236ab621f8c03fdba49e7a75e38263a5.tar.xz
gss-proxy-99d24402236ab621f8c03fdba49e7a75e38263a5.zip
Depend on UCRED, we cannot work otherwise.
Diffstat (limited to 'proxy/external')
-rw-r--r--proxy/external/platform.m42
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