[Libreoffice-commits] core.git: config_host/config_eot.h.in configure.ac

David Tardon dtardon at redhat.com
Tue Nov 12 12:16:43 PST 2013


 config_host/config_eot.h.in |    6 ++++++
 configure.ac                |    1 +
 2 files changed, 7 insertions(+)

New commits:
commit a621bdb0aad19a3a5ee4ff7089fca7cfe0ba1467
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Nov 12 21:14:32 2013 +0100

    add config header for EOT
    
    Change-Id: I1a3e01243c6f98fb5f055a1783bb13a1cbfc1efe

diff --git a/config_host/config_eot.h.in b/config_host/config_eot.h.in
new file mode 100644
index 0000000..d1c87a0
--- /dev/null
+++ b/config_host/config_eot.h.in
@@ -0,0 +1,6 @@
+#ifndef CONFIG_EOT_H
+#define CONFIG_EOT_H
+
+#define ENABLE_EOT 0
+
+#endif
diff --git a/configure.ac b/configure.ac
index e2a79bb..6d7dcf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12664,6 +12664,7 @@ AC_CONFIG_FILES([config_host.mk
                  ios/lo.xcconfig])
 AC_CONFIG_HEADERS([config_host/config_buildid.h])
 AC_CONFIG_HEADERS([config_host/config_clang.h])
+AC_CONFIG_HEADERS([config_host/config_eot.h])
 AC_CONFIG_HEADERS([config_host/config_features.h])
 AC_CONFIG_HEADERS([config_host/config_folders.h])
 AC_CONFIG_HEADERS([config_host/config_gcc.h])


More information about the Libreoffice-commits mailing list