Fix a cut-and-paste-o. (s/LUA50/LUA/)

Originally committed to SVN as r2163.
This commit is contained in:
Amar Takhar 2008-03-31 19:28:56 +00:00
parent 58788ea5ce
commit bc0811d4f3
1 changed files with 2 additions and 2 deletions

View File

@ -546,8 +546,8 @@ else
fi
AM_CONDITIONAL([HAVE_AUTO4_LUA], [test "$with_auto4" != "no"])
AC_SUBST(LUA50_CFLAGS)
AC_SUBST(LUA50_LDFLAGS)
AC_SUBST(LUA_CFLAGS)
AC_SUBST(LUA_LDFLAGS)
##################