fixed CONFIG_DIR issues
authorAndy Wingo <wingo@pobox.com>
Sun, 16 Dec 2001 23:36:12 +0000 (23:36 +0000)
committerAndy Wingo <wingo@pobox.com>
Sun, 16 Dec 2001 23:36:12 +0000 (23:36 +0000)
Original commit message from CVS:
fixed CONFIG_DIR issues

configure.ac

index 26bc3c8..8e40988 100644 (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