From: ellson Date: Tue, 18 Oct 2005 21:09:45 +0000 (+0000) Subject: WITH_RUBY still needs to be defined X-Git-Tag: LAST_LIBGRAPH~32^2~7084 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d79de7e355a687f84cd49230e0a34b5b0cde1b0;p=graphviz WITH_RUBY still needs to be defined --- diff --git a/configure.ac b/configure.ac index 08d74cfd8..5ff0b4138 100644 --- a/configure.ac +++ b/configure.ac @@ -455,7 +455,7 @@ dnl INCLUDES and LIBS for RUBY #fi #AC_SUBST(RUBY_INCLUDES) #AC_SUBST(RUBY_LIBS) -#AM_CONDITIONAL(WITH_RUBY, [test "x$RUBY" != "x"]) +AM_CONDITIONAL(WITH_RUBY, [test "x$RUBY" != "x"]) dnl ----------------------------------- dnl INCLUDES and LIBS for TCL