Changeset 5540efc for configure.in
- Timestamp:
- 11/02/05 12:04:20 (15 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- 36093bd
- Parents:
- 5261dbd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r4a605a9 r5540efc 24 24 25 25 AC_CONFIG_LIBOBJ_DIR(lib) 26 27 # Checks for typedefs, structures, and compiler characteristics. 28 AC_C_CONST 29 AC_C_INLINE 30 AC_C_BIGENDIAN 31 AC_TYPE_SIZE_T 32 AC_HEADER_TIME 33 AC_SYS_LARGEFILE 34 35 # Checks for library functions. 36 AC_PROG_GCC_TRADITIONAL 37 AC_CHECK_FUNCS(socket strdup) 26 38 27 39 # Checks for header files. … … 80 92 81 93 94 AC_CHECK_LIB(gdc,GDC_out_graph, 95 libtrace_gdc=true, 96 libtrace_gdc=false) 97 82 98 # Check for various broken functions 83 99 AC_FUNC_MALLOC … … 121 137 fi 122 138 123 # Checks for typedefs, structures, and compiler characteristics.124 AC_C_CONST125 AC_C_INLINE126 AC_C_BIGENDIAN127 AC_TYPE_SIZE_T128 AC_HEADER_TIME129 AC_SYS_LARGEFILE130 131 # Checks for library functions.132 AC_PROG_GCC_TRADITIONAL133 AC_CHECK_FUNCS(socket strdup)134 139 135 140 # configure time options for man pages … … 331 336 AM_CONDITIONAL([LIBPACKETDUMP], [test "$libtrace_libpacketdump" = true]) 332 337 AM_CONDITIONAL([LIBTRACE_TOOLS], [test "$libtrace_tools" = true]) 338 AM_CONDITIONAL([LIBGDC], [test "$libtrace_gdc" = true]) 339 333 340 334 341 # Check for miscellaneous programs
Note: See TracChangeset
for help on using the changeset viewer.