summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-08-02 14:33:32 +0000
committerGerald Carter <jerry@samba.org>2001-08-02 14:33:32 +0000
commitb930ed51953bdccb6e4476a7b382936270373755 (patch)
tree1445ded4a08b2593c9d5fed7d4d3a6147ad71b07 /source3/configure.in
parent819a9117354e22a26608ea31fd75e6eb13a15d8e (diff)
downloadsamba-b930ed51953bdccb6e4476a7b382936270373755.tar.gz
samba-b930ed51953bdccb6e4476a7b382936270373755.tar.bz2
samba-b930ed51953bdccb6e4476a7b382936270373755.zip
changed --with-profile to --with-profiling-data to "stop the madness!"
of people somehow thinking this was related to user profiles. Hope this is ok Herb. jerry (This used to be commit 5704a9f0bb7f78c34f4141512159d0e7eb4305b8)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in4
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)