From 9a0d9e965b83a118a999f7f7e8896180d85311d6 Mon Sep 17 00:00:00 2001 From: kloczek Date: Sun, 14 Jul 2002 20:54:51 +0000 Subject: [PATCH] s#, ,#, [],# Changed files: dircproxy-ac_fix.patch -> 1.2 --- dircproxy-ac_fix.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dircproxy-ac_fix.patch b/dircproxy-ac_fix.patch index eeed266..c425953 100644 --- a/dircproxy-ac_fix.patch +++ b/dircproxy-ac_fix.patch @@ -10,14 +10,14 @@ - AC_MSG_WARN([couldn't find your gethostbyname() function]))) -AC_CHECK_FUNC(crypt, , AC_CHECK_LIB(crypt, crypt, , - AC_MSG_WARN([couldn't find your crypt() function]))) -+AC_CHECK_FUNC(socket, , -+ AC_CHECK_LIB(socket, socket, , AC_MSG_WARN([couldn't find your socket() function])) ++AC_CHECK_FUNC(socket, [], ++ AC_CHECK_LIB(socket, socket, [], AC_MSG_WARN([couldn't find your socket() function])) + ) -+AC_CHECK_FUNC(gethostbyname, , -+ AC_CHECK_LIB(nsl, gethostbyname, , AC_MSG_WARN([couldn't find your gethostbyname() function])) ++AC_CHECK_FUNC(gethostbyname, [], ++ AC_CHECK_LIB(nsl, gethostbyname, [], AC_MSG_WARN([couldn't find your gethostbyname() function])) + ) -+AC_CHECK_FUNC(crypt, , -+ AC_CHECK_LIB(crypt, crypt, , AC_MSG_WARN([couldn't find your crypt() function])) ++AC_CHECK_FUNC(crypt, [], ++ AC_CHECK_LIB(crypt, crypt, [], AC_MSG_WARN([couldn't find your crypt() function])) + ) dnl Do strange debug stuff. -- 2.43.0