From 484c67ccecd26bde8992d79a8a2260fa91bfef40 Mon Sep 17 00:00:00 2001
From: Dagobert Michelsen <dam@opencsw.org>
Date: Fri, 6 Aug 2010 16:00:48 +0200
Subject: [PATCH] Honour CPPFLAGS
---
configure | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 24f60d7..756d144 100755
a
|
b
|
fi |
159 | 159 | echo CFLAGS=$CFLAGS >> Makefile.settings |
160 | 160 | echo CFLAGS+=-I`pwd` -I`pwd`/lib -I`pwd`/protocols -I. >> Makefile.settings |
161 | 161 | |
| 162 | echo CFLAGS+=$CPPFLAGS >> Makefile.settings |
| 163 | |
162 | 164 | echo CFLAGS+=-DHAVE_CONFIG_H >> Makefile.settings |
163 | 165 | |
164 | 166 | if [ -n "$CC" ]; then |