1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

Do not include ".libs" in LTDL_LIBRARY_PATH, libltdl provides it

itself.
This commit is contained in:
Marius Vollmer 2001-08-26 21:51:32 +00:00
parent 047dc3aed5
commit f91fc9cdd3

View file

@ -21,7 +21,7 @@ if [ x"$1" = x-i ] ; then
else
guile=libguile/guile
GUILE_LOAD_PATH=$srcdir:$TEST_SUITE_DIR
LTDL_LIBRARY_PATH=`pwd`/srfi/.libs:${LTDL_LIBRARY_PATH}
LTDL_LIBRARY_PATH=`pwd`/srfi:${LTDL_LIBRARY_PATH}
fi
export GUILE_LOAD_PATH
export LTDL_LIBRARY_PATH