aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-05 23:51:31 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-05 23:51:31 +0000
commit3adb451f3c31f53393c97879f79870b11c227512 (patch)
treee0c3d44416aec7184c1b89aec40010b8ea9405bf /acinclude.m4
parent98690064e4f69212f1c70cddf6f4fb18f2467347 (diff)
one more time...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@49715 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 3c7150dbd..3c409f4e9 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -59,7 +59,7 @@ if test "${USE_$1}" != "no"; then
$1_LIB="${pbxlibdir} ${$1_LIB}"
$1_INCLUDE="-I${$1_DIR}/include"
saved_cppflags="${CPPFLAGS}"
- CPPFLAGS="${CPPFLAGS} -I${1_DIR}/include"
+ CPPFLAGS="${CPPFLAGS} -I${$1_DIR}/include"
if test "x$4" != "x" ; then
AC_CHECK_HEADER([${$1_DIR}/include/$4], [$1_HEADER_FOUND=1], [$1_HEADER_FOUND=0])
fi