summaryrefslogtreecommitdiff
path: root/audio/darkice/patches/patch-configure
blob: 1ff4a3c6b1e2c4b38d55497497078070e4d5e67c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-configure,v 1.1 2014/02/22 14:51:03 wiedi Exp $

== portability
--- configure.orig	2013-07-15 05:53:19.000000000 +0000
+++ configure
@@ -6400,7 +6400,7 @@ else
 fi
 
 
-if test "x${USE_DEBUG}" == "xyes" ; then
+if test "x${USE_DEBUG}" = "xyes" ; then
     DEBUG_CXXFLAGS="-g"
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: compiling in debug mode" >&5
 $as_echo "compiling in debug mode" >&6; }