23 lines
733 B
Plaintext
23 lines
733 B
Plaintext
$NetBSD: patch-ae,v 1.3 2012/08/20 11:34:59 ryoon Exp $
|
|
|
|
--- configure.orig 2012-07-12 08:37:45.000000000 +0000
|
|
+++ configure
|
|
@@ -15496,7 +15496,7 @@ fi
|
|
HAVE_PULSEAUDIO=no
|
|
if test "x$with_pulseaudio" != "xno"; then
|
|
PULSEAUDIO_MODULES=libpulse-simple
|
|
- if test "x$with_pulseaudio" == "xyes"; then
|
|
+ if test "x$with_pulseaudio" = "xyes"; then
|
|
|
|
pkg_failed=no
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for PULSEAUDIO" >&5
|
|
@@ -17158,7 +17158,7 @@ fi
|
|
|
|
|
|
if test "x$VAPIGEN" != "xno"; then
|
|
- if test "x$enable_vala" == "xcheck" ; then
|
|
+ if test "x$enable_vala" = "xcheck" ; then
|
|
enable_vala=yes
|
|
|
|
fi
|