From 9ffdd11672a7a7bafef96fc381efbf6c9311057c 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 --- 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.1.0