From 0429471fe478b86a9857511a7b841601640c8bac Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 15 Dec 2011 15:31:47 +1100 Subject: lib/ccan: Fix some typos in libccan.m4 Signed-off-by: Martin Schwenke Autobuild-User: Rusty Russell Autobuild-Date: Thu Dec 15 07:40:33 CET 2011 on sn-devel-104 --- lib/ccan/libccan.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ccan') 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 -- cgit