]> git.pld-linux.org Git - packages/dircproxy.git/commitdiff
s#, ,#, [],# dircproxy-1_0_3-1
authorkloczek <kloczek@pld-linux.org>
Sun, 14 Jul 2002 20:54:51 +0000 (20:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dircproxy-ac_fix.patch -> 1.2

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_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.
 +            )
  
  dnl Do strange debug stuff.
This page took 0.076132 seconds and 4 git commands to generate.