Fix configure time test

merge-requests/1/head
Olaf Meeuwissen 2016-07-03 21:11:04 +09:00
rodzic c17821e360
commit ddbdfd6206
2 zmienionych plików z 2 dodań i 2 usunięć

2
configure vendored
Wyświetl plik

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

Wyświetl plik

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