From 19e7a553cdcf8a3b761edaaaac10d424a380ee04 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 14 May 2006 13:02:28 +0000 Subject: [PATCH] update. --- configure | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/configure b/configure index 22eae9d..bfd21e1 100755 --- a/configure +++ b/configure @@ -1363,23 +1363,23 @@ fi # Checks for libraries. if test -d /sw/include; then - xemacs_site_includes="/sw/include" - xemacs_site_libraries="/sw/lib" - xemacs_opts="--with-dialogs=athena --with-widgets=athena --with-athena=3d" -fi + xemacs_site_includes="/sw/include" + xemacs_site_libraries="/sw/lib" + xemacs_opts="--with-dialogs=athena --with-widgets=athena --with-athena=3d" -if test -f /sw/include/db3/db.h; then + if test -f /sw/include/db3/db.h; then xemacs_site_includes="$xemacs_site_includes:/sw/include/db3" -elif test -f /sw/include/db4/db.h; then + elif test -f /sw/include/db4/db.h; then xemacs_site_includes="$xemacs_site_includes:/sw/include/db4" -fi + fi -if test "$xemacs_site_includes" != ""; then + if test "$xemacs_site_includes" != ""; then xemacs_opts="$xemacs_opts --site-includes=$xemacs_site_includes" -fi + fi -if test "$xemacs_site_libraries" != ""; then + if test "$xemacs_site_libraries" != ""; then xemacs_opts="$xemacs_opts --site-libraries=$xemacs_site_libraries" + fi fi # Checks for header files. -- 1.7.10.4