Re: [Spice-devel] [spice-common] tests: Fix glib version check

2016-03-31 Thread Pavel Grunt
Ack, Pavel On Thu, 2016-03-31 at 13:35 +0200, Christophe Fergeau wrote: > The glib version checks were using #ifdef GLIB_CHECK_VERSION() rather > than  #if GLIB_CHECK_VERSION() > --- >  tests/test-logging.c | 4 ++-- >  1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/test-lo

[Spice-devel] [spice-common] tests: Fix glib version check

2016-03-31 Thread Christophe Fergeau
The glib version checks were using #ifdef GLIB_CHECK_VERSION() rather than #if GLIB_CHECK_VERSION() --- tests/test-logging.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-logging.c b/tests/test-logging.c index c02905f..cb929f9 100644 --- a/tests/test-logging.c