blob: b3d3e28af872cb43d146043a731d3aa9c0ca4936 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.9 2002/02/21 04:13:21 dillo Exp $
--- ../configure.orig Tue May 8 16:09:59 2001
+++ ../configure
@@ -512,13 +512,6 @@
makemake_args="$makemake_args --with-nogettext"
fi
fi
-if test -d $ABS_DIRNAME/avcall -a -d $ABS_DIRNAME/callback; then
- (cd $ABS_DIRNAME/avcall && make) &&
- (cd $ABS_DIRNAME/callback && make) &&
- (cd $ABS_DIRNAME/avcall && make check) &&
- (cd $ABS_DIRNAME/callback && make check) &&
- makemake_args="$makemake_args --with-dynamic-ffi"
-fi
if test -z "$do_build"; then
|