blob: aa639299ee1c77f9b7aff24780fafd782359c253 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$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
|