Changeset 1699

Show
Ignore:
Timestamp:
02/24/07 20:35:48 (23 months ago)
Author:
aturner
Message:

fix tcpdump.c refs #110

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.in

    r1698 r1699  
    885885 
    886886 
    887 AM_CONDITIONAL(HAVE_TCPDUMP, test $td = yes) 
     887AM_CONDITIONAL(ENABLE_TCPDUMP, test "$td" != "no") 
    888888dnl No 'make test' when cross compile 
    889889 
  • trunk/src/common/Makefile.am

    r1697 r1699  
    1717                          dlt_names.c mac.c 
    1818 
    19 if HAVE_TCPDUMP 
    20         libcommon_a_SOURCES += tcpdump.c 
     19if ENABLE_TCPDUMP 
     20libcommon_a_SOURCES += tcpdump.c 
    2121endif 
    2222