aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-14 16:08:19 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-14 16:08:19 +0000
commit61a05327f3560a9485f981aee011fb51473b73fa (patch)
tree5d8271736731bb0fc0807043789149a2eb2c9d28 /acinclude.m4
parentc9a9959fcb3f1d3107e49be8cecf19a535820e63 (diff)
Remove an extra space from the macro that checks for C defines.
(issue #9715, tzafrir) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@64225 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index cc1f61e76..3732091fe 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -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}"