Browse Source

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.
Steven Murdoch 14 years ago
parent
commit
a78ffd9e45
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.in

+ 1 - 1
configure.in

@@ -569,7 +569,7 @@ if test "$upnp" = "true"; then
          const char * minissdpdsock, int sameport);],
          const char * minissdpdsock, int sameport);],
         [upnpDiscover(1, 0, 0, 0); exit(0);],
         [upnpDiscover(1, 0, 0, 0); exit(0);],
         [--with-libminiupnpc-dir],
         [--with-libminiupnpc-dir],
-        [/local/lib/])
+        [/usr/lib/])
 fi
 fi
 
 
 AC_SYS_LARGEFILE
 AC_SYS_LARGEFILE