Remove some debugging cruft that was left in by accident.

Originally committed to SVN as r1901.
This commit is contained in:
Amar Takhar 2008-03-05 15:34:50 +00:00
parent 8e8f45c715
commit ef09793948
1 changed files with 0 additions and 2 deletions

View File

@ -444,9 +444,7 @@ AM_CONDITIONAL([HAVE_AUTO3_LUA], [test "$with_auto3" != "no"])
AC_SUBST(LUA50_CPPFLAGS)
AC_SUBST(LUA50_LDFLAGS)
echo "with_automation: ($with_automation)"
if test "$with_automation" = "yes"; then
echo "here"
AC_DEFINE(WITH_AUTOMATION, 1, [Enable Automation support, requires any automation language.])
fi