fix configure for WIN32 platform

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@506 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-06-01 04:01:38 +00:00
parent 1ec4c2acaf
commit c80ac669de
2 changed files with 16 additions and 16 deletions

16
configure vendored
View File

@ -4343,6 +4343,14 @@ DO_SECOND_LD="#"
NEWSHOBJ="sobjs"
M4="m4"
if test "$dynamic_loading" = "yes"
then
YAP_EXTRAS="$SHLIB_CFLAGS $YAP_EXTRAS"
YAPLIB=libYap"$SHLIB_SUFFIX"
else
YAPLIB="libYap.a"
fi
case $target_os in
*linux*)
if test $have_dl = yes
@ -4477,14 +4485,6 @@ _ACEOF
;;
esac
if test "$dynamic_loading" = "yes"
then
YAP_EXTRAS="$SHLIB_CFLAGS $YAP_EXTRAS"
YAPLIB=libYap"$SHLIB_SUFFIX"
else
YAPLIB="libYap.a"
fi
if test "$coroutining" = "yes"
then
YAP_EXTRAS="$YAP_EXTRAS -DCOROUTINING=1"

View File

@ -379,6 +379,14 @@ DO_SECOND_LD="#"
NEWSHOBJ="sobjs"
M4="m4"
if test "$dynamic_loading" = "yes"
then
YAP_EXTRAS="$SHLIB_CFLAGS $YAP_EXTRAS"
YAPLIB=libYap"$SHLIB_SUFFIX"
else
YAPLIB="libYap.a"
fi
case $target_os in
*linux*)
if test $have_dl = yes
@ -510,14 +518,6 @@ case $target_os in
;;
esac
if test "$dynamic_loading" = "yes"
then
YAP_EXTRAS="$SHLIB_CFLAGS $YAP_EXTRAS"
YAPLIB=libYap"$SHLIB_SUFFIX"
else
YAPLIB="libYap.a"
fi
if test "$coroutining" = "yes"
then
YAP_EXTRAS="$YAP_EXTRAS -DCOROUTINING=1"