From c705c78082485185c30d281ea4923b51fe942c10 Mon Sep 17 00:00:00 2001 From: "David I. Lehn" Date: Wed, 14 Mar 2001 06:46:44 +0000 Subject: [PATCH] Fix --with-gstreamer-prefix via s/glib/gstreamer/ Original commit message from CVS: Fix --with-gstreamer-prefix via s/glib/gstreamer/ --- gstreamer.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer.m4 b/gstreamer.m4 index c2be0a5b53..3a564b2a52 100644 --- a/gstreamer.m4 +++ b/gstreamer.m4 @@ -23,14 +23,14 @@ dnl gstreamer_config_args="$gstreamer_config_args --prefix=$gstreamer_config_prefix" ; if test "x${GSTREAMER_CONFIG+set}" != "xset" ; then - GSTREAMER_CONFIG="$glib_config_prefix/bin/gstreamer-config" + GSTREAMER_CONFIG="$gstreamer_config_prefix/bin/gstreamer-config" fi fi if test "x$gstreamer_config_exec_prefix" != "x"; then gstreamer_config_args="$gstreamer_config_args --exec-prefix=$gstreamer_config_exec_prefix" ; if test "x${GSTREAMER_CONFIG+set}" != "xset" ; then - GSTREAMER_CONFIG="$glib_config_exec_prefix/bin/gstreamer-config" + GSTREAMER_CONFIG="$gstreamer_config_exec_prefix/bin/gstreamer-config" fi fi