diff --git a/js/misc/config.js.in b/js/misc/config.js.in index f9210397a..776a6c600 100644 --- a/js/misc/config.js.in +++ b/js/misc/config.js.in @@ -8,7 +8,7 @@ var PACKAGE_VERSION = '@PACKAGE_VERSION@'; var HAVE_BLUETOOTH = @HAVE_BLUETOOTH@; /* 1 if networkmanager is available, 0 otherwise */ var HAVE_NETWORKMANAGER = @HAVE_NETWORKMANAGER@; -/* 1 if soup3 support is enabled, 0 otherwise */ +/* 1 if soup2 should be used instead of soup3, 0 otherwise */ var HAVE_SOUP2 = @HAVE_SOUP2@; /* gettext package */ var GETTEXT_PACKAGE = '@GETTEXT_PACKAGE@';