Changeset 1677
- Timestamp:
- 02/20/2007 05:09:24 PM (1 year ago)
- Files:
-
- branches/lighttpd-1.4.x/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/lighttpd-1.4.x/configure.in
r1665 r1677 399 399 AC_MSG_RESULT($WITH_LUA) 400 400 if test "$WITH_LUA" != "no"; then 401 if test "$WITH_LUA" = ="yes"; then401 if test "$WITH_LUA" = "yes"; then 402 402 WITH_LUA=lua 403 403 fi

