From a9397f20cc86762d25199d5050bc627b6657736c Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Mon, 24 Dec 2007 11:18:17 +0000 Subject: [PATCH] Add missing closing paren to error message. --- ChangeLog | 3 ++- configure | 2 +- configure.in | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3eb4cb8b3..d247c8a5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2007-12-24 Julien Blache * configure.in, configure: Do not build plustek_pp on Hurd. Patch - from Samuel Thibault . + from Samuel Thibault . Add missing + closing paren to error message. 2007-12-21 Jonathan Bravo Lopez diff --git a/configure b/configure index f7734b516..a8285ce9f 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 843d1287d..001cfe707 100644 --- a/configure.in +++ b/configure.in @@ -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