X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=configure.in;h=a2337930bf8e0668a97638a65bcb402ab766d9e0;hp=f9ba1a78069c2767ca92efc5a145f678f3341c30;hb=6cee540bdbb571485cd5e519f89f389faebd0495;hpb=40eacb5812ef7c0e3374fb139afbb4f5bc8bbfb5 diff --git a/configure.in b/configure.in index f9ba1a78..a2337930 100644 --- a/configure.in +++ b/configure.in @@ -3710,7 +3710,10 @@ if test "$gtk2_halfassed" != no ; then fi -if test "$with_gnome_req" = yes -a "$have_gnome" = no ; then +if test "$with_gnome_req" = yes -a "$have_gnome" = no \ + -a "$have_gtk2" = no; then + # don't issue this warning if we have GTK2 -- in that case, the + # Gnome-specific code isn't needed. warn 'Use of the Gnome Control Panel was requested, but the necessary' warn2 'headers and/or libraries were not found.' fi