]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Restore the configure check for GTK 1, which I accidentally removed
authorSimon Tatham <anakin@pobox.com>
Sat, 22 May 2010 14:07:25 +0000 (14:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 22 May 2010 14:07:25 +0000 (14:07 +0000)
as part of r8952 (the patch submitter had done it as a temporary
measure and I forgot to undo it before checkin).

[originally from svn r8956]
[r8952 == 99fffd6ed357d25a228637be173e8187746b6b77]

unix/configure.ac

index fd881ad3e990784200de1944282211e37be3fa92..ce000cd2c24f446ba50daa6099045882940762ff 100644 (file)
@@ -32,7 +32,7 @@ AC_CHECK_HEADERS([utmpx.h sys/select.h],,,[
 #include <utmp.h>])
 
 # Look for both GTK 1 and GTK 2.
-AM_PATH_GTK([1.2.0], [gtk=1], [gtk=none])
+AM_PATH_GTK([1.2.0], [gtk=1], [gtk=none])
 AM_PATH_GTK_2_0([2.0.0], [gtk=2], [])
 if test "$gtk" = "none"; then
   all_targets="all-cli"