X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=build%2Fltmain.sh;h=cc95125f0275f3dfefd6f267110cb8f5174ed3e7;hb=f682ee0918d4e1c5c347073c8d3a6948d1c8bf2e;hp=9070f5413a82623110c857b4bf78136a14425e28;hpb=3c598e89fb34a892d369a138daa8c3314294493c;p=openldap diff --git a/build/ltmain.sh b/build/ltmain.sh index 9070f5413a..cc95125f02 100755 --- a/build/ltmain.sh +++ b/build/ltmain.sh @@ -28,7 +28,7 @@ # configuration script generated by Autoconf, and is distributable # under the same distributions terms as OpenLDAP inself. -## Copyright 1998-2004 The OpenLDAP Foundation. +## Copyright 1998-2005 The OpenLDAP Foundation. ## All rights reserved. ## ## Redistribution and use in source and binary forms, with or without @@ -1420,14 +1420,14 @@ compiler." continue fi name=`$echo "X$deplib" | $Xsed -e 's/^-l//'` - for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do - # Search the libtool library - lib="$searchdir/lib${name}.la" - if test -f "$lib"; then - found=yes - break - fi - done +# for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do +# # Search the libtool library +# lib="$searchdir/lib${name}.la" +# if test -f "$lib"; then +# found=yes +# break +# fi +# done if test "$found" != yes; then # deplib doesn't seem to be a libtool library if test "$linkmode,$pass" = "prog,link"; then