[tor-commits] [tor/master] Revert change to libminiupnpc search path
nickm at torproject.org
nickm at torproject.org
Tue Aug 30 19:58:39 UTC 2011
commit a78ffd9e45a270b9979dcdc0d376f33bd95d7f09
Author: Steven Murdoch <Steven.Murdoch at cl.cam.ac.uk>
Date: Mon Aug 22 17:55:40 2011 +0100
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.
---
configure.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.in b/configure.in
index e59f31b..26792a6 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
More information about the tor-commits
mailing list