aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2018-06-29 16:25:06 -0700
committerBruce A. Mah <bmah@es.net>2018-06-29 16:25:06 -0700
commitd4dfec7874af6edd3661795250febd9a1c5c2019 (patch)
tree9bfbb1b1c0a7608a9c22ee0ec235e27c1b550c5e /configure
parente6689a8cbbf4ae504b302f410be5108b14987512 (diff)
downloadiperf3-d4dfec7874af6edd3661795250febd9a1c5c2019.tar.gz
Regen.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure25
1 files changed, 25 insertions, 0 deletions
diff --git a/configure b/configure
index 53a7fcd..0fadd03 100755
--- a/configure
+++ b/configure
@@ -639,6 +639,8 @@ OPENSSL_LDFLAGS
OPENSSL_LIBS
OPENSSL_INCLUDES
PKG_CONFIG
+ENABLE_PROFILING_FALSE
+ENABLE_PROFILING_TRUE
CPP
LT_SYS_LIBRARY_PATH
OTOOL64
@@ -769,6 +771,7 @@ with_aix_soname
with_gnu_ld
with_sysroot
enable_libtool_lock
+enable_profiling
with_openssl
'
ac_precious_vars='build_alias
@@ -1413,6 +1416,7 @@ Optional Features:
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
+ --disable-profiling Disable iperf profiling binary
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
@@ -12131,6 +12135,23 @@ if test "x$GCC" = "xyes"; then
CFLAGS="$CFLAGS -Wall"
fi
+# Check if profiling must be disabled
+# Check whether --enable-profiling was given.
+if test "${enable_profiling+set}" = set; then :
+ enableval=$enable_profiling; :
+else
+ enable_profiling=yes
+fi
+
+ if test x$enable_profiling = xyes; then
+ ENABLE_PROFILING_TRUE=
+ ENABLE_PROFILING_FALSE='#'
+else
+ ENABLE_PROFILING_TRUE='#'
+ ENABLE_PROFILING_FALSE=
+fi
+
+
# Checks for header files.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
@@ -13229,6 +13250,10 @@ if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${ENABLE_PROFILING_TRUE}" && test -z "${ENABLE_PROFILING_FALSE}"; then
+ as_fn_error $? "conditional \"ENABLE_PROFILING\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0