]> git.saurik.com Git - apt.git/blobdiff - COMPILING
Made configure smarter about detecting the previous hp-...
[apt.git] / COMPILING
index e86b8c355d03bfae2d0f000dcdec01df8c21899b..ec02c3cd6eb57d5ca6f4df3a70a13fcd0f89300a 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -61,7 +61,8 @@ HP-UX
      1) snprintf exists but is not prototyped, ignore spurios warnings
      2) No socklen_t
      3) Requires -D_XOPEN_SOURCE_EXTENDED for h_errno
-    Items 2 and 3 have to be fixed by hand. Insert this into
+    configure attempts to detect items 2 and 3, and tries to fix them.  If
+    not, you can add the following into(patches welcome to configure.in)
     build/include/netdb.h:
     
     #define _XOPEN_SOURCE_EXTENDED