mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 21:36:21 +00:00
Disable C plugins on Cygwin
This commit is contained in:
@@ -96,6 +96,9 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# c
|
# c
|
||||||
|
if test "x$PLATFORM" = xcygwin; then
|
||||||
|
AM_CONDITIONAL([BUILD_C_API], [false])
|
||||||
|
else
|
||||||
LT_INIT
|
LT_INIT
|
||||||
if test "x$enable_plugins" = xno; then
|
if test "x$enable_plugins" = xno; then
|
||||||
AM_CONDITIONAL([BUILD_C_API], [false])
|
AM_CONDITIONAL([BUILD_C_API], [false])
|
||||||
@@ -110,6 +113,7 @@ elif test "x$enable_c_plugins" != xno; then
|
|||||||
else
|
else
|
||||||
AM_CONDITIONAL([BUILD_C_API], [false])
|
AM_CONDITIONAL([BUILD_C_API], [false])
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# threading
|
# threading
|
||||||
ACX_PTHREAD([], [AC_MSG_ERROR([pthread is required])])
|
ACX_PTHREAD([], [AC_MSG_ERROR([pthread is required])])
|
||||||
|
|||||||
Reference in New Issue
Block a user