Changeset a288ed3
- Timestamp:
- 05/18/11 10:32:28 (11 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:
- d4187e0
- Parents:
- 2336744
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r9589941 ra288ed3 99 99 100 100 LIBPKTDUMP_LIBS="-ltrace " 101 ADD_LDFLAGS="$ADD_LDFLAGS -L\$(abs_top_srcdir)/lib" 101 102 LIBTRACE_LIBS="" 102 103 TOOLS_LIBS="" … … 495 496 AM_CONDITIONAL([HAVE_LIBGDC], [test "$ac_cv_header_gdc_h" = yes]) 496 497 AM_CONDITIONAL([HAVE_LLVM], [test "x$JIT" != "xno" ]) 497 AM_CONDITIONAL([HAVE_NCURSES], [test " $xhave_ncurses" = "xyes"])498 AM_CONDITIONAL([HAVE_NCURSES], [test "x$have_ncurses" = "xyes"]) 498 499 499 500 # Check for miscellaneous programs
Note: See TracChangeset
for help on using the changeset viewer.