Changeset 4836 for m4/ax_avahi.m4


Ignore:
Timestamp:
Jul 9, 2009, 1:50:37 PM (15 years ago)
Author:
Christoph Mayer
Message:

einige avahi fixes und ablauf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • m4/ax_avahi.m4

    r4762 r4836  
    1616    [AC_MSG_NOTICE([Avahi Client Library found])], )
    1717   
    18   AC_CHECK_HEADERS(avahi-common/timeval.h,
    19     [AC_MSG_NOTICE([Avahi Common Library found])], )
     18  AC_CHECK_HEADERS(avahi-common/timeval.h,, )
    2019   
    21   AC_CHECK_LIB([avahi-client],[avahi_entry_group_new],
    22     [AC_MSG_NOTICE([Avahi Client Library found])], )
     20  AC_CHECK_LIB([avahi-client],[avahi_entry_group_new],, )
    2321   
    24   AC_CHECK_LIB([avahi-common],[avahi_free],
    25     [AC_MSG_NOTICE([Avahi Client Library found])], )
     22  AC_CHECK_LIB([avahi-common],[avahi_free],, )
    2623])
Note: See TracChangeset for help on using the changeset viewer.