From: Thomas Vander Stichele Date: Fri, 7 Dec 2001 17:50:01 +0000 (+0000) Subject: libglade should work now X-Git-Tag: BRANCH-BUILD1-200112101-ROOT~68 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=03ae7e61aa60a5f99c9befbb0b69dd8e04797968;p=platform%2Fupstream%2Fgstreamer.git libglade should work now Original commit message from CVS: libglade should work now --- diff --git a/configure.base b/configure.base index 0006e3a..f0d135f 100644 --- a/configure.base +++ b/configure.base @@ -403,8 +403,8 @@ if test x$USE_GLIB2 = xyes; then LIBGLADE_GNOME_CFLAGS= AC_MSG_WARN(libglade disabled for glib2.0) else - AM_PATH_LIBGLADE(HAVE_LIBGLADE="yes", HAVE_LIBGLADE="no", gnome) - if test x$HAVE_LIBGLADE = xno; then + AM_PATH_LIBGLADE(HAVE_LIBGLADE_GNOME="yes", HAVE_LIBGLADE_GNOME="no", gnome) + if test x$HAVE_LIBGLADE_GNOME = xno; then AC_MSG_WARN(Couldn't find libglade-config - Can't build gstplay) LIBGLADE_GNOME_LIBS= LIBGLADE_GNOME_CFLAGS=