mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 14:34:32 +04:00
12 lines
261 B
Diff
12 lines
261 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -251,7 +251,7 @@
|
|
AC_LINK_IFELSE(
|
|
[AC_LANG_PROGRAM([#include <miniupnpc/miniupnpc.h>],
|
|
[struct UPNPDev dev;])],
|
|
- [upnp_version="unknown"],
|
|
+ [upnp_version="none"],
|
|
[upnp_version="none"]
|
|
)
|
|
|