try fixing GST_CONFIG_DIR

Original commit message from CVS:
try fixing GST_CONFIG_DIR
This commit is contained in:
Thomas Vander Stichele 2001-12-16 22:15:02 +00:00
parent b343c988b6
commit 886cbe19ec

View file

@ -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