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
1.6.0
Russell Bryant 19 years ago
parent a76ff39c0e
commit 674117f06b

@ -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}"

Loading…
Cancel
Save