bug-ghostscript
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

jasper and errors...


From: Alfred M. Szmidt
Subject: jasper and errors...
Date: Sat, 20 May 2006 18:49:50 +0200 (CEST)

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  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]