]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Revert change to libminiupnpc search path
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
Mon, 22 Aug 2011 16:55:40 +0000 (17:55 +0100)
committerSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>
Mon, 22 Aug 2011 16:55:40 +0000 (17:55 +0100)
This was supposed to fix an oddity with library searching in autoconf
but it didn't actually fix anything.

configure.in

index e59f31b7a1f7733e4e6331c5e6ce4fe9b243be03..26792a667712250de6bc1581c5ef330a1f573a38 100644 (file)
@@ -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