blob: dd6ac1183056eb80b0c19ca88adb0c44fe307a2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
$NetBSD: patch-aa,v 1.1.1.1 2004/05/08 18:22:14 salo Exp $
--- configure.orig 2004-05-06 19:54:38.000000000 +0200
+++ configure 2004-05-08 17:57:06.000000000 +0200
@@ -3998,7 +3998,7 @@
if test "$ogg_found" = "no"; then
{ { echo "$as_me:$LINENO: error: Could not find the Ogg library" >&5
echo "$as_me: error: Could not find the Ogg library" >&2;}
- { (exit 1); exit 1; }; }
+ { (true); true; }; }
fi
# On IRIX 5.3, sys/types and inttypes.h are conflicting.
@@ -4225,7 +4225,7 @@
if test "$ogg_found" = "no"; then
{ { echo "$as_me:$LINENO: error: Could not find the Ogg header files" >&5
echo "$as_me: error: Could not find the Ogg header files" >&2;}
- { (exit 1); exit 1; }; }
+ { (true); true; }; }
fi
@@ -4305,7 +4305,7 @@
if test "$vorbis_found" = "no"; then
{ { echo "$as_me:$LINENO: error: Could not find the Vorbis library" >&5
echo "$as_me: error: Could not find the Vorbis library" >&2;}
- { (exit 1); exit 1; }; }
+ { (true); true; }; }
fi
for ac_header in vorbis/codec.h
@@ -4461,7 +4461,7 @@
if test "$vorbis_found" = "no"; then
{ { echo "$as_me:$LINENO: error: Could not find the Vorbis header files" >&5
echo "$as_me: error: Could not find the Vorbis header files" >&2;}
- { (exit 1); exit 1; }; }
+ { (true); true; }; }
fi
|