fix nth_instance

fix Makefile.in for multi-threading


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1262 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-03-09 06:35:52 +00:00
parent b6af3095da
commit 5493bd29f9
4 changed files with 131 additions and 54 deletions

14
configure vendored
View File

@@ -5407,13 +5407,7 @@ M4="m4"
MERGE_DLL_OBJS="#"
IN_UNIX=""
if test "$dynamic_loading" = "yes"
then
YAP_EXTRAS="$SHLIB_CFLAGS $YAP_EXTRAS"
YAPLIB=libYap"$SHLIB_SUFFIX"
else
YAPLIB="libYap.a"
fi
YAPLIB="libYap.a"
case "$target_os" in
*linux*)
@@ -5832,6 +5826,12 @@ fi
;;
esac
if test "$dynamic_loading" = "yes"
then
YAP_EXTRAS="$SHLIB_CFLAGS $YAP_EXTRAS"
YAPLIB=libYap"$SHLIB_SUFFIX"
fi
if test "$coroutining" = "yes"
then
YAP_EXTRAS="$YAP_EXTRAS -DCOROUTINING=1"