diff --git a/configure b/configure index 0ce2c0354a21c74ef47188e888da1432678a35e8..28ee2a254f6dcd713b2b9d8b30324a6c1c75a001 100755 --- a/configure +++ b/configure @@ -3702,6 +3702,9 @@ if $pkg_config --atleast-version=$glib_req_ver gio-2.0; then gio_cflags=$($pkg_config --cflags gio-2.0) gio_libs=$($pkg_config --libs gio-2.0) gdbus_codegen=$($pkg_config --variable=gdbus_codegen gio-2.0) + if [ ! -x "$gdbus_codegen" ]; then + gdbus_codegen= + fi else gio=no fi