--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)
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