forked from mia/Aegisub
Remove some debugging cruft that was left in by accident.
Originally committed to SVN as r1901.
This commit is contained in:
parent
8e8f45c715
commit
ef09793948
1 changed files with 0 additions and 2 deletions
|
@ -444,9 +444,7 @@ AM_CONDITIONAL([HAVE_AUTO3_LUA], [test "$with_auto3" != "no"])
|
||||||
AC_SUBST(LUA50_CPPFLAGS)
|
AC_SUBST(LUA50_CPPFLAGS)
|
||||||
AC_SUBST(LUA50_LDFLAGS)
|
AC_SUBST(LUA50_LDFLAGS)
|
||||||
|
|
||||||
echo "with_automation: ($with_automation)"
|
|
||||||
if test "$with_automation" = "yes"; then
|
if test "$with_automation" = "yes"; then
|
||||||
echo "here"
|
|
||||||
AC_DEFINE(WITH_AUTOMATION, 1, [Enable Automation support, requires any automation language.])
|
AC_DEFINE(WITH_AUTOMATION, 1, [Enable Automation support, requires any automation language.])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue