Fix typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 12 Nov 2012 14:31:00 +0000 (14:31 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 12 Nov 2012 14:38:35 +0000 (14:38 +0000)
configure
configure.in

index 75fc00e..c7236c7 100755 (executable)
--- 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
index 391965d..0cbebd7 100644 (file)
@@ -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