Github user jrushf1239k commented on the pull request:

    https://github.com/apache/trafficserver/pull/494#issuecomment-187374466
  
    I think this change is good as the configure.ac has the enable-cppapi 
check. so, configure won't create a makefile unless both options are used.  I 
tested the change in my environment and it fixes the problem.  with only 
--enable-experminental-plugins, all builds okay.  When I add --enable-cppapi 
and as long as I have the imagemagick libraries and the check passes, the 
webp_transform plugin is built.:
    
    1941 AS_IF([test "x$enable_experimental_plugins" = "xyes"], [
    1942   AS_IF([test "x$enable_cppapi" = "xyes"], [
    1943     AC_CONFIG_FILES([plugins/experimental/webp_transform/Makefile])
    1944   ])])


---
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