mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Fix configure-time warning
Due to missing quotes
This commit is contained in:
@@ -49,7 +49,7 @@ AC_ARG_WITH([drivers],[AS_HELP_STRING([--with-drivers],
|
||||
[drivers="$withval"],
|
||||
[drivers="$all_drivers"])
|
||||
|
||||
if test x$drivers = xall ; then
|
||||
if test "x$drivers" = "xall" ; then
|
||||
drivers=$all_drivers
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user