Diff for /suX/configure.in between versions 1.4.2.2 and 1.4.2.3

version 1.4.2.2, 2014/03/26 00:32:01 version 1.4.2.3, 2015/06/17 14:01:32
Line 64  AC_ARG_ENABLE(debug, Line 64  AC_ARG_ENABLE(debug,
                 esac ], AC_DEFINE(NDEBUG,, [Turn off debug asserts]))                  esac ], AC_DEFINE(NDEBUG,, [Turn off debug asserts]))
 AC_MSG_RESULT($DEBUG)  AC_MSG_RESULT($DEBUG)
   
   GROUP="www"
   AC_MSG_CHECKING(suX execution group)
   AC_ARG_WITH(group,
           [  --with-group=<user>      Permitted group for suX ],
           [ GROUP=$withval ],)
   AC_MSG_RESULT($GROUP)
   AC_SUBST(GROUP)
   
 AC_CONFIG_FILES([Makefile  AC_CONFIG_FILES([Makefile
                  bin/Makefile                   bin/Makefile
                  inc/Makefile                   inc/Makefile

Removed from v.1.4.2.2  
changed lines
  Added in v.1.4.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>