build: Fix configure-time warning

Due to missing quotes
This commit is contained in:
Bastien Nocera 2012-12-03 16:22:33 +01:00
parent 7892c943e6
commit 29cf86a02e

View file

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