We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a132171 commit b001debCopy full SHA for b001deb
configure
@@ -5684,7 +5684,9 @@ if test "$gio" = "yes" ; then
5684
echo "CONFIG_GIO=y" >> $config_host_mak
5685
echo "GIO_CFLAGS=$gio_cflags" >> $config_host_mak
5686
echo "GIO_LIBS=$gio_libs" >> $config_host_mak
5687
- echo "GDBUS_CODEGEN=$gdbus_codegen" >> $config_host_mak
+ if [ -n "$gdbus_codegen" ]; then
5688
+ echo "GDBUS_CODEGEN=$gdbus_codegen" >> $config_host_mak
5689
+ fi
5690
fi
5691
echo "CONFIG_TLS_PRIORITY=\"$tls_priority\"" >> $config_host_mak
5692
if test "$gnutls" = "yes" ; then
0 commit comments