I think it is a bad idea to error out if Jasper could not be found
since ghostscript will work even without it.  I was unable to test the
patch since I didn't succeed in running autoconf.

2006-05-20  Alfred M. Szmidt  <[EMAIL PROTECTED]>

        * configure.ac: Don't error out even if Jasper could not be found.

--- configure.ac        02 Mar 2006 21:48:31 +0100      1.7
+++ configure.ac        20 May 2006 18:46:31 +0200      
@@ -340,14 +340,11 @@ if test x$with_jasper != xno; then
           echo
           echo "Continuing with Ghostscript configuration..."
         else
-          AC_MSG_ERROR([
+          AC_MSG_WARN([
 Unable to find $JASPERDIR/src/libjasper/include/jas_config.h,
 or generate generate such a file for this system. You will
 have to build one by hand, or configure, build and install
 the jasper library separately.
-
-You can also pass --without-jasper to configure to disable
-JPEG 2000 PDF image support entirely.
 ])
         fi
       fi


_______________________________________________
bug-ghostscript mailing list
bug-ghostscript@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-ghostscript

Reply via email to