dnl Zebra, Index Data ApS, 1995-2006
-dnl $Id: configure.ac,v 1.38 2006-11-17 17:32:45 adam Exp $
+dnl $Id: configure.ac,v 1.39 2006-11-23 21:38:26 adam Exp $
dnl
AC_PREREQ(2.59)
AC_INIT([idzebra],[2.0.5],[zebra-help@indexdata.dk])
AM_PROG_LIBTOOL
dnl
dnl ------ headers
-AC_CHECK_HEADERS(sys/resource.h sys/times.h sys/time.h sys/wait.h unistd.h)
+AC_CHECK_HEADERS(sys/resource.h sys/times.h sys/time.h sys/wait.h sys/utsname.h unistd.h)
dnl ------ crypt
AC_CHECK_LIB(crypt, crypt)
if test "$ac_cv_lib_crypt_crypt" = "yes"; then
-/* $Id: t15.c,v 1.10 2006-11-23 21:35:02 adam Exp $
+/* $Id: t15.c,v 1.11 2006-11-23 21:38:26 adam Exp $
Copyright (C) 2004-2006
Index Data ApS
#if HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
+#if HAVE_SYS_UTSNAME_H
+#include <sys/utsname.h>
+#endif
#include <string.h>
-#include <sys/utsname.h>
#include "testlib.h"
#if HAVE_SYS_WAIT_H
#if HAVE_UNISTD_H
+#if HAVE_SYS_UTSNAME_H
if (1)
{
}
#endif
#endif
+#endif
YAZ_CHECK(tl_close_down(0, zs));
}