Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r3fcbdca1 r1241851  
    139139                "debug") ;;
    140140                "nolib") ;;
    141                 "profile") ;;
    142141                *)
    143142                        >&2 echo "Configuration must be 'debug', 'nodebug' or 'nolib'"
     
    191190AM_CONDITIONAL([WITH_LIBFIBRE], [test "$HAVE_LIBFIBRE" -eq 1])
    192191
    193 AC_CHECK_LIB([profiler], [ProfilingIsEnabledForAllThreads], [HAVE_LIBPROFILER=1], [HAVE_LIBPROFILER=0])
    194 AM_CONDITIONAL([WITH_LIBPROFILER], [test "$HAVE_LIBPROFILER" -eq 1])
    195 
    196 AC_CHECK_LIB([tcmalloc], [malloc], [HAVE_LIBTCMALLOC=1], [HAVE_LIBTCMALLOC=0])
    197 AM_CONDITIONAL([WITH_LIBTCMALLOC], [test "$HAVE_LIBTCMALLOC" -eq 1])
    198 
    199192# Checks for header files.
    200193AC_CHECK_HEADERS([libintl.h malloc.h unistd.h], [], [echo "Error: Missing required header"; exit 1])
Note: See TracChangeset for help on using the changeset viewer.