[asterisk-bugs] [Asterisk-GUI 0015488]: [patch] Erroneous space in assignment in 'configure' script causes build failure on cross-compilation
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Jul 13 10:03:31 CDT 2009
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=15488
======================================================================
Reported By: pprindeville
Assigned To: rbrindley
======================================================================
Project: Asterisk-GUI
Issue ID: 15488
Category: General
Reproducibility: always
Severity: major
Priority: normal
Status: resolved
Asterisk GUI Version: 2.0.4
Asterisk Version: 1.4.25.1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 4839
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-07-10 23:43 CDT
Last Modified: 2009-07-13 10:03 CDT
======================================================================
Summary: [patch] Erroneous space in assignment in 'configure'
script causes build failure on cross-compilation
Description:
The macro AST_C_DEFINE_CHECK in acinclude.m4 is broken.
ZAPTEL_INCLUDE= "-I${ZAPTEL_DIR}/include"
means:
In the sub-process where the command "-I${ZAPTEL_DIR}/include" will
eventually be exec'd, assign its exported environment variable
"ZAPTEL_INCLUDE" the empty string.
Not the same as saying:
ZAPTEL_INCLUDE="-I${ZAPTEL_DIR}/include"
which means:
Assign the value "-I${ZAPTEL_DIR}/include" to the variable ZAPTEL_INCLUDE,
which is what was intended.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-07-13 10:03 svnbot Status assigned => resolved
2009-07-13 10:03 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list