summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKrzesimir Nowak <krnowak@openismus.com>2012-11-28 11:20:39 +0100
committerJens Georg <mail@jensge.org>2013-01-16 11:27:52 +0100
commit095fa360062f9744bec9478a6c9e5da32256f4f0 (patch)
tree4fb8e673fabc1440ca37cb23500eb63f73451a23 /configure.ac
parent0d51ec38b2038b6baf0c3b0e6f97c71d2f2347ed (diff)
downloadgupnp-dlna-095fa360062f9744bec9478a6c9e5da32256f4f0.tar.gz
Fix a status message when GStreamer is not found.
When enable-gstreamer-metadata-backend is auto and GStreamer is not found then we should display 'no' instead of 'auto'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 03b9e47..e5b4186 100644
--- a/configure.ac
+++ b/configure.ac
@@ -89,6 +89,8 @@ then
elif test "x$enable_gstreamer_metadata_backend" = 'xyes'
then
AC_MSG_ERROR([GStreamer $GST_MAJORMINOR not found.])
+ else
+ enable_gstreamer_metadata_backend='no'
fi
fi