Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r120a28c3 r3fcbdca1  
    796796with_cfa_name
    797797with_target_hosts
    798 enable_gprofiler
    799798enable_dependency_tracking
    800799enable_shared
     
    14561455  --enable-silent-rules   less verbose build output (undo: "make V=1")
    14571456  --disable-silent-rules  verbose build output (undo: "make V=0")
    1458   --enable-gprofiler     whether or not to enable gprofiler tools (if available)
    14591457  --enable-dependency-tracking
    14601458                          do not reject slow dependency extractors
     
    32853283                \'--with-target-hosts=*) ;;
    32863284
    3287                 # skip gprofiler for libcfa
    3288                 \'--enable-gprofiler=*) ;;
    3289                 \'--disable-gprofiler) ;;
    3290 
    32913285                # append all other arguments to the sub configure arguments
    32923286                *) LIBCFA_GENERAL_ARGS="${LIBCFA_GENERAL_ARGS} $var";;
     
    33903384else
    33913385  target_hosts=${default_target}
    3392 fi
    3393 
    3394 
    3395 # Check whether --enable-gprofiler was given.
    3396 if test "${enable_gprofiler+set}" = set; then :
    3397   enableval=$enable_gprofiler; enable_gprofiler=$enableval
    3398 else
    3399   enable_gprofiler=yes
    34003386fi
    34013387
     
    1671816704fi
    1671916705
    16720  if test "x$enable_gprofiler" = "xyes" -a "$HAVE_LIBPROFILER" -eq 1; then
     16706 if test "$HAVE_LIBPROFILER" -eq 1; then
    1672116707  WITH_LIBPROFILER_TRUE=
    1672216708  WITH_LIBPROFILER_FALSE='#'
     
    1676916755fi
    1677016756
    16771  if test "x$enable_gprofiler" = "xyes" -a "$HAVE_LIBTCMALLOC" -eq 1; then
     16757 if test "$HAVE_LIBTCMALLOC" -eq 1; then
    1677216758  WITH_LIBTCMALLOC_TRUE=
    1677316759  WITH_LIBTCMALLOC_FALSE='#'
Note: See TracChangeset for help on using the changeset viewer.