Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DLNA-RUI
gupnp
Commits
b31c86a0
Commit
b31c86a0
authored
Aug 20, 2013
by
Jens Georg
Browse files
Drop extra check for GTest
We require GLib >= 2.24 anyway now.
parent
84512d8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
b31c86a0
...
...
@@ -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
...
...
tests/gtest/Makefile.am
View file @
b31c86a0
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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment