e37b0e5427
lzop is fast file compressor similar to gzip. Submitted by: Dan Harnett <danh@nfol.com>
13 lines
490 B
Plaintext
13 lines
490 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2000/07/07 03:39:38 kevlo Exp $
|
|
--- configure.orig Thu Jul 6 04:22:17 2000
|
|
+++ configure Thu Jul 6 04:22:25 2000
|
|
@@ -2265,7 +2265,7 @@ else
|
|
fi
|
|
done
|
|
|
|
-for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty setmode stat umask utime
|
|
+for ac_func in access atoi chmod chown fchmod fileno fstat getumask isatty stat umask utime
|
|
do
|
|
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
|
|
echo "configure:2272: checking for $ac_func" >&5
|