summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>2011-08-22 17:55:40 +0100
committerSteven Murdoch <Steven.Murdoch@cl.cam.ac.uk>2011-08-22 17:55:40 +0100
commita78ffd9e45a270b9979dcdc0d376f33bd95d7f09 (patch)
tree3f47c37ebfe034a97682da9a02dc0e5a9ffef962 /configure.in
parent6443a756df2a94e70bc221830d49efb024e0a2ce (diff)
downloadtor-a78ffd9e45a270b9979dcdc0d376f33bd95d7f09.tar.gz
tor-a78ffd9e45a270b9979dcdc0d376f33bd95d7f09.zip
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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