Changeset 4007dbb for configure.in
- Timestamp:
- 08/21/15 11:22:30 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- eea427f
- Parents:
- 76291d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r16cb2a2 r4007dbb 116 116 gcc_PURE 117 117 gcc_FORMAT 118 119 # Check for gcc style TLS (__thread) 120 gcc_TLS 118 121 119 122 # Check for libtool … … 208 211 #include <net/bpf.h> 209 212 ]) 213 214 AC_ARG_ENABLE(memory-debugging, 215 AS_HELP_STRING(--enable-memory-debugging, prints internal memory statistics),[ 216 if test "$HAVE_TLS" = 1 217 then 218 AC_DEFINE([ENABLE_MEM_STATS], 1, [print debug memory statistics]) 219 fi 220 ],[]) 210 221 211 222 # Configure options for man pages
Note: See TracChangeset
for help on using the changeset viewer.