[asterisk-commits] seanbright: trunk r279503 - in /trunk: ./ autoconf/ast_ext_lib.m4
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 26 10:44:50 CDT 2010
Author: seanbright
Date: Mon Jul 26 10:44:46 2010
New Revision: 279503
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279503
Log:
Merged revisions 279502 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8
................
r279502 | seanbright | 2010-07-26 11:43:54 -0400 (Mon, 26 Jul 2010) | 12 lines
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:
trunk/ (props changed)
trunk/autoconf/ast_ext_lib.m4
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-1.8-merged (original)
+++ branch-1.8-merged Mon Jul 26 10:44:46 2010
@@ -1,1 +1,1 @@
-/branches/1.8:1-279056,279113,279227,279273,279280,279314,279390,279410,279442,279472
+/branches/1.8:1-279056,279113,279227,279273,279280,279314,279390,279410,279442,279472,279502
Modified: trunk/autoconf/ast_ext_lib.m4
URL: http://svnview.digium.com/svn/asterisk/trunk/autoconf/ast_ext_lib.m4?view=diff&rev=279503&r1=279502&r2=279503
==============================================================================
--- trunk/autoconf/ast_ext_lib.m4 (original)
+++ trunk/autoconf/ast_ext_lib.m4 Mon Jul 26 10:44:46 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 asterisk-commits
mailing list