mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
libglade should work now
Original commit message from CVS: libglade should work now
This commit is contained in:
parent
db9b930636
commit
03ae7e61aa
1 changed files with 2 additions and 2 deletions
|
@ -403,8 +403,8 @@ if test x$USE_GLIB2 = xyes; then
|
||||||
LIBGLADE_GNOME_CFLAGS=
|
LIBGLADE_GNOME_CFLAGS=
|
||||||
AC_MSG_WARN(libglade disabled for glib2.0)
|
AC_MSG_WARN(libglade disabled for glib2.0)
|
||||||
else
|
else
|
||||||
AM_PATH_LIBGLADE(HAVE_LIBGLADE="yes", HAVE_LIBGLADE="no", gnome)
|
AM_PATH_LIBGLADE(HAVE_LIBGLADE_GNOME="yes", HAVE_LIBGLADE_GNOME="no", gnome)
|
||||||
if test x$HAVE_LIBGLADE = xno; then
|
if test x$HAVE_LIBGLADE_GNOME = xno; then
|
||||||
AC_MSG_WARN(Couldn't find libglade-config - Can't build gstplay)
|
AC_MSG_WARN(Couldn't find libglade-config - Can't build gstplay)
|
||||||
LIBGLADE_GNOME_LIBS=
|
LIBGLADE_GNOME_LIBS=
|
||||||
LIBGLADE_GNOME_CFLAGS=
|
LIBGLADE_GNOME_CFLAGS=
|
||||||
|
|
Loading…
Reference in a new issue