dect
/
libpcap
Archived
13
0
Fork 0

Oops, close a quote.

This commit is contained in:
Guy Harris 2009-06-09 10:56:41 -07:00
parent db68de2198
commit 7cd4949d49
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ then
#
# If libdir isn't /usr/lib, add it to the run-time linker path.
#
if [ "@libdir@" != "/usr/lib ]
if [ "@libdir@" != "/usr/lib" ]
then
RPATH=@V_RPATH_OPT@@libdir@
fi