fixed CONFIG_DIR issues

Original commit message from CVS:
fixed CONFIG_DIR issues
This commit is contained in:
Andy Wingo 2001-12-16 23:36:12 +00:00
parent 2abe84ac12
commit 644940125e

View file

@ -841,7 +841,7 @@ esac],
dnl default to building registry in the source tree if we are enabling plugin build dir
if test "x$PLUGINS_USE_BUILDDIR"="xyes"; then
GST_CONFIG_DIR="\$(top_builddir)"
GST_CONFIG_DIR=`pwd`
else
GST_CONFIG_DIR=/etc/gstreamer
fi