diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 09fa36b57d..d4941cbdd4 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1861,8 +1861,8 @@ AC_ARG_WITH(syslog, # check for a shared memory profiling support AC_MSG_CHECKING(whether to use profiling) AC_ARG_WITH(profile, -[ --with-profile Include profile support - --without-profile Don't include profile support (default)], +[ --with-profiling-data Include gathering source code profile information + --without-profiling-data Don't include support for gathering source code profile information (default)], [ case "$withval" in yes) AC_MSG_RESULT(yes) |