From: simon Date: Sat, 22 May 2010 14:07:25 +0000 (+0000) Subject: Restore the configure check for GTK 1, which I accidentally removed X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/9b5284fdc2910385389db6fd0d7bd13690ed2d7e Restore the configure check for GTK 1, which I accidentally removed as part of r8952 (the patch submitter had done it as a temporary measure and I forgot to undo it before checkin). git-svn-id: svn://svn.tartarus.org/sgt/putty@8956 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/configure.ac b/unix/configure.ac index fd881ad3..ce000cd2 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -32,7 +32,7 @@ AC_CHECK_HEADERS([utmpx.h sys/select.h],,,[ #include ]) # 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"