Bugzilla Bug 289015: enable nspr-config to use the --libdir option passed

to the configure script.  The patch is contributed by Ray Strode
<rstrode@redhat.com>.  r=wtc,cls.


git-svn-id: svn://10.0.0.236/trunk@172780 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2005-04-27 18:19:11 +00:00
parent 1cd40549ac
commit 3a46a9e33f

View File

@ -3,6 +3,7 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
exec_prefix_set=no
libdir=@libdir@
major_version=@MOD_MAJOR_VERSION@
minor_version=@MOD_MINOR_VERSION@
@ -95,7 +96,7 @@ if test "$echo_cflags" = "yes"; then
fi
if test "$echo_libs" = "yes"; then
libdirs=-L${exec_prefix}/lib
libdirs=-L${libdir}
if test -n "$lib_plds"; then
libdirs="$libdirs -lplds${major_version}"
fi