projects
/
chise
/
libchise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a567b6
)
Add check code for Fink.
author
tomo
<tomo>
Tue, 8 Jul 2003 17:18:36 +0000
(17:18 +0000)
committer
tomo
<tomo>
Tue, 8 Jul 2003 17:18:36 +0000
(17:18 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
a0da749
..
5e0adc1
100644
(file)
--- 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.