From: Steven Murdoch Date: Mon, 22 Aug 2011 16:55:40 +0000 (+0100) Subject: Revert change to libminiupnpc search path X-Git-Tag: tor-0.2.3.3-alpha~14^2~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a78ffd9e45a270b9979dcdc0d376f33bd95d7f09;p=thirdparty%2Ftor.git 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. --- diff --git a/configure.in b/configure.in index e59f31b7a1..26792a6677 100644 --- a/configure.in +++ b/configure.in @@ -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