WIN2 conditional must always been set; refs #22
This commit is contained in:
@@ -62,22 +62,24 @@ AC_CHECK_PROG(have_dot, dot, yes, no)
|
|||||||
|
|
||||||
case ${host} in
|
case ${host} in
|
||||||
(*linux*) case "${host}" in
|
(*linux*) case "${host}" in
|
||||||
(*i386*) LDFLAGS+=" -L../../actlibrary/Ubuntu-9-i686/Release"
|
(*i386*) LDFLAGS+=" -L../../actlibrary/Ubuntu-9-i686/Release"
|
||||||
|
;;
|
||||||
|
(*i686|x86_64*) LDFLAGS+=" -L../../actlibrary/OpenSUSE-11-x86_64/Release"
|
||||||
|
;;
|
||||||
|
(*) AC_MSG_ERROR([Unknown Linux Host: $host])
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
AM_CONDITIONAL(WIN32, false)
|
||||||
;;
|
;;
|
||||||
(*i686|x86_64*) LDFLAGS+=" -L../../actlibrary/OpenSUSE-11-x86_64/Release"
|
|
||||||
;;
|
|
||||||
(*) AC_MSG_ERROR([Unknown Linux Host: $host])
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
(*mingw*)
|
(*mingw*)
|
||||||
LDFLAGS+=" -L../../actlibrary/mingw32-i586/Release"
|
LDFLAGS+=" -L../../actlibrary/mingw32-i586/Release"
|
||||||
AM_CONDITIONAL(WIN32, true)
|
AM_CONDITIONAL(WIN32, true)
|
||||||
;;
|
;;
|
||||||
(i386-apple-darwin*) LDFLAGS+=" -L../../actlibrary/MacOSX-10.5-x86_64/Release"
|
(i386-apple-darwin*) LDFLAGS+=" -L../../actlibrary/MacOSX-10.5-x86_64/Release"
|
||||||
;;
|
AM_CONDITIONAL(WIN32, false)
|
||||||
|
;;
|
||||||
(*) AC_MSG_ERROR([Unknown Host: $host])
|
(*) AC_MSG_ERROR([Unknown Host: $host])
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_ARG_ENABLE(pedantic,
|
AC_ARG_ENABLE(pedantic,
|
||||||
|
Reference in New Issue
Block a user