pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/libnbcompat/files no need to test for poll() ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c5789b8e17f
branches: trunk
changeset: 473479:1c5789b8e17f
user: grant <grant%pkgsrc.org@localhost>
date: Tue Apr 20 10:45:48 2004 +0000
description:
no need to test for poll() twice.
diffstat:
pkgtools/libnbcompat/files/configure | 3 +--
pkgtools/libnbcompat/files/configure.ac | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (31 lines):
diff -r 86dd7901c27a -r 1c5789b8e17f pkgtools/libnbcompat/files/configure
--- a/pkgtools/libnbcompat/files/configure Tue Apr 20 10:31:13 2004 +0000
+++ b/pkgtools/libnbcompat/files/configure Tue Apr 20 10:45:48 2004 +0000
@@ -8542,8 +8542,7 @@
-
-for ac_func in getpassphrase getpgrp memmove poll select
+for ac_func in getpassphrase getpgrp memmove select
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5
diff -r 86dd7901c27a -r 1c5789b8e17f pkgtools/libnbcompat/files/configure.ac
--- a/pkgtools/libnbcompat/files/configure.ac Tue Apr 20 10:31:13 2004 +0000
+++ b/pkgtools/libnbcompat/files/configure.ac Tue Apr 20 10:45:48 2004 +0000
@@ -1,4 +1,4 @@
-dnl $NetBSD: configure.ac,v 1.40 2004/04/18 06:02:19 heinz Exp $
+dnl $NetBSD: configure.ac,v 1.41 2004/04/20 10:45:48 grant Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
@@ -197,7 +197,7 @@
AC_LIBOBJ(unvis)
fi
-AC_CHECK_FUNCS([getpassphrase getpgrp memmove poll select])
+AC_CHECK_FUNCS([getpassphrase getpgrp memmove select])
AC_CHECK_FUNC(getpgrp, [AC_FUNC_GETPGRP])
Home |
Main Index |
Thread Index |
Old Index