Small change to the configure script to properly mark the options that
are disabled by default when using 'configure --help'.
diff --git a/scripts/configure.ac b/scripts/configure.ac
index 63de958..30c6caa 100755
--- a/scripts/configure.ac
+++ b/scripts/configure.ac
@@ -207,7 +207,7 @@
         flag,
         AS_HELP_STRING(
             [--enable-flag@<:@=path@:>@],
-            [Install target. If path is omitted, the repository will be downloaded. @<:@default=enabled@:>@]
+            [Install target. If path is omitted, the repository will be downloaded. @<:@default=disabled@:>@]
         ), [
             if test "$enableval" == "yes" -o "$enableval" == "YES"; then
                 AC_MSG_NOTICE([Package 'target' will be installed automatically during make.])