From: Andy Wingo Date: Mon, 7 Jan 2002 21:32:34 +0000 (+0000) Subject: fix from Company X-Git-Tag: RELEASE-0_3_1-BELGIANBEER~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=15a22cc4c0ed96f8a1fc044a9483c75597b46d1a;p=platform%2Fupstream%2Fgstreamer.git fix from Company Original commit message from CVS: fix from Company --- diff --git a/configure.ac b/configure.ac index 5c0ab93..dd7a3f6 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