diff --git a/configure.ac b/configure.ac index 5c0ab93c04..dd7a3f69c4 100644 --- a/configure.ac +++ b/configure.ac @@ -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