blob: 54cf593990abdfac4baf009bde8da73e19961ccd (
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.2 1999/10/28 00:31:59 jlam Exp $
--- configure.orig Mon Apr 19 19:47:32 1999
+++ configure Mon Oct 25 16:28:54 1999
@@ -1858,6 +1858,7 @@
fi
+if false; then
# Check for any special flags to pass to ltconfig.
libtool_flags="--cache-file=$cache_file"
test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
@@ -2158,6 +2159,7 @@
# Redirect the config.log output again, so that the ltconfig log is not
# clobbered by the next message.
exec 5>>./config.log
+fi
echo $ac_n "checking for distribution root""... $ac_c" 1>&6
|