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.

11 lines
261 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -251,7 +251,7 @@
  4. AC_LINK_IFELSE(
  5. [AC_LANG_PROGRAM([#include <miniupnpc/miniupnpc.h>],
  6. [struct UPNPDev dev;])],
  7. - [upnp_version="unknown"],
  8. + [upnp_version="none"],
  9. [upnp_version="none"]
  10. )