conditional compilation CLUSTER
This commit is contained in:
parent
1a5da55280
commit
c54d9b5d27
|
|
@ -935,7 +935,7 @@ if test "x$enable_cluster" = xyes; then
|
||||||
AC_DEFINE([CLUSTER], [], [Spice cluster support])
|
AC_DEFINE([CLUSTER], [], [Spice cluster support])
|
||||||
LIBS="$LIBS -lpthread"
|
LIBS="$LIBS -lpthread"
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([HAVE_CLUSTER_WANTED], [test "x$enable_cluster" = xyes])
|
AM_CONDITIONAL([CLUSTER_WANTED], [test "x$enable_cluster" = xyes])
|
||||||
|
|
||||||
if test "x$enable_expdevices" = xyes; then
|
if test "x$enable_expdevices" = xyes; then
|
||||||
AC_DEFINE([EXP_DEV], [], [Define if we want to enable experimental devices])
|
AC_DEFINE([EXP_DEV], [], [Define if we want to enable experimental devices])
|
||||||
|
|
|
||||||
|
|
@ -97,7 +97,7 @@ libckt_la_SOURCES = \
|
||||||
transetp.c
|
transetp.c
|
||||||
|
|
||||||
|
|
||||||
if HAVE_CLUSTER_WANTED
|
if CLUSTER_WANTED
|
||||||
libckt_la_SOURCES += cluster.c
|
libckt_la_SOURCES += cluster.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue