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:
14
configure
vendored
14
configure
vendored
@@ -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"
|
||||
|
Reference in New Issue
Block a user