You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
726 B

  1. diff -urN a/configure.ac b/configure.ac
  2. --- a/configure.ac
  3. +++ b/configure.ac
  4. @@ -949,7 +949,7 @@
  5. AC_VMW_CHECK_LIB([dnet],
  6. [DNET],
  7. [],
  8. - [dnet-config],
  9. + [],
  10. [],
  11. [dnet.h],
  12. [intf_open],
  13. @@ -959,7 +959,7 @@
  14. if test $have_dnet = "no"; then
  15. AC_MSG_ERROR(
  16. - [dnet-config was not found on your PATH. Please configure without dnet (using --without-dnet) or install dnet - http://libdnet.sourceforge.net])
  17. + [dnet was not found. Please configure without dnet (using --without-dnet) or install dnet - http://libdnet.sourceforge.net])
  18. fi
  19. fi