Changeset 1677

Show
Ignore:
Timestamp:
02/20/2007 05:09:24 PM (1 year ago)
Author:
darix
Message:

- make the configure check for lua more portable

patch by Jörg Sonnenberger

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/lighttpd-1.4.x/configure.in

    r1665 r1677  
    399399AC_MSG_RESULT($WITH_LUA) 
    400400if test "$WITH_LUA" != "no"; then 
    401  if test "$WITH_LUA" == "yes"; then 
     401 if test "$WITH_LUA" = "yes"; then 
    402402  WITH_LUA=lua 
    403403 fi