summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ed030a9..1b610f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,7 +27,7 @@ fi
PKG_CHECK_MODULES(GSSDP, [gssdp-1.0 >= 0.11.0])
-PKG_CHECK_MODULES(GUPNP, [gupnp-1.0 >= 0.17.0],
+PKG_CHECK_MODULES(GUPNP, [gupnp-1.0 >= 0.18.0],
has_gupnp=yes,
has_gupnp=no)
AM_CONDITIONAL(WITH_GUPNP, [test "x$has_gupnp" = "xyes"])