fix GST_CONFIG_DIR

Original commit message from CVS:
fix GST_CONFIG_DIR
This commit is contained in:
Thomas Vander Stichele 2001-12-16 22:37:17 +00:00
parent 886cbe19ec
commit 2abe84ac12

View file

@ -841,7 +841,7 @@ esac],
dnl default to building registry in the source tree if we are enabling plugin build dir 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 GST_CONFIG_DIR="\$(top_builddir)"
else else
GST_CONFIG_DIR=/etc/gstreamer GST_CONFIG_DIR=/etc/gstreamer
fi fi