From f064ed8fb1c74035a8ed65be86c9f46cb9efc5c2 Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 8 Jul 2003 17:21:23 +0000 Subject: [PATCH] update. --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 7cb58e8..90b4493 100755 --- a/configure +++ b/configure @@ -2146,6 +2146,9 @@ test -n "$LIBTOOL" || LIBTOOL="libtool" # Checks for libraries. +if test -f /sw/include/db3/db.h; then + CFLAGS="-I/sw/include/db3 $CFLAGS" +fi # Checks for header files. -- 1.7.10.4