From: tomo Date: Tue, 8 Jul 2003 17:18:36 +0000 (+0000) Subject: Add check code for Fink. X-Git-Tag: r0_1_1-pre1~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5faac4c115305b05bb89afdc6bee996bd0b03cdd;p=chise%2Flibchise.git Add check code for Fink. --- diff --git a/configure.in b/configure.in index a0da749..5e0adc1 100644 --- a/configure.in +++ b/configure.in @@ -12,6 +12,9 @@ AC_CHECK_PROGS(LIBTOOL, glibtool libtool, libtool, \ /usr/local/bin:/opt/bin:/sw/bin:/usr/bin:/bin) # Checks for libraries. +if test -f /sw/include/db3/db.h; then + CFLAGS="-I/sw/include/db3 $CFLAGS" +fi # Checks for header files.