fix from Company
authorAndy Wingo <wingo@pobox.com>
Mon, 7 Jan 2002 21:32:34 +0000 (21:32 +0000)
committerAndy Wingo <wingo@pobox.com>
Mon, 7 Jan 2002 21:32:34 +0000 (21:32 +0000)
Original commit message from CVS:
fix from Company

configure.ac

index 5c0ab93..dd7a3f6 100644 (file)
@@ -430,7 +430,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=`pwd`
 else
   GST_CONFIG_DIR=/etc/gstreamer