summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtchang%redhat.com <devnull@localhost>2005-04-29 00:05:32 +0000
committerwtchang%redhat.com <devnull@localhost>2005-04-29 00:05:32 +0000
commitc2253114487fa4ffde175ac524ec1c6630b0eae3 (patch)
tree18350bf0baf3afc674830324c84121734e8a63fe
parent64bb45d26d82900a437ae94fef73ceeb7d00d570 (diff)
downloadnspr-hg-c2253114487fa4ffde175ac524ec1c6630b0eae3.tar.gz
Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxes
and needs more work. Tag: NSPRPUB_PRE_4_2_CLIENT_BRANCH
-rwxr-xr-xconfig/nspr-config.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/config/nspr-config.in b/config/nspr-config.in
index b15c2bcb..e9e18679 100755
--- a/config/nspr-config.in
+++ b/config/nspr-config.in
@@ -3,7 +3,6 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
exec_prefix_set=no
-libdir=@libdir@
major_version=@MOD_MAJOR_VERSION@
minor_version=@MOD_MINOR_VERSION@
@@ -96,7 +95,7 @@ if test "$echo_cflags" = "yes"; then
fi
if test "$echo_libs" = "yes"; then
- libdirs=-L${libdir}
+ libdirs=-L${exec_prefix}/lib
if test -n "$lib_plds"; then
libdirs="$libdirs -lplds${major_version}"
fi