]> git.sur5r.net Git - openldap/blobdiff - configure.in
More cleanup. Still needs work.
[openldap] / configure.in
index 003c52833300a8d5ed3334a4d81dcec7d11c6537..e5dddc7394aa8585507bd144c0e7c74b686549c0 100644 (file)
@@ -2519,6 +2519,9 @@ if test "$ac_cv_func_getopt" != yes; then
 fi
 if test "$ac_cv_func_getpeereid" != yes; then
        OL_MSGHDR_MSG_ACCRIGHTS
+       if test "$ac_cv_func_getpeereid" != yes; then
+               OL_MSGHDR_MSG_CONTROL
+       fi
        LIBSRCS="$LIBSRCS getpeereid.c"
 fi
 if test "$ac_cv_func_snprintf" != yes -o "$ac_cv_func_vsnprintf" != yes; then