X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.in;h=c5d35b08d3792c950fce24e807254877aa19c4a6;hb=b28230ab11ea960e0bf0ea04ceeaf88131ab2f02;hp=10468715f7f0ecd7e72310f2772cb21f5748ce9f;hpb=4dd885245b0ce82b18609ab4a05d0d5868ff1391;p=yaz-moved-to-github.git diff --git a/configure.in b/configure.in index 1046871..c5d35b0 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl YAZ Toolkit, Index Data 1994-2002 dnl See the file LICENSE for details. -dnl $Id: configure.in,v 1.87 2002-09-11 21:25:56 adam Exp $ +dnl $Id: configure.in,v 1.89 2002-09-16 18:45:13 adam Exp $ AC_INIT(include/yaz/yaz-version.h) AM_INIT_AUTOMAKE(yaz, 1.9.1) dnl @@ -183,7 +183,7 @@ else #include #include ], - [getpeername(0, (struct sockaddr *)NULL, (size_t *)0);], + [size_t mylen; getpeername(0, (struct sockaddr *)NULL, &mylen);], ac_cv_check_getpeername_accepts_size_t=yes, ac_cv_check_getpeername_accepts_size_t=no)]) AC_MSG_RESULT($ac_cv_check_getpeername_accepts_size_t) @@ -328,9 +328,9 @@ server/Makefile include/Makefile include/yaz/Makefile lib/Makefile -zoom/Makefile client/Makefile ztest/Makefile +zoom/Makefile doc/Makefile doc/yaz.xml doc/yazhtml.dsl