From: Arran Cudbard-Bell Date: Mon, 12 Nov 2012 14:31:00 +0000 (+0000) Subject: Fix typo X-Git-Tag: release_3_0_0_beta1~1574 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0110317c8b650613b0ef23654b8b114d9a4b4b3;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/configure b/configure index 75fc00e6ce9..c7236c7f71f 100755 --- a/configure +++ b/configure @@ -15254,7 +15254,7 @@ if test "${enable_strict_dependencies+set}" = set; then : fi -boilermake = no +boilermake=no # Check whether --enable-boilermake was given. if test "${enable_boilermake+set}" = set; then : enableval=$enable_boilermake; case "$enableval" in @@ -18024,7 +18024,7 @@ $as_echo "yes. Using $devflags" >&6; } fi if test "x$EXPERIMENTAL" != "xno"; then - EXPERIMENTAL = yes + EXPERIMENTAL=yes fi if test "x$GIT" = "xyes"; then diff --git a/configure.in b/configure.in index 391965d7054..0cbebd7b13f 100644 --- a/configure.in +++ b/configure.in @@ -175,7 +175,7 @@ AC_ARG_ENABLE(strict-dependencies, [ --enable-strict-dependencies Fail configure on lack of module dependancy.]) dnl # Build using the new boilermake system -boilermake = no +boilermake=no AC_ARG_ENABLE(boilermake, [ --enable-boilermake use the boilermake build system (experimental default=no).], [ case "$enableval" in @@ -1023,7 +1023,7 @@ if test "x$developer" = "xyes"; then fi if test "x$EXPERIMENTAL" != "xno"; then - EXPERIMENTAL = yes + EXPERIMENTAL=yes fi dnl append the current git hash onto the version string