mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2026-02-01 17:20:32 +00:00
Honor '--without-cunit' configure flag
This commit is contained in:
parent
b6f7b134a6
commit
e4c6aa14e2
@ -138,7 +138,7 @@ if test "x$CUNITDIR" != "x"; then
|
||||
CPPFLAGS="${CPPFLAGS_SAVE}"
|
||||
fi
|
||||
|
||||
if test "$FOUND_CUNIT" = "YES"; then
|
||||
if test "$FOUND_CUNIT" = "YES" && test x${with_cunit} != "xno"; then
|
||||
AC_DEFINE([HAVE_CUNIT], [1], [Have CUnit])
|
||||
CUNIT_STATUS="enabled"
|
||||
if test $CUNITDIR; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user