need to have guile

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1341 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-10-22 01:54:26 +00:00
parent 27b83f58d7
commit c62833d657
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -2367,7 +2367,7 @@ if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
GUILELIBS="-lguile -ldl -lreadline -lqthreads"
else
echo "$ac_t""no" 1>&6
echo "configure: warning: cannot link with guile" 1>&2
{ echo "configure: error: cannot link with guile" 1>&2; exit 1; }
fi
fi

View File

@ -141,7 +141,7 @@ AC_CHECK_LIB(guile, gh_enter,
GUILELIBS="-lguile -ldl -lreadline",
AC_CHECK_LIB(guile, gh_eval_file,
GUILELIBS="-lguile -ldl -lreadline -lqthreads",
AC_MSG_WARN(cannot link with guile),
AC_MSG_ERROR(cannot link with guile),
-ldl -lreadline -lqthreads),
-ldl -lreadline)
)