mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
12 lines
302 B
Diff
12 lines
302 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -378,7 +378,7 @@ dnl See if ANY version of miniupnpc is i
|
|
AC_LINK_IFELSE(
|
|
[AC_LANG_PROGRAM([#include <miniupnpc/miniupnpc.h>],
|
|
[struct UPNPDev dev;])],
|
|
- [upnp_version="unknown"],
|
|
+ [upnp_version="none"],
|
|
[upnp_version="none"]
|
|
)
|
|
|