]> git.pld-linux.org Git - packages/dircproxy.git/blobdiff - dircproxy-ac_fix.patch
- tabs in preamble
[packages/dircproxy.git] / dircproxy-ac_fix.patch
index eeed2665e3f2d2d43574dc4838eebc0eb82706d2..c4259536d127d37c54cda26f9457746ff55be07c 100644 (file)
 -      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.
This page took 0.059029 seconds and 4 git commands to generate.