Bugzilla Bug 289015: backed out the checkin. It broke some tinderboxes

and needs more work.


git-svn-id: svn://10.0.0.236/trunk@172853 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtchang%redhat.com 2005-04-29 00:15:42 +00:00
parent ebed1ee784
commit 2d8c79bbf1

View File

@ -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