fix GST_CONFIG_DIR
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Dec 2001 22:37:17 +0000 (22:37 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 16 Dec 2001 22:37:17 +0000 (22:37 +0000)
Original commit message from CVS:
fix GST_CONFIG_DIR

configure.ac

index 9bfee85..26bc3c8 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=$builddir
+  GST_CONFIG_DIR="\$(top_builddir)"
 else
   GST_CONFIG_DIR=/etc/gstreamer
 fi