diff --git a/configure b/configure
index 97e297f..8bca937 100755
--- a/configure
+++ b/configure
@@ -1830,7 +1830,8 @@
   --disable-silent-rules         verbose build output (undo: `make V=0')
   --disable-dependency-tracking  speeds up one-time build
   --enable-dependency-tracking   do not reject slow dependency extractors
-  --bounds-checking       enable run-time bounds-checking
+  --enable-bounds-checking
+                          enable run-time bounds-checking
   --enable-osx-universal-binary
                           build universal binary on OS X [[default=no]]
   --disable-openmp        do not use OpenMP
@@ -3620,7 +3621,7 @@
 
 MAGICK_LIBRARY_VERSION_INFO=$MAGICK_LIBRARY_CURRENT:$MAGICK_LIBRARY_REVISION:$MAGICK_LIBRARY_AGE
 
-MAGICK_SVN_REVISION=7246
+MAGICK_SVN_REVISION=7277