From 55bf6b877ff8d0a113f63b31c611779815d7fc2d Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 25 Apr 2002 16:11:26 +0000 Subject: [PATCH] - ac25x patch updated to work with autoconf 2.53 Changed files: w3c-libwww-ac25x.patch -> 1.2 --- w3c-libwww-ac25x.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/w3c-libwww-ac25x.patch b/w3c-libwww-ac25x.patch index 78f4e78..0bb0f41 100644 --- a/w3c-libwww-ac25x.patch +++ b/w3c-libwww-ac25x.patch @@ -251,6 +251,16 @@ dnl Checks for configuration arguments AC_MSG_CHECKING(whether to support direct WAIS access.) +@@ -986,7 +986,8 @@ + ;; + *) + AC_MSG_RESULT(yes) +- AC_DEFINE(_POSIX_SOURCE) [CFLAGS="$CFLAGS -D_POSIX_SOURCE"] ++ AC_DEFINE(_POSIX_SOURCE,,[Define if you need to in order for stat and other things to work.]) ++ [CFLAGS="$CFLAGS -D_POSIX_SOURCE"] + ;; + esac ], + AC_MSG_RESULT(no) @@ -1006,7 +1006,6 @@ Library/Makefile Library/User/Makefile Library/User/Patch/Makefile Library/User/Architecture/Makefile Library/User/Using/Makefile Library/User/Guide/Makefile -- 2.43.0