if [ ! "${FVWM_RELEASE}" = "stable" ]; then
    config_query_option FVWM_OPTS                 \
        "Enable NLS?" y                           \
        "--enable-nls"                            \
        "--disable-nls"
fi
