Add missing closing paren to error message.

merge-requests/1/head
Julien BLACHE 2007-12-24 11:18:17 +00:00
rodzic a688f66ce6
commit a9397f20cc
3 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -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>

2
configure vendored
Wyświetl plik

@ -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

Wyświetl plik

@ -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