commit a78ffd9e45a270b9979dcdc0d376f33bd95d7f09 Author: Steven Murdoch Steven.Murdoch@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