diff --git a/configure.ac b/configure.ac index f05434c56f..282f511fdb 100644 --- a/configure.ac +++ b/configure.ac @@ -522,7 +522,8 @@ if test x$with_gudev != xno; then PKG_CHECK_MODULES(GUDEV, [ gudev-1.0 >= 147 ], [ AC_DEFINE(HAVE_GUDEV, 1, [Whether gudev is available for device detection]) - ]) + ], + [true]) fi AC_SUBST(GUDEV_CFLAGS)