You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by jpeach <gi...@git.apache.org> on 2016/08/30 22:02:07 UTC

[GitHub] trafficserver issue #946: TS-4767: Add warning for Linux AIO build option

Github user jpeach commented on the issue:

    https://github.com/apache/trafficserver/pull/946
  
    I think the message would be more legible with ``AC_MSG_WARN``. For example:
    ```
    AS_IF([test "x$enable_linux_native_aio" = "xyes"], [
        AC_MSG_WARN([Linux AIO will burn down your house])
        ...
    ```
    
    Also, should we log a warning on startup?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---