]> granicus.if.org Git - graphviz/commitdiff
test for wish before wish8.4
authorellson <devnull@localhost>
Sun, 6 Jan 2008 16:16:33 +0000 (16:16 +0000)
committerellson <devnull@localhost>
Sun, 6 Jan 2008 16:16:33 +0000 (16:16 +0000)
configure.ac

index 31e40d91f8a0e2b8d8f7a75f694bfdb7076acec7..1298b0e0c884fd1a6abd8e4673daf3a136a5fc15 100644 (file)
@@ -1257,13 +1257,13 @@ if test "$HAVE_TK" = "1"; then
         [AC_HELP_STRING([--with-wish=PROG], [use a specific wish])],
         WISH=$withval,)
     if test "x$WISH" = "x"; then
-        AC_PATH_PROG(WISH,wish8.5)
+        AC_PATH_PROG(WISH,wish)
         if test "x$WISH" = "x"; then
-            AC_PATH_PROG(WISH,wish8.4)
+            AC_PATH_PROG(WISH,wish8.5)
             if test "x$WISH" = "x"; then
-               AC_PATH_PROG(WISH,wish8.3)
+               AC_PATH_PROG(WISH,wish8.4)
                if test "x$WISH" = "x"; then
-                    AC_PATH_PROG(WISH,wish)
+                    AC_PATH_PROG(WISH,wish8.3)
                 fi
             fi
        fi