From 70caa3883c9a2b1ec5933f59e113885d428ce3a3 Mon Sep 17 00:00:00 2001 From: Henning Geinitz Date: Tue, 12 Feb 2002 16:42:30 +0000 Subject: [PATCH] Avoid printing "-I/usr/include" as this changes the default include order (from Tim Waugh ). Really check for entries in $cflags that are also in $includedir. Henning Meier-Geinitz --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9c8570214..ae953a2fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-02-12 Henning Meier-Geinitz + + * tools/sane-config.in: Avoid printing "-I/usr/include" as this + changes the default include order (from Tim Waugh + ). Really check for entries in $cflags that + are also in $includedir. + 2002-02-10 Henning Meier-Geinitz * configure configure.in: Link to functions in lib/ only