summaryrefslogtreecommitdiff
path: root/textproc/wdiff/patches/patch-aa
blob: 4aa693a7c7c3d2296bdc4fc5d8373dd66e014230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.1 2003/01/24 14:12:04 itohy Exp $

--- configure.in.orig	Sun Nov  6 13:15:50 1994
+++ configure.in	Fri Jan 24 22:23:43 2003
@@ -40,7 +40,6 @@
 AC_HEADER_STDC
 AC_TYPE_SIGNAL
 
-AC_CHECK_FUNCS(strerror tputs)
 AC_FUNC_ALLOCA
 test "$ALLOCA" = alloca.o && LIBOBJS="$LIBOBJS xmalloc.o"
 AC_FUNC_VPRINTF
@@ -60,6 +59,7 @@
   AC_MSG_RESULT(no)
   LIBS="$LIBS -ltermcap"
 ])
+AC_CHECK_FUNCS(strerror tputs mkstemp)
 
 AC_MSG_CHECKING(if cbars is wanted)
 AC_ARG_ENABLE(cbars,