configure.ac: Fix error when GUPnP is requested and not available
authorJose Antonio Santos Cadenas <santoscadenas@gmail.com>
Mon, 13 Apr 2015 08:50:04 +0000 (10:50 +0200)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Mon, 20 Apr 2015 19:37:33 +0000 (15:37 -0400)
https://bugs.freedesktop.org/show_bug.cgi?id=90010

configure.ac

index 1177209..d9728b7 100644 (file)
@@ -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