mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-27 02:02:26 +00:00
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).
[originally from svn r8956]
[r8952 == 99fffd6ed3
]
This commit is contained in:
parent
99fffd6ed3
commit
a6957f606b
@ -32,7 +32,7 @@ AC_CHECK_HEADERS([utmpx.h sys/select.h],,,[
|
|||||||
#include <utmp.h>])
|
#include <utmp.h>])
|
||||||
|
|
||||||
# Look for both GTK 1 and GTK 2.
|
# 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], [])
|
AM_PATH_GTK_2_0([2.0.0], [gtk=2], [])
|
||||||
if test "$gtk" = "none"; then
|
if test "$gtk" = "none"; then
|
||||||
all_targets="all-cli"
|
all_targets="all-cli"
|
||||||
|
Loading…
Reference in New Issue
Block a user