]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 13 Mar 2010 18:43:34 +0000 (18:43 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 13 Mar 2010 18:43:34 +0000 (18:43 +0000)
configure.ac

index 66f3596fd812412723fdf6f90ad9645dcc53930b..451c251a6679e6a9288cd6dbb6e64c9f3143b293 100755 (executable)
@@ -548,7 +548,7 @@ AC_ARG_ENABLE([embeddable],
     [enable_embeddable='no'])
 
 if test "$enable_embeddable" = 'yes'; then
-    AC_DEFINE(EMBEDDABLE_SUPPORT,1,[Build self-contained, embeddable, zero-configuration ImageMagick (experimental)])
+    AC_DEFINE(EMBEDDABLE_SUPPORT,1,[Build self-contained, embeddable, zero-configuration ImageMagick])
 fi
 
 # Build a high dynamic range version of ImageMagick.
@@ -2148,7 +2148,7 @@ dnl ===========================================================================
 #
 AC_ARG_WITH([lqr],
     [AC_HELP_STRING([--without-lqr],
-                    [disable Liquid Rescale support (experimental)])],
+                    [disable Liquid Rescale support])],
     [with_lqr=$withval],
     [with_lqr='yes'])