kopia lustrzana https://gitlab.com/sane-project/backends
fix missing comment #
Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>merge-requests/1/head
rodzic
9de4dcd8a5
commit
6deb4be298
|
@ -7291,7 +7291,7 @@ EOF
|
|||
# is "libsane" not "libsane-backendname". So linking to each
|
||||
# backend is possible. Also the following test was moved to this
|
||||
# location.
|
||||
If -module or -export-dynamic was specified, set the dlname
|
||||
# If -module or -export-dynamic was specified, set the dlname
|
||||
if test "$module" = yes || test "$export_dynamic" = yes; then
|
||||
# On all known operating systems, these are identical.
|
||||
dlname="$soname"
|
||||
|
@ -7302,7 +7302,7 @@ EOF
|
|||
*)
|
||||
soname=`echo $soname | sed -e "s/libsane-[A-Za-z_0-9]*/libsane/g"`
|
||||
esac
|
||||
#End of local change
|
||||
# End of local change
|
||||
|
||||
lib="$output_objdir/$realname"
|
||||
linknames=
|
||||
|
|
Ładowanie…
Reference in New Issue