From be73d232fc3d88df0b5b54fed92a405aa3c4e19c Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 16 May 2006 13:14:12 +0000 Subject: [PATCH] Put --with-canna into $xemacs_opts when Fink is used. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 072a165..8bbdfdc 100644 --- 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 -- 1.7.10.4