fixed compilation of cplint under cygwin

This commit is contained in:
Fabrizio Riguzzi 2010-07-27 11:35:22 +02:00
parent e031026a62
commit 5b1c2c89ed
2 changed files with 12207 additions and 2617 deletions

14597
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -1250,7 +1250,8 @@ if test ! "$yap_cv_cplint" = "no"
ENABLE_CPLINT="" ENABLE_CPLINT=""
if test "$target_os" = "cygwin" -o "$target_os" = "mingw32" if test "$target_os" = "cygwin" -o "$target_os" = "mingw32"
then then
CPLINT_SHLIB_LD="gcc -shared ../yap.dll" CPLINT_SHLIB_LD="gcc -shared ../../yap.dll"
SHLIB_SUFFIX="dll"
else else
CPLINT_SHLIB_LD=$SHLIB_LD CPLINT_SHLIB_LD=$SHLIB_LD
fi fi