[asterisk-commits] seanbright: branch 1.6.2 r279501 - /branches/1.6.2/autoconf/ast_ext_lib.m4
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jul 26 10:41:18 CDT 2010
Author: seanbright
Date: Mon Jul 26 10:41:13 2010
New Revision: 279501
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=279501
Log:
Expand the correct value within AST_OPTION_ONLY.
(closes issue #17703)
Reported by: stuarth
Modified:
branches/1.6.2/autoconf/ast_ext_lib.m4
Modified: branches/1.6.2/autoconf/ast_ext_lib.m4
URL: http://svnview.digium.com/svn/asterisk/branches/1.6.2/autoconf/ast_ext_lib.m4?view=diff&rev=279501&r1=279500&r2=279501
==============================================================================
--- branches/1.6.2/autoconf/ast_ext_lib.m4 (original)
+++ branches/1.6.2/autoconf/ast_ext_lib.m4 Mon Jul 26 10:41:13 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