diff options
author | Rene Engelhard <rene@debian.org> | 2018-05-09 23:25:46 +0000 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2018-05-23 11:44:57 +0200 |
commit | 51e92859c9433feeca0ccca9238e9ed0848d8470 (patch) | |
tree | 00f63a009c2c41097bdbf5112103132bbe699353 /configure.ac | |
parent | 5c2c5ff01c23e4f7a8947746afc13a46cbef5bec (diff) |
rename config_extension_update.h.in to config_extensions.h.in
... and move HAVE_FEATURE_EXTENSIONS there, too
Change-Id: I37fe52071e1db32cf5cc1e51dbd89bb4f32a39c1
Reviewed-on: https://gerrit.libreoffice.org/54072
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Rene Engelhard <rene@debian.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69be2fce47ec..95e2865017a8 100644 --- a/configure.ac +++ b/configure.ac @@ -12725,7 +12725,7 @@ AC_CONFIG_HEADERS([config_host/config_buildid.h]) AC_CONFIG_HEADERS([config_host/config_clang.h]) AC_CONFIG_HEADERS([config_host/config_dconf.h]) AC_CONFIG_HEADERS([config_host/config_eot.h]) -AC_CONFIG_HEADERS([config_host/config_extension_update.h]) +AC_CONFIG_HEADERS([config_host/config_extensions.h]) AC_CONFIG_HEADERS([config_host/config_cairo_canvas.h]) AC_CONFIG_HEADERS([config_host/config_cxxabi.h]) AC_CONFIG_HEADERS([config_host/config_dbus.h]) |