Quote AC_SUBST within m4_ifval, so it does not get prematurely expanded.

(closes issue #17654)
 Reported by: pprindeville
 Patches: 
       issue17654.diff uploaded by qwell (license 4)
 Tested by: qwell, pprindeville


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@276830 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2010-07-15 23:25:09 +00:00
parent 44ae0033be
commit 3299f13d94
2 changed files with 2 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ AC_COMPILE_IFELSE(
)
fi
m4_ifval([$4],AC_SUBST($4))
m4_ifval([$4],[AC_SUBST($4)])
CFLAGS="$saved_CFLAGS"
]
)