Add check code for Fink.
authortomo <tomo>
Tue, 8 Jul 2003 17:18:36 +0000 (17:18 +0000)
committertomo <tomo>
Tue, 8 Jul 2003 17:18:36 +0000 (17:18 +0000)
configure.in

index a0da749..5e0adc1 100644 (file)
@@ -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.