]> Pileus Git - ~andy/gtk/commit
./configure: fix error output for no -libXext
authorRyan Lortie <desrt@desrt.ca>
Mon, 16 Apr 2012 13:34:30 +0000 (09:34 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 20 Apr 2012 18:38:47 +0000 (14:38 -0400)
commite84809c56a9d5e008f1dd7ec69f1fe647590a97f
tree2f2b138d0ac104f9c9dd49e1631ca924e34a9f17
parent2c1839ae5f626e7ef5139b139e1ac9c8c6c04cf8
./configure: fix error output for no -libXext

Due to the way the tests are structured, a missing libXext will give a
warning about a missing libX11 (even if libX11 is installed).  This is
confusing to people who are trying to build Gtk.

https://bugzilla.gnome.org/show_bug.cgi?id=674200
configure.ac