summaryrefslogtreecommitdiff
path: root/lib/ccan
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan')
-rw-r--r--lib/ccan/libccan.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ccan/libccan.m4 b/lib/ccan/libccan.m4
index ce71ea2dda..1efa0f0f42 100644
--- a/lib/ccan/libccan.m4
+++ b/lib/ccan/libccan.m4
@@ -236,14 +236,14 @@ if test x"$samba_cv_builtin_types_compatible_p" = xyes ; then
[whether we have __builtin_types_compatible_p])
fi
-AC_CACHE_CHECK([whether we have __builtin_choose_exptr],
+AC_CACHE_CHECK([whether we have __builtin_choose_expr],
samba_cv_builtin_choose_expr,
[
AC_LINK_IFELSE(
[int main(void) {
return __builtin_choose_expr(1, 0, "garbage");
}],
- samba_cv_builtin_types_choose_expr=yes)
+ samba_cv_builtin_choose_expr=yes)
])
if test x"$samba_cv_builtin_choose_expr" = xyes ; then