mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 09:24:54 +01:00
configure: Remove a debugging print message.
This was never intended to be committed.
This commit is contained in:
parent
8753b9defa
commit
660510ee4c
1 changed files with 0 additions and 1 deletions
1
configure
vendored
1
configure
vendored
|
@ -290,7 +290,6 @@ elif [ $uname = "Linux" ] ; then
|
|||
linker_resolves_library_dependencies=1
|
||||
ldconfig_paths=$(/sbin/ldconfig -N -X -v 2>/dev/null | sed -n -e 's,^\(/.*\):\( (.*)\)\?$,\1,p')
|
||||
for path in $ldconfig_paths; do
|
||||
echo "Checking $path compared to $libdir_expanded"
|
||||
if [ "$path" = "$libdir_expanded" ]; then
|
||||
libdir_in_ldconfig=1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue