diff options
author | Herb Lewis <herb@samba.org> | 2001-09-05 17:39:51 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-09-05 17:39:51 +0000 |
commit | c36dd96b907048a8aebd0b72f180a42aebda2ca1 (patch) | |
tree | 86b3ebb9e7976f5243c7e97086c11bd60deee79e /source3/configure.in | |
parent | 00973eb50ea846b31266ab6ad62759c22bef2bbb (diff) | |
download | samba-c36dd96b907048a8aebd0b72f180a42aebda2ca1.tar.gz samba-c36dd96b907048a8aebd0b72f180a42aebda2ca1.tar.xz samba-c36dd96b907048a8aebd0b72f180a42aebda2ca1.zip |
variable name changed to --with-profiling-data
(This used to be commit 28fba1ba4883e5eaa97247e933da9311c53c41df)
Diffstat (limited to 'source3/configure.in')
-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 8154aabcc6f..3cb6965d584 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1868,7 +1868,7 @@ AC_ARG_WITH(syslog, ################################################# # check for a shared memory profiling support AC_MSG_CHECKING(whether to use profiling) -AC_ARG_WITH(profile, +AC_ARG_WITH(profiling-data, [ --with-profiling-data Include gathering source code profile information (default=no)], [ case "$withval" in yes) |