From 886cbe19ecc093860a1ec0c8270741e976dee691 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 16 Dec 2001 22:15:02 +0000 Subject: [PATCH] try fixing GST_CONFIG_DIR Original commit message from CVS: try fixing GST_CONFIG_DIR --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c24474d..9bfee85 100644 --- a/configure.ac +++ b/configure.ac @@ -840,7 +840,7 @@ esac], [USE_PROFILING=no]) dnl Default value dnl default to building registry in the source tree if we are enabling plugin build dir -if test "x$PLUGINS_USE_BUILDDIR" = xyes; then +if test "x$PLUGINS_USE_BUILDDIR"="xyes"; then GST_CONFIG_DIR=$builddir else GST_CONFIG_DIR=/etc/gstreamer -- 2.7.4