[gs-commits] ghostpdl branch, nobble-cal, created. jbig2dec-0.14-1663-g908d047
[email protected] (Robin Watts)
| Newsgroups | gmane.comp.printing.ghostscript.cvs |
|---|---|
| Message-ID | <[email protected]> |
The ghostpdl branch, nobble-cal has been created
at 908d047570b6a106e6b34b052eb2e3c3860f12bf (commit)
----------------------------------------------------------------------
commit 908d047570b6a106e6b34b052eb2e3c3860f12bf
Author: Robin Watts <[email protected]>
Date: Thu Sep 12 10:48:49 2019 +0100
Simple commit to avoid CAL being used; for cluster testing.
diff --git a/Makefile.in b/Makefile.in
index 8e36018..1bc8995 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -200,7 +200,8 @@ SANITIZEDIRPREFIX=san
PGDIRPREFIX=pg
# Are we include the CAL library?
-WITH_CAL=@WITH_CAL@
+#WITH_CAL=@WITH_CAL@
+WITH_CAL=
CALSRCDIR=@CALSRCDIR@
CAL_CFLAGS=@CAL_CFLAGS@
CAL_SSE4_2_CFLAGS=@CAL_SSE4_2_CFLAGS@