2008-10-22 Jan Schmidt <jan.schmidt@sun.com>
+ * configure.ac:
+ Fix a bug in the output of the configure script summary
+ when --gst-disable-registry is supplied
+
+2008-10-22 Jan Schmidt <jan.schmidt@sun.com>
+
* libs/gst/base/gstbitreader.c:
* libs/gst/base/gstbytereader.c:
Fix the names of 2 functions in the docs strings.
if test "x${GST_DISABLE_TRACE}" = "xno"; then enable_trace="yes"; fi
if test "x${GST_DISABLE_ALLOC_TRACE}" = "xno"; then enable_alloc_trace="yes"; fi
if test "x${GST_DISABLE_PLUGIN}" = "xno"; then enable_plugin="yes"; fi
+if test "x${GST_DISABLE_REGISTRY}" = "xno"; then enable_registry="yes"; fi
if test "x${GST_DISABLE_NET}" = "xno"; then enable_net="yes"; fi
echo "
Option parsing in gst_init : ${enable_option_parsing}
Tracing subsystem : ${enable_trace}
Allocation tracing : ${enable_alloc_trace}
- Plugin registry : ${enable_plugin}
+ Plugin registry : ${enable_registry}
+ Plugin support : ${enable_plugin}
Network support : ${enable_net}
Debug : ${USE_DEBUG}