[gupnp] Drop extra check for GTest
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp] Drop extra check for GTest
- Date: Tue, 20 Aug 2013 10:36:01 +0000 (UTC)
commit b31c86a0626022ec3b7da1c7df540f4cb6f29537
Author: Jens Georg <mail jensge org>
Date: Tue Aug 20 12:08:01 2013 +0200
Drop extra check for GTest
We require GLib >= 2.24 anyway now.
configure.ac | 3 ---
tests/gtest/Makefile.am | 2 --
2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 68daf8c..6247968 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,6 @@ LT_PREREQ([2.2])
LT_INIT
-PKG_CHECK_MODULES(GTest, glib-2.0 >= 2.16, [gtest=yes], [gtest=no])
-AM_CONDITIONAL(HAVE_GTEST, [test x$gtest = xyes])
-
AC_MSG_CHECKING([operating system])
os_win32=no
case "$target_os" in
diff --git a/tests/gtest/Makefile.am b/tests/gtest/Makefile.am
index 2578a93..2602a00 100644
--- a/tests/gtest/Makefile.am
+++ b/tests/gtest/Makefile.am
@@ -1,4 +1,3 @@
-if HAVE_GTEST
TESTS_ENVIRONMENT = G_SLICE=debug-blocks \
LD_LIBRARY_PATH=$(top_builddir)/libgupnp/.libs:$(LD_LIBRARY_PATH)
@@ -8,7 +7,6 @@ check_PROGRAMS = test-context test-bugs
test_context_SOURCES = test-context.c
test_bugs_SOURCES = test-bugs.c
-endif
LDADD = \
$(top_builddir)/libgupnp/libgupnp-1.0.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]