From: Martin Schwenke Date: Thu, 15 Dec 2011 04:31:47 +0000 (+1100) Subject: lib/ccan: Fix some typos in libccan.m4 X-Git-Url: http://git.samba.org/?p=kai%2Fsamba.git;a=commitdiff_plain;h=0429471fe478b86a9857511a7b841601640c8bac 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 --- diff --git a/lib/ccan/libccan.m4 b/lib/ccan/libccan.m4 index ce71ea2ddab..1efa0f0f42f 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