From f77f23410b168ae9c189d0a1b621b9df455383dd Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Sun, 2 Jun 2002 18:56:48 +0000 Subject: [PATCH] Added option --disable-local-backends to configure. Only net and dll will be compiled if set. Also a warning is printed. Henning Meier-Geinitz --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 60c1642e1..a94195c91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-06-02 Henning Meier-Geinitz + + * configure configure.in backend/Makefile.in: Added option + --disable-local-backends to configure. Only net and dll will be + compiled if set. Also a warning is printed. + 2002-06-01 Henning Meier-Geinitz * backend/pnm.c-bad: Removed because it was out-of-date and buggy.