ossp-pkg/adns/configure.in 1.11 -> 1.12
--- configure.in 2000/08/12 12:01:15 1.11
+++ configure.in 2000/09/19 15:55:21 1.12
@@ -5,7 +5,7 @@
#
# It is part of adns, which is
# Copyright (C) 1997-2000 Ian Jackson <ian@davenant.greenend.org.uk>
-# Copyright (C) 1999 Tony Finch <dot@dotat.at>
+# Copyright (C) 1999-2000 Tony Finch <dot@dotat.at>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -68,7 +68,14 @@
AC_MSG_WARN([inet_aton is in libresolv, urgh. Must use -lresolv.])
])
+DPKG_CACHED_TRY_COMPILE(inlines,dpkg_cv_c_inline,,
+ [} inline int foo (int x) {],
+ AC_MSG_RESULT(yes)
+ AC_DEFINE(HAVE_INLINE),
+ AC_MSG_RESULT(no))
+
ADNS_C_GCCATTRIB
+AC_CHECK_HEADERS(sys/select.h)
AC_SUBST(WARNS)
|
|