]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoconf regeneration
authorShawn Routhier <sar@isc.org>
Fri, 15 Apr 2011 22:13:38 +0000 (22:13 +0000)
committerShawn Routhier <sar@isc.org>
Fri, 15 Apr 2011 22:13:38 +0000 (22:13 +0000)
configure

index 7eb64efb44fe19266fed02d1238d04f8f0629828..6e7b667d608f6f4be0450340ec5154b4dff8aa29 100755 (executable)
--- 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