mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
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:
parent
27b83f58d7
commit
c62833d657
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user