Github user zwoop commented on a diff in the pull request:

    https://github.com/apache/trafficserver/pull/1494#discussion_r103118882
  
    --- Diff: configure.ac ---
    @@ -1154,6 +1167,19 @@ TS_CHECK_ZLIB
     TS_CHECK_LZMA
     
     #
    +# System LuaJIT
    +#
    +
    +if test "x$with_system_luajit" == "xyes"; then
    +    saveLIBS=$LIBS
    +    LIBS=""
    +    AC_CHECK_LIB(luajit-5.1, luaL_newstate, [],
    --- End diff --
    
    We can be sure the luajit library, even though it's in version "2.x", will 
remain being libluajit-5.1 ? And this is consistent across platforms that 
supports it? I did check my F25 installation, and it does exist there.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to