$NetBSD: patch-configure,v 1.18 2019/04/05 12:14:58 tsutsui Exp $

- setuid root / setgid utmp is handled by SPECIAL_PERMS in pkgsrc

--- configure.orig	2019-03-31 13:10:47.000000000 +0000
+++ configure
@@ -25536,7 +25536,7 @@ if test "$INSTALL_OPT" = ""; then
 	if test "$utmp_none_obj" = ""; then
 		has_utmp=`grep utmp /etc/group 2>/dev/null`
 		if test "$has_utmp" ; then
-			INSTALL_OPT="-m 2755 -g utmp"
+			INSTALL_OPT=""
 		else
 			INSTALL_OPT="-m 4755 -o root"
 		fi
@@ -25545,7 +25545,7 @@ if test "$INSTALL_OPT" = ""; then
 	fi
 
 	if test "$gui" = "fb" ; then
-		INSTALL_OPT="-m 4755 -o root"
+		INSTALL_OPT=""
 	fi
 fi
 
