Skip to content
Snippets Groups Projects
Commit 3299f13d authored by Tilghman Lesher's avatar Tilghman Lesher
Browse files

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
parent 44ae0033
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ AC_COMPILE_IFELSE(
)
fi
m4_ifval([$4],AC_SUBST($4))
m4_ifval([$4],[AC_SUBST($4)])
CFLAGS="$saved_CFLAGS"
]
)
#! /bin/sh
# From configure.ac Revision: 276731 .
# From configure.ac Revision: 276769 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk trunk.
#
......@@ -1087,7 +1087,6 @@ POW_LIB
HAS_POLL
PBX_PTHREAD_RWLOCK_INITIALIZER
PBX_PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
PBX_WEAKREF
GC_CFLAGS
GC_LDFLAGS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment