projects
/
chise
/
chise-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9e45ec
)
Put --with-canna into $xemacs_opts when Fink is used.
author
tomo
<tomo>
Tue, 16 May 2006 13:14:12 +0000
(13:14 +0000)
committer
tomo
<tomo>
Tue, 16 May 2006 13:14:12 +0000
(13:14 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
072a165
..
8bbdfdc
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-35,6
+35,9
@@
if test -d /sw/include; then
elif test -f /sw/include/db4/db.h; then
xemacs_site_includes="$xemacs_site_includes:/sw/include/db4"
fi
+ if test -d /sw/include/canna; then
+ xemacs_opts="$xemacs_opts --with-canna"
+ fi
fi
if test "$xemacs_site_includes" != ""; then