summaryrefslogtreecommitdiff
path: root/autoconf/ast_c_compile_check.m4
diff options
context:
space:
mode:
Diffstat (limited to 'autoconf/ast_c_compile_check.m4')
-rw-r--r--autoconf/ast_c_compile_check.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/autoconf/ast_c_compile_check.m4 b/autoconf/ast_c_compile_check.m4
index 0d49ec3ca..c7125b0d5 100644
--- a/autoconf/ast_c_compile_check.m4
+++ b/autoconf/ast_c_compile_check.m4
@@ -26,6 +26,8 @@ AC_DEFUN([AST_C_COMPILE_CHECK],
],
[ AC_MSG_RESULT(no) ]
)
+ AC_SUBST(PBX_$1)
+ AC_SUBST($1_INCLUDE)
CPPFLAGS="${saved_cppflags}"
fi
])