7ea78f81ff
check-portability test.
13 lines
369 B
Text
13 lines
369 B
Text
$NetBSD: patch-ap,v 1.1 2006/11/11 13:38:37 rillig Exp $
|
|
|
|
--- libs/libwww/configure.orig 2003-01-17 10:31:56.000000000 +0900
|
|
+++ libs/libwww/configure
|
|
@@ -7668,7 +7668,7 @@ else
|
|
echo "$ac_t""no" 1>&6
|
|
fi
|
|
|
|
- if test "$ac_cv_func_remove" == yes ; then
|
|
+ if test "$ac_cv_func_remove" = yes ; then
|
|
cat >> confdefs.h <<\EOF
|
|
#define unlink remove
|
|
EOF
|