From 2ae539f5665ee9a849bad97cfb5ecc10cce3e766 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 15 Jan 2007 18:01:25 +0000 Subject: r20811: fix comment metze (This used to be commit 1f49b9c387ca91da233b0d3bf7a50ef3f6d81f98) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 83d3c3dccc..3b497132c6 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -983,7 +983,7 @@ if test x$enable_iprint != xno; then fi ############################################ -# check if the compiler can do immediate structures +# check if the compiler will optimize out function calls AC_CACHE_CHECK([if the compiler will optimize out function calls],samba_cv_optimize_out_funcation_calls, [ AC_TRY_LINK([ #include ], -- cgit