From 96f86788283e358455cd23f4a87997c20a58f36e Mon Sep 17 00:00:00 2001 From: Jose Antonio Santos Cadenas Date: Mon, 13 Apr 2015 10:50:04 +0200 Subject: [PATCH] configure.ac: Fix error when GUPnP is requested and not available https://bugs.freedesktop.org/show_bug.cgi?id=90010 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1177209..d9728b7 100644 --- a/configure.ac +++ b/configure.ac @@ -284,7 +284,7 @@ if test "x$WANT_GUPNP" != "xno"; then [ HAVE_GUPNP=no ]) fi if test "x$WANT_GUPNP" = "xyes" && test "x$HAVE_GUPNP" = "xno"; then - AC_MSG_ERROR(Requested GUPnP IGD, but it is not available) + AC_MSG_ERROR([Requested GUPnP IGD, but it is not available]) fi if test "x$HAVE_GUPNP" = "xyes"; then -- 2.7.4