14 lines
334 B
Plaintext
14 lines
334 B
Plaintext
$NetBSD: patch-aa,v 1.1 2006/12/12 20:27:15 wiz Exp $
|
|
|
|
--- configure.orig 2006-09-09 16:48:21.000000000 +0000
|
|
+++ configure
|
|
@@ -3613,7 +3613,7 @@ else
|
|
enable_oggtest=yes
|
|
fi;
|
|
|
|
- if test "x$ogg_prefix" == "xno" ; then
|
|
+ if test "x$ogg_prefix" = "xno" ; then
|
|
no_ogg="yes"
|
|
else
|
|
if test "x$ogg_libraries" != "x" ; then
|