From: Shawn Routhier Date: Fri, 15 Apr 2011 22:13:38 +0000 (+0000) Subject: autoconf regeneration X-Git-Tag: v4_2_2b1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=099d081247f57be2736c5414f734ee3e4378708e;p=thirdparty%2Fdhcp.git autoconf regeneration --- diff --git a/configure b/configure index 7eb64efb4..6e7b667d6 100755 --- a/configure +++ b/configure @@ -1328,6 +1328,9 @@ Optional Packages: --with-relay-pid-file=PATH File for dhcrelay process information (default is LOCALSTATEDIR/run/dhcrelay.pid) + --with-relay6-pid-file=PATH + File for dhcrelay6 process information (default is + LOCALSTATEDIR/run/dhcrelay6.pid) --with-libbind=PATH bind includes and libraries are in PATH (default is ./bind) --with-ldap enable OpenLDAP support in dhcpd (default is no) @@ -5062,6 +5065,16 @@ _ACEOF fi +# Check whether --with-relay6-pid-file was given. +if test "${with_relay6_pid_file+set}" = set; then + withval=$with_relay6_pid_file; +cat >>confdefs.h <<_ACEOF +#define _PATH_DHCRELAY6_PID "$withval" +_ACEOF + +fi + + # Check basic types. { echo "$as_me:$LINENO: checking for int8_t" >&5