]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 4 Mar 2013 11:27:54 +0000 (11:27 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 4 Mar 2013 11:27:54 +0000 (11:27 +0000)
configure.ac

index cc4a353c0833b1926aef076e1e00da4295730f1f..f02d42c6370fdaabdfe97dacebd1569a39756383 100755 (executable)
@@ -1979,7 +1979,7 @@ dnl ===========================================================================
 # or -framework Ghostscript
 
 AC_ARG_WITH([gslib],
-    [AC_HELP_STRING([--without-gslib],
+    [AC_HELP_STRING([--with-gslib],
                     [enable Ghostscript library support])],
     [with_gslib=$withval],
     [with_gslib='no'])
@@ -2063,7 +2063,7 @@ dnl ===========================================================================
 #
 AC_ARG_WITH(gvc,
     [AC_HELP_STRING([--with-gvc],
-                    [disable GVC support])],
+                    [enable GVC support])],
     [with_gvc=$withval],
     [with_gvc='no'])