Skip to content
Snippets Groups Projects
Commit 674117f0 authored by Russell Bryant's avatar Russell Bryant
Browse files

Remove an extra space from the macro that checks for C defines.

(issue #9715, tzafrir)


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@64225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent a76ff39c
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ AC_DEFUN([AST_C_DEFINE_CHECK],
AC_MSG_CHECKING([for $2 in $3])
saved_cppflags="${CPPFLAGS}"
if test "x${$1_DIR}" != "x"; then
$1_INCLUDE= "-I${$1_DIR}/include"
$1_INCLUDE="-I${$1_DIR}/include"
fi
CPPFLAGS="${CPPFLAGS} ${$1_INCLUDE}"
......
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