Changes in configure [120a28c3:3fcbdca1]
Legend:
- Unmodified
- Added
- Removed
-
configure
r120a28c3 r3fcbdca1 796 796 with_cfa_name 797 797 with_target_hosts 798 enable_gprofiler799 798 enable_dependency_tracking 800 799 enable_shared … … 1456 1455 --enable-silent-rules less verbose build output (undo: "make V=1") 1457 1456 --disable-silent-rules verbose build output (undo: "make V=0") 1458 --enable-gprofiler whether or not to enable gprofiler tools (if available)1459 1457 --enable-dependency-tracking 1460 1458 do not reject slow dependency extractors … … 3285 3283 \'--with-target-hosts=*) ;; 3286 3284 3287 # skip gprofiler for libcfa3288 \'--enable-gprofiler=*) ;;3289 \'--disable-gprofiler) ;;3290 3291 3285 # append all other arguments to the sub configure arguments 3292 3286 *) LIBCFA_GENERAL_ARGS="${LIBCFA_GENERAL_ARGS} $var";; … … 3390 3384 else 3391 3385 target_hosts=${default_target} 3392 fi3393 3394 3395 # Check whether --enable-gprofiler was given.3396 if test "${enable_gprofiler+set}" = set; then :3397 enableval=$enable_gprofiler; enable_gprofiler=$enableval3398 else3399 enable_gprofiler=yes3400 3386 fi 3401 3387 … … 16718 16704 fi 16719 16705 16720 if test " x$enable_gprofiler" = "xyes" -a "$HAVE_LIBPROFILER" -eq 1; then16706 if test "$HAVE_LIBPROFILER" -eq 1; then 16721 16707 WITH_LIBPROFILER_TRUE= 16722 16708 WITH_LIBPROFILER_FALSE='#' … … 16769 16755 fi 16770 16756 16771 if test " x$enable_gprofiler" = "xyes" -a "$HAVE_LIBTCMALLOC" -eq 1; then16757 if test "$HAVE_LIBTCMALLOC" -eq 1; then 16772 16758 WITH_LIBTCMALLOC_TRUE= 16773 16759 WITH_LIBTCMALLOC_FALSE='#'
Note:
See TracChangeset
for help on using the changeset viewer.