From: ellson Date: Tue, 18 Oct 2005 21:12:11 +0000 (+0000) Subject: cur&paste error X-Git-Tag: LAST_LIBGRAPH~32^2~7048 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdad3aa133559589ed91b501af1722898ed539ee;p=graphviz cur&paste error --- diff --git a/configure.ac b/configure.ac index c6292fc40..28920bd07 100644 --- a/configure.ac +++ b/configure.ac @@ -335,8 +335,8 @@ if test "x$GUILE" != "x"; then if test $GUILE_VERSION_MAJOR -lt 1; then GUILE= else - if test $SWIG_VERSION_MINOR -lt 4; then - SWIG= + if test $GUILE_VERSION_MINOR -lt 4; then + GUILE= fi fi fi