93b4928ddd
... as an opt-in --with-buildconfig-recorded configure option. This allows to have the data in the admin console, as implemented in commitcbfac11330
(Send build config (configure options) in LOKit version info JSON, 2022-11-07), when reprobuilds are not required. The default is no build config, which is compatible with reprobuilds. This reverts commit389def8718
. Change-Id: I7f0be489a1c82268d0ca38cb761843c9d432a14b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159344 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
9 lines
163 B
C
9 lines
163 B
C
/* Options passed to configure script */
|
|
|
|
#ifndef CONFIG_BUILDCONFIG_H
|
|
#define CONFIG_BUILDCONFIG_H
|
|
|
|
#define BUILDCONFIG ""
|
|
#define BUILDCONFIG_RECORDED 0
|
|
|
|
#endif
|