mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 19:16:15 +00:00
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:
@@ -29,7 +29,7 @@ AC_COMPILE_IFELSE(
|
||||
)
|
||||
fi
|
||||
|
||||
m4_ifval([$4],AC_SUBST($4))
|
||||
m4_ifval([$4],[AC_SUBST($4)])
|
||||
CFLAGS="$saved_CFLAGS"
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user