[svn-commits] seanbright: branch 1.8 r279502 - in /branches/1.8: ./ autoconf/ast_ext_lib.m4
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jul 26 10:43:58 CDT 2010
Author: seanbright
Date: Mon Jul 26 10:43:54 2010
New Revision: 279502
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279502
Log:
Merged revisions 279501 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.6.2
........
r279501 | seanbright | 2010-07-26 11:41:13 -0400 (Mon, 26 Jul 2010) | 5 lines
Expand the correct value within AST_OPTION_ONLY.
(closes issue #17703)
Reported by: stuarth
........
Modified:
branches/1.8/ (props changed)
branches/1.8/autoconf/ast_ext_lib.m4
Propchange: branches/1.8/
------------------------------------------------------------------------------
--- branch-1.6.2-merged (original)
+++ branch-1.6.2-merged Mon Jul 26 10:43:54 2010
@@ -1,1 +1,1 @@
-/branches/1.6.2:1-279056,279207
+/branches/1.6.2:1-279056,279207,279501
Modified: branches/1.8/autoconf/ast_ext_lib.m4
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/autoconf/ast_ext_lib.m4?view=diff&rev=279502&r1=279501&r2=279502
==============================================================================
--- branches/1.8/autoconf/ast_ext_lib.m4 (original)
+++ branches/1.8/autoconf/ast_ext_lib.m4 Mon Jul 26 10:43:54 2010
@@ -46,7 +46,7 @@
unset $2
;;
*)
- if test "x${$2}" = "x"; then
+ if test "x${withval}" = "x"; then
m4_ifval($4, [$2="$4"], [:])
else
$2="${withval}"
More information about the svn-commits
mailing list