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

configure.ac

index c24474d..9bfee85 100644 (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