diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-01-15 18:01:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:09 -0500 |
commit | 2ae539f5665ee9a849bad97cfb5ecc10cce3e766 (patch) | |
tree | 3954afd749f5dbf3fa630df179f77f48a2ce1ee1 | |
parent | 0cfc6a8e11bf1d2dd80861cf5331f4cde78dd674 (diff) | |
download | samba-2ae539f5665ee9a849bad97cfb5ecc10cce3e766.tar.gz samba-2ae539f5665ee9a849bad97cfb5ecc10cce3e766.tar.bz2 samba-2ae539f5665ee9a849bad97cfb5ecc10cce3e766.zip |
r20811: fix comment
metze
(This used to be commit 1f49b9c387ca91da233b0d3bf7a50ef3f6d81f98)
-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>], |