URL: https://github.com/freeipa/freeipa/pull/171
Title: #171: Build system cleanup phase 2

tiran commented:
"""
I agree with @lslebodn . It should be possible to build only the necessary bits 
and pieces for an IPA client. It should be rather simple to implement a 
```--without-server``` ```AC_ARG_WITH()``` in another PR. Just move server-only 
```PKG_CHECK_MODULES``` and ```AC_CONFIG_FILES()``` blocks into a ```if test 
"x$with_server" = "xyes"; then ... fi```` block.
"""

See the full comment at 
https://github.com/freeipa/freeipa/pull/171#issuecomment-255093805
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to