aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf/ast_c_compile_check.m4
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-13 17:12:35 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-13 17:12:35 +0000
commitb2795e18476182493cc64f079623b2ab1193a264 (patch)
tree73b1bad9908e473e6e3ca587235cd3097e24385d /autoconf/ast_c_compile_check.m4
parentd70e24ce419474ce968ef1f50749d94f8e2338a9 (diff)
Merged revisions 156612 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r156612 | mmichelson | 2008-11-13 11:07:56 -0600 (Thu, 13 Nov 2008) | 4 lines Kevin sent a note indicating that this change is not necessary, so I am reverting it ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.1@156614 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'autoconf/ast_c_compile_check.m4')
-rw-r--r--autoconf/ast_c_compile_check.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/ast_c_compile_check.m4 b/autoconf/ast_c_compile_check.m4
index c7125b0d5..0d49ec3ca 100644
--- a/autoconf/ast_c_compile_check.m4
+++ b/autoconf/ast_c_compile_check.m4
@@ -26,8 +26,6 @@ AC_DEFUN([AST_C_COMPILE_CHECK],
],
[ AC_MSG_RESULT(no) ]
)
- AC_SUBST(PBX_$1)
- AC_SUBST($1_INCLUDE)
CPPFLAGS="${saved_cppflags}"
fi
])