diff options
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdio.h>], |