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:
parent
1ec4c2acaf
commit
c80ac669de
16
configure
vendored
16
configure
vendored
@ -4343,6 +4343,14 @@ DO_SECOND_LD="#"
|
|||||||
NEWSHOBJ="sobjs"
|
NEWSHOBJ="sobjs"
|
||||||
M4="m4"
|
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
|
case $target_os in
|
||||||
*linux*)
|
*linux*)
|
||||||
if test $have_dl = yes
|
if test $have_dl = yes
|
||||||
@ -4477,14 +4485,6 @@ _ACEOF
|
|||||||
;;
|
;;
|
||||||
esac
|
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"
|
if test "$coroutining" = "yes"
|
||||||
then
|
then
|
||||||
YAP_EXTRAS="$YAP_EXTRAS -DCOROUTINING=1"
|
YAP_EXTRAS="$YAP_EXTRAS -DCOROUTINING=1"
|
||||||
|
16
configure.in
16
configure.in
@ -379,6 +379,14 @@ DO_SECOND_LD="#"
|
|||||||
NEWSHOBJ="sobjs"
|
NEWSHOBJ="sobjs"
|
||||||
M4="m4"
|
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
|
case $target_os in
|
||||||
*linux*)
|
*linux*)
|
||||||
if test $have_dl = yes
|
if test $have_dl = yes
|
||||||
@ -510,14 +518,6 @@ case $target_os in
|
|||||||
;;
|
;;
|
||||||
esac
|
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"
|
if test "$coroutining" = "yes"
|
||||||
then
|
then
|
||||||
YAP_EXTRAS="$YAP_EXTRAS -DCOROUTINING=1"
|
YAP_EXTRAS="$YAP_EXTRAS -DCOROUTINING=1"
|
||||||
|
Reference in New Issue
Block a user