From 82531b3af18996db6125602ebdd057e15422c2dc Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 7 Nov 2008 23:38:48 +0000 Subject: [PATCH] add detection for wish8.6 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2e3c4a66b..aefbdd4c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1496,7 +1496,7 @@ if test "x$use_tk" = "x"; then [AC_HELP_STRING([--with-wish=PROG], [use a specific wish])], WISH=$withval,) if test "x$WISH" = "x"; then - AC_PATH_PROGS(WISH,[wish8.5 wish8.4 wish8.3 wish]) + AC_PATH_PROGS(WISH,[wish8.6 wish8.5 wish8.4 wish8.3 wish]) if test "x$WISH" = "x"; then AC_MSG_WARN([Unable to find a wish. The Tk packages will not be built]) use_tk="No (wish not found)" -- 2.40.0