summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2001-09-05 17:41:52 +0000
committerHerb Lewis <herb@samba.org>2001-09-05 17:41:52 +0000
commit6a8ba8726692035dc6debc2d2d8cdee279e0c6da (patch)
treed345bfce7de834e31708cb30096746b3a0b9a69a
parent9da9bb55fc79802f3a95505f48cf1f60aaa7841b (diff)
downloadsamba-6a8ba8726692035dc6debc2d2d8cdee279e0c6da.tar.gz
samba-6a8ba8726692035dc6debc2d2d8cdee279e0c6da.tar.xz
samba-6a8ba8726692035dc6debc2d2d8cdee279e0c6da.zip
variable name changed to --with-profiling-data
-rwxr-xr-xsource/configure6
-rw-r--r--source/configure.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/source/configure b/source/configure
index a7fcbdfaf8a..3e490d9617d 100755
--- a/source/configure
+++ b/source/configure
@@ -11504,9 +11504,9 @@ fi
# check for a shared memory profiling support
echo $ac_n "checking whether to use profiling""... $ac_c" 1>&6
echo "configure:11507: checking whether to use profiling" >&5
-# Check whether --with-profile or --without-profile was given.
-if test "${with_profile+set}" = set; then
- withval="$with_profile"
+# Check whether --with-profiling-data or --without-profiling-data was given.
+if test "${with_profiling_data+set}" = set; then
+ withval="$with_profiling_data"
case "$withval" in
yes)
echo "$ac_t""yes" 1>&6
diff --git a/source/configure.in b/source/configure.in
index 65c4fa2895d..4e3ea15b79b 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1877,7 +1877,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)