[gnutls-devel] [sr #108724] Configure option to avoid building tools
Nikos Mavrogiannopoulos
INVALID.NOREPLY at gnu.org
Wed Jan 14 23:01:09 CET 2015
Follow-up Comment #10, sr #108724 (project gnutls):
I realized that there some conditional checks in the patch similar to:
if test "$enable_tools$enable_doc" != "no"
if test "$enable_tools$enable_doc" != "nono"
I find these quite confusing. Please resubmit a patch with clear such as:
if test "$enable_tools" != "no" && test "$enable_doc" != "no"
A question on the patch, is why do you do:
+if ENABLE_TOOLS
+SUBDIRS += src
+else
+SUBDIRS += src/gl
+endif
Why is the src/gl compiled if no tools are there?
Other than these the patch looks ok.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/support/?108724>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
More information about the Gnutls-devel
mailing list