diff --git a/configure.ac b/configure.ac index 4415e7b..56b42b6 100644 --- a/configure.ac +++ b/configure.ac @@ -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