kopia lustrzana https://gitlab.com/sane-project/backends
Fix configure time test
rodzic
c17821e360
commit
ddbdfd6206
|
@ -20233,7 +20233,7 @@ fi
|
|||
esac
|
||||
|
||||
fi
|
||||
if test xyes = "x$with_usb" && test xyes != have_usb; then :
|
||||
if test xyes = "x$with_usb" && test xyes != "x$have_usb"; then :
|
||||
as_fn_error $? "USB support requested but required libraries not found." "$LINENO" 5
|
||||
|
||||
fi
|
||||
|
|
|
@ -426,7 +426,7 @@ AS_IF([test xno != "x$with_usb"],
|
|||
])
|
||||
])
|
||||
])
|
||||
AS_IF([test xyes = "x$with_usb" && test xyes != have_usb],
|
||||
AS_IF([test xyes = "x$with_usb" && test xyes != "x$have_usb"],
|
||||
[AC_MSG_ERROR([USB support requested but required libraries not found.])
|
||||
])
|
||||
dnl AM_CONDITIONAL([have_usb], [test x != "x$USB_LIBS])
|
||||
|
|
Ładowanie…
Reference in New Issue