Put --with-canna into $xemacs_opts when Fink is used.
authortomo <tomo>
Tue, 16 May 2006 13:14:12 +0000 (13:14 +0000)
committertomo <tomo>
Tue, 16 May 2006 13:14:12 +0000 (13:14 +0000)
configure.in

index 072a165..8bbdfdc 100644 (file)
@@ -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