kopia lustrzana https://gitlab.com/sane-project/backends
Regenerated from configure.in.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
a8998a3cf0
commit
0a9673face
|
@ -8593,6 +8593,16 @@ else
|
|||
fi
|
||||
|
||||
|
||||
if test "${sane_cv_use_libieee1284}" != "yes"
|
||||
then
|
||||
echo "disabling HPSJ5S backend (failed to find required libieee1284 version)"
|
||||
HPSJ5S=
|
||||
else
|
||||
echo "enabling HPSJ5S backend"
|
||||
HPSJ5S=hpsj5s
|
||||
fi
|
||||
|
||||
|
||||
if test "${HAVE_GPHOTO2}" != "gphoto2-config" \
|
||||
-o "${sane_cv_use_libjpeg}" != "yes"; then
|
||||
echo "disabling GPHOTO2 backend (not requested, or failed to find gphoto2-config or JPEG lib)"
|
||||
|
@ -8741,7 +8751,7 @@ fi
|
|||
# Extract the first word of "sane-config", so it can be a program name with args.
|
||||
set dummy sane-config; ac_word=$2
|
||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
||||
echo "configure:8745: checking for $ac_word" >&5
|
||||
echo "configure:8755: checking for $ac_word" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_path_SANE_CONFIG_PATH'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
|
@ -8775,7 +8785,7 @@ else
|
|||
fi
|
||||
|
||||
echo $ac_n "checking for sane_init in -lsane""... $ac_c" 1>&6
|
||||
echo "configure:8779: checking for sane_init in -lsane" >&5
|
||||
echo "configure:8789: checking for sane_init in -lsane" >&5
|
||||
ac_lib_var=`echo sane'_'sane_init | sed 'y%./+-%__p_%'`
|
||||
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
|
@ -8783,7 +8793,7 @@ else
|
|||
ac_save_LIBS="$LIBS"
|
||||
LIBS="-lsane $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 8787 "configure"
|
||||
#line 8797 "configure"
|
||||
#include "confdefs.h"
|
||||
/* Override any gcc2 internal prototype to avoid an error. */
|
||||
/* We use char because int might match the return type of a gcc2
|
||||
|
@ -8794,7 +8804,7 @@ int main() {
|
|||
sane_init()
|
||||
; return 0; }
|
||||
EOF
|
||||
if { (eval echo configure:8798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
if { (eval echo configure:8808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
|
||||
rm -rf conftest*
|
||||
eval "ac_cv_lib_$ac_lib_var=yes"
|
||||
else
|
||||
|
@ -9002,6 +9012,7 @@ s%@DC210@%$DC210%g
|
|||
s%@DC240@%$DC240%g
|
||||
s%@DJPEG@%$DJPEG%g
|
||||
s%@CANON_PP@%$CANON_PP%g
|
||||
s%@HPSJ5S@%$HPSJ5S%g
|
||||
s%@GPHOTO2@%$GPHOTO2%g
|
||||
s%@PINT@%$PINT%g
|
||||
s%@QCAM@%$QCAM%g
|
||||
|
|
Ładowanie…
Reference in New Issue