# HG changeset patch
# User rosfran
# Date 1168539821 0
# Node ID 8522636169df594cedf54f57c12655523530cf85
# Parent  91a24122e3ae3f28d0ed9e5aee1cde8684a6a523
[svn r264] Bug found in Maemo when using the Bash Shell "+=" operator (it is not recognizable). Fixed.

diff -r 91a24122e3ae -r 8522636169df gmyth/autogen.sh
--- a/gmyth/autogen.sh	Thu Jan 11 17:36:33 2007 +0000
+++ b/gmyth/autogen.sh	Thu Jan 11 18:23:41 2007 +0000
@@ -24,7 +24,7 @@
 
 CONFIGURE_DEF_OPT='--enable-maintainer-mode'
 # uncomment below to disable the UPnP features
-CONFIGURE_DEF_OPT+=' --disable-upnp'
+CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --disable-upnp"
 CONFIGURE_EXT_OPT="$@"
 
 autogen_options