fix missing packages

This commit is contained in:
Vitor Santos Costa 2014-02-11 13:27:26 +00:00
parent 8d624cda6b
commit 9b00f3700c

6
configure vendored
View File

@ -12696,6 +12696,12 @@ _ACEOF
if test $i_am_cross_compiling = yes
then
#mingw: we know where things are
JPLCFLAGS="-I \"$yap_cv_java\"/include -I \"$yap_cv_java\"/include/win32"
JAVALIBS="-L \"$yap_cv_java\"/jre/bin/server -L \"$yap_cv_java\"/jre/bin/client -ljvm"
fi