From: ellson Date: Thu, 22 Dec 2005 17:34:48 +0000 (+0000) Subject: new version of automake detected a typo X-Git-Tag: LAST_LIBGRAPH~32^2~6913 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccd2de4d651ee054bd137eca8550e354318631d8;p=graphviz new version of automake detected a typo --- diff --git a/configure.ac b/configure.ac index 58c87613f..6196a63ce 100644 --- a/configure.ac +++ b/configure.ac @@ -409,10 +409,10 @@ AC_ARG_ENABLE(lua, [AC_HELP_STRING([--disable-lua], [don't support lua language bindings])]) if test "x$enable_lua" != "xno"; then AC_CHECK_PROG(LUA,lua,lua) -IO_INCLUDES= -IO_LIBS= -AC_SUBST(IO_INCLUDES) -AC_SUBST(IO_LIBS) +LUA_INCLUDES= +LUA_LIBS= +AC_SUBST(LUA_INCLUDES) +AC_SUBST(LUA_LIBS) fi fi AM_CONDITIONAL(WITH_LUA, [test "x$LUA" != "x"])