fix missing comment #

Signed-off-by: Chris Bagwell <chris@cnpbagwell.com>
merge-requests/1/head
Chris Bagwell 2011-01-02 20:44:15 -06:00
rodzic 9de4dcd8a5
commit 6deb4be298
1 zmienionych plików z 12 dodań i 12 usunięć

Wyświetl plik

@ -7291,18 +7291,18 @@ 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 test "$module" = yes || test "$export_dynamic" = yes; then
# On all known operating systems, these are identical.
dlname="$soname"
fi
case $host in
*aix*)
;;
*)
soname=`echo $soname | sed -e "s/libsane-[A-Za-z_0-9]*/libsane/g"`
esac
#End of local change
# 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"
fi
case $host in
*aix*)
;;
*)
soname=`echo $soname | sed -e "s/libsane-[A-Za-z_0-9]*/libsane/g"`
esac
# End of local change
lib="$output_objdir/$realname"
linknames=