Update configure script
diff --git a/configure b/configure
index 22329e0..3384d50 100755
--- a/configure
+++ b/configure
@@ -4513,7 +4513,7 @@
 
 MAGICK_VERSION=7.0.0-0
 
-MAGICK_GIT_REVISION=17623:0d88ea3:20160205
+MAGICK_GIT_REVISION=17647:50b4147:20160206
 
 
 # Substitute library versioning
@@ -36219,9 +36219,6 @@
 if test "$have_freetype"    = 'yes' ; then
    MAGICK_DELEGATES="$MAGICK_DELEGATES freetype"
 fi
-if test "$have_raqm"    = 'yes' ; then
-   MAGICK_DELEGATES="$MAGICK_DELEGATES raqm"
-fi
 if test "$have_gslib"    = 'yes' ; then
    MAGICK_DELEGATES="$MAGICK_DELEGATES gslib"
 fi
@@ -36264,6 +36261,9 @@
 if test "$have_ps"     = 'yes' ; then
    MAGICK_DELEGATES="$MAGICK_DELEGATES ps"
 fi
+if test "$have_raqm"    = 'yes' ; then
+   MAGICK_DELEGATES="$MAGICK_DELEGATES raqm"
+fi
 if test "$have_ra_ppm" = 'yes' ; then
    MAGICK_DELEGATES="$MAGICK_DELEGATES rad"
 fi
@@ -39444,7 +39444,6 @@
   FlashPIX          --with-fpx=$with_fpx		$have_fpx
   FontConfig        --with-fontconfig=$with_fontconfig	$have_fontconfig
   FreeType          --with-freetype=$with_freetype		$have_freetype
-  Raqm              --with-raqm=$with_raqm		$have_raqm
   Ghostscript lib   --with-gslib=$with_gslib		$have_gslib
   Graphviz          --with-gvc=$with_gvc		$have_gvc
   JBIG              --with-jbig=$with_jbig		$have_jbig
@@ -39459,6 +39458,7 @@
   PANGO             --with-pango=$with_pango		$have_pango
   PERL              --with-perl=$with_perl		$have_perl
   PNG               --with-png=$with_png		$have_png
+  RAQM              --with-raqm=$with_raqm		$have_raqm
   RSVG              --with-rsvg=$with_rsvg		$have_rsvg
   TIFF              --with-tiff=$with_tiff		$have_tiff
   WEBP              --with-webp=$with_webp		$have_webp
@@ -39530,7 +39530,6 @@
   FlashPIX          --with-fpx=$with_fpx		$have_fpx
   FontConfig        --with-fontconfig=$with_fontconfig	$have_fontconfig
   FreeType          --with-freetype=$with_freetype		$have_freetype
-  Raqm              --with-raqm=$with_raqm		$have_raqm
   Ghostscript lib   --with-gslib=$with_gslib		$have_gslib
   Graphviz          --with-gvc=$with_gvc		$have_gvc
   JBIG              --with-jbig=$with_jbig		$have_jbig
@@ -39545,6 +39544,7 @@
   PANGO             --with-pango=$with_pango		$have_pango
   PERL              --with-perl=$with_perl		$have_perl
   PNG               --with-png=$with_png		$have_png
+  RAQM              --with-raqm=$with_raqm		$have_raqm
   RSVG              --with-rsvg=$with_rsvg		$have_rsvg
   TIFF              --with-tiff=$with_tiff		$have_tiff
   WEBP              --with-webp=$with_webp		$have_webp