From 9b00f3700c53f55724c3c623234d19da53129071 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 11 Feb 2014 13:27:26 +0000 Subject: [PATCH] fix missing packages --- configure | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure b/configure index b7a49acc4..17fd74f32 100755 --- a/configure +++ b/configure @@ -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