
Module: ppl/ppl Branch: master Commit: 1948fb22f102a4a07d0b614b96fbddde60fc03f0 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=1948fb22f102a...
Author: Abramo Bagnara abramo.bagnara@bugseng.com Date: Mon Feb 25 08:36:19 2019 +0100
Added suport for SWI-Prolog 8 in windows.
---
m4/ac_check_swi_prolog.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/m4/ac_check_swi_prolog.m4 b/m4/ac_check_swi_prolog.m4 index 8eb0320..08330e1 100644 --- a/m4/ac_check_swi_prolog.m4 +++ b/m4/ac_check_swi_prolog.m4 @@ -65,7 +65,7 @@ then # If SWI-Prolog was configured with `--disable-libdirversion', then # the files are not in the `${swi_prolog_arch}' subdirectory. Since # currently there is no way to know that, we look in both places. - SWI_PROLOG_LD_OPTIONS="-L${swi_prolog_base}/lib/${swi_prolog_arch} -L${swi_prolog_base}/lib ${swi_prolog_lib} ${swi_prolog_libs}" + SWI_PROLOG_LD_OPTIONS="-L${swi_prolog_base}/lib/${swi_prolog_arch} -L${swi_prolog_base}/lib -L${swi_prolog_base}/bin ${swi_prolog_lib} ${swi_prolog_libs}" ac_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $SWI_PROLOG_INCLUDE_OPTIONS" AC_LANG_PUSH(C++)