Mercurial > mplayer.hg
changeset 36792:f55acdc8aa2b
configure: Revise comments in GUI specific tests.
author | ib |
---|---|
date | Wed, 19 Feb 2014 16:18:23 +0000 |
parents | 615b03f81c91 |
children | bc1787a9684a |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Wed Feb 19 16:11:13 2014 +0000 +++ b/configure Wed Feb 19 16:18:23 2014 +0000 @@ -7832,9 +7832,8 @@ fi echores "$_xshape" - # Check for GTK + # Check for GTK2 if test "$_gtk1" = no ; then - # Check for GTK2 : echocheck "GTK+ version" if $_pkg_config gtk+-2.0 --exists ; then @@ -7862,8 +7861,8 @@ fi fi + # Check for (old) GTK1 if test "$_gtk1" = yes ; then - # Check for old GTK (1.2.x) echocheck "GTK+ version" if test -z "$_gtkconfig" ; then @@ -7880,7 +7879,7 @@ libs_mplayer="$libs_mplayer $($_gtkconfig --libs 2>&1)" echores "$_gtk (using $_gtkconfig)" - # Check for GLIB + # Check for (old) GLIB1 echocheck "GLib version" if test -z "$_glibconfig" ; then if ( glib-config --version ) >/dev/null 2>&1 ; then