]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Move comment
authorYang Tse <yangsita@gmail.com>
Fri, 16 Oct 2009 13:30:31 +0000 (13:30 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 16 Oct 2009 13:30:31 +0000 (13:30 +0000)
include/curl/curl.h

index 4b79eca9f4b42d42d90ae7bdb9ac34cec95577cd..761e69a2beb205527c96998644bf5e716fcb7d06 100644 (file)
  *   http://cool.haxx.se/mailman/listinfo/curl-library/
  */
 
+/*
+ * Leading 'curl' path on the 'curlbuild.h' include statement is
+ * required to properly allow building outside of the source tree,
+ * due to the fact that in this case 'curlbuild.h' is generated in
+ * a subdirectory of the build tree while 'curl.h actually remains
+ * in a subdirectory of the source tree.
+ */
+
 #include "curlver.h"         /* libcurl version defines   */
-/* The leading path on the following include statement is required to properly
-   allow building outside of the source tree, because then curlbuild.h is not
-   generated in the same directory as curl.h. Do not remove it, unless you
-   know what you're doing. */
 #include "curl/curlbuild.h"  /* libcurl build definitions */
 #include "curlrules.h"       /* libcurl rules enforcement */