kopia lustrzana https://gitlab.com/sane-project/backends
Add missing closing paren to error message.
rodzic
a688f66ce6
commit
a9397f20cc
|
@ -1,6 +1,7 @@
|
|||
2007-12-24 Julien Blache <jb@jblache.org>
|
||||
* configure.in, configure: Do not build plustek_pp on Hurd. Patch
|
||||
from Samuel Thibault <samuel.thibault@ens-lyon.org>.
|
||||
from Samuel Thibault <samuel.thibault@ens-lyon.org>. Add missing
|
||||
closing paren to error message.
|
||||
|
||||
2007-12-21 Jonathan Bravo Lopez <jkdsoft@gmail.com>
|
||||
|
||||
|
|
|
@ -27090,7 +27090,7 @@ echo "$as_me: Manually selected backends: ${BACKENDS}" >&6;}
|
|||
|
||||
if test "${sane_cv_use_libjpeg}" != "yes" || test "${sane_cv_use_libtiff}" != "yes"
|
||||
then
|
||||
echo "*** disabling DELL1600N_NET backend (failed to find jpeg and/or tiff library"
|
||||
echo "*** disabling DELL1600N_NET backend (failed to find jpeg and/or tiff library)"
|
||||
else
|
||||
BACKENDS="${BACKENDS} dell1600n_net"
|
||||
fi
|
||||
|
|
|
@ -407,7 +407,7 @@ else
|
|||
|
||||
if test "${sane_cv_use_libjpeg}" != "yes" || test "${sane_cv_use_libtiff}" != "yes"
|
||||
then
|
||||
echo "*** disabling DELL1600N_NET backend (failed to find jpeg and/or tiff library"
|
||||
echo "*** disabling DELL1600N_NET backend (failed to find jpeg and/or tiff library)"
|
||||
else
|
||||
BACKENDS="${BACKENDS} dell1600n_net"
|
||||
fi
|
||||
|
|
Ładowanie…
Reference in New Issue