summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>2015-04-13 10:50:04 +0200
committerOlivier CrĂȘte <olivier.crete@collabora.com>2015-04-20 15:37:33 -0400
commit96f86788283e358455cd23f4a87997c20a58f36e (patch)
treecc059669b74f01d2ba01c0e708d14df26183c4a4
parent44837797ae5516bcd8bcae869c65a52d650e1eeb (diff)
downloadlibnice-96f86788283e358455cd23f4a87997c20a58f36e.tar.gz
configure.ac: Fix error when GUPnP is requested and not available
https://bugs.freedesktop.org/show_bug.cgi?id=90010
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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