2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 05:47:45 +00:00

[#221] Whitespace cleanup

This commit is contained in:
Tomek Mrugalski 2022-01-20 12:13:56 +01:00
parent 668d677cb4
commit 89b8381b1e

View File

@ -170,7 +170,7 @@ if test "$enable_dhcpv4o6" = "yes"; then
if test "$enable_dhcpv6" = "no"; then if test "$enable_dhcpv6" = "no"; then
AC_MSG_ERROR([dhcpv4o6 requires dhcpv6]) AC_MSG_ERROR([dhcpv4o6 requires dhcpv6])
fi fi
AC_DEFINE([DHCP4o6], [1], AC_DEFINE([DHCP4o6], [1],
[Define to 1 to include DHCPv4 over DHCPv6 support.]) [Define to 1 to include DHCPv4 over DHCPv6 support.])
else else
# so we can report below # so we can report below
@ -653,7 +653,7 @@ else
else else
AC_MSG_RESULT($use_randomdev) AC_MSG_RESULT($use_randomdev)
AC_CHECK_FILE($use_randomdev, AC_CHECK_FILE($use_randomdev,
AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], ["$use_randomdev"], AC_DEFINE_UNQUOTED([ISC_PATH_RANDOMDEV], ["$use_randomdev"],
[Define if you have the /dev/random or other configured file.]), [Define if you have the /dev/random or other configured file.]),
AC_MSG_ERROR(cannot find $use_randomdev)) AC_MSG_ERROR(cannot find $use_randomdev))
fi fi
@ -806,7 +806,7 @@ no)
BINDLIBIRSDIR="$BINDDIR/lib" BINDLIBIRSDIR="$BINDDIR/lib"
BINDLIBDNSDIR="$BINDDIR/lib" BINDLIBDNSDIR="$BINDDIR/lib"
BINDLIBISCCFGDIR="$BINDDIR/lib" BINDLIBISCCFGDIR="$BINDDIR/lib"
BINDLIBISCDIR="$BINDDIR/lib" BINDLIBISCDIR="$BINDDIR/lib"
DISTCHECK_LIBBIND_CONFIGURE_FLAG="--with-libbind=$use_libbind" DISTCHECK_LIBBIND_CONFIGURE_FLAG="--with-libbind=$use_libbind"
;; ;;
esac esac