mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Revert change to libminiupnpc search path
This was supposed to fix an oddity with library searching in autoconf but it didn't actually fix anything.
This commit is contained in:
parent
6443a756df
commit
a78ffd9e45
@ -569,7 +569,7 @@ if test "$upnp" = "true"; then
|
||||
const char * minissdpdsock, int sameport);],
|
||||
[upnpDiscover(1, 0, 0, 0); exit(0);],
|
||||
[--with-libminiupnpc-dir],
|
||||
[/local/lib/])
|
||||
[/usr/lib/])
|
||||
fi
|
||||
|
||||
AC_SYS_LARGEFILE
|
||||
|
Loading…
Reference in New Issue
Block a user