Changeset 60f3c4c for configure.in
- Timestamp:
- 03/06/12 15:36:43 (9 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:
- 1d4db58
- Parents:
- bd6576d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
r17094b2 r60f3c4c 41 41 examples/stats/Makefile examples/tutorial/Makefile 42 42 docs/libtrace.doxygen 43 lib/libtrace.h 43 lib/libtrace.h libwandio/Makefile 44 44 ]) 45 45 … … 100 100 101 101 LIBPKTDUMP_LIBS="-ltrace " 102 ADD_LDFLAGS="$ADD_LDFLAGS -L\$(abs_top_srcdir)/lib "103 LIBTRACE_LIBS=" "102 ADD_LDFLAGS="$ADD_LDFLAGS -L\$(abs_top_srcdir)/libwandio -L\$(abs_top_srcdir)/lib" 103 LIBTRACE_LIBS="-lwandio" 104 104 TOOLS_LIBS="" 105 LIBWANDIO_LIBS="" 105 106 106 107 # Set our C compiler flags based on the gcc version … … 395 396 396 397 if test "$have_pthread" = 1; then 397 LIB TRACE_LIBS="$LIBTRACE_LIBS -lpthread"398 LIBWANDIO_LIBS="$LIBWANDIO_LIBS -lpthread" 398 399 AC_DEFINE(HAVE_LIBPTHREAD, 1, [Set to 1 if pthreads are supported]) 399 400 fi … … 494 495 AS_IF([test "x$have_bzip" = "xyes"], [ 495 496 if test "$ac_cv_lib_bz2_BZ2_bzDecompressInit" != "none required"; then 496 LIB TRACE_LIBS="$LIBTRACE_LIBS -lbz2"497 LIBWANDIO_LIBS="$LIBWANDIO_LIBS -lbz2" 497 498 fi 498 499 with_bzip2=yes … … 515 516 AS_IF([test "x$have_zlib" = "xyes"], [ 516 517 if test "$ac_cv_lib_z_deflate" != "none required"; then 517 LIB TRACE_LIBS="$LIBTRACE_LIBS -lz"518 LIBWANDIO_LIBS="$LIBWANDIO_LIBS -lz" 518 519 fi 519 520 AC_DEFINE(HAVE_LIBZ, 1, "Compiled with zlib support") … … 537 538 AS_IF([test "x$have_lzo" = "xyes"], [ 538 539 if test "$ac_cv_lib_lzo2_lzo1x_1_compress" != "none required"; then 539 LIB TRACE_LIBS="$LIBTRACE_LIBS -llzo2"540 LIBWANDIO_LIBS="$LIBWANDIO_LIBS -llzo2" 540 541 fi 541 542 AC_DEFINE(HAVE_LIBLZO2, 1, "Compiled with lzo2 support") … … 571 572 AC_SUBST([LIBTRACE_LIBS]) 572 573 AC_SUBST([LIBPKTDUMP_LIBS]) 574 AC_SUBST([LIBWANDIO_LIBS]) 573 575 AC_SUBST([TOOLS_LIBS]) 574 576 #AC_SUBST([ADD_LIBS])
Note: See TracChangeset
for help on using the changeset viewer.