summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-09-17 10:54:15 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-09-17 10:54:15 -0400
commit296a3cbaf6b69555f7d6cdc639dc57c51f2e2bba (patch)
treed74fbeb2e0794c46c2c46d4fa34516c1e66c33c8 /configure.in
parente28d3818f3b22fbdf61d721183419a4a010c8a01 (diff)
Do some symbol hiding
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f1cbe25..2cea9b7 100644
--- a/configure.in
+++ b/configure.in
@@ -477,6 +477,17 @@ AC_SUBST([VTE_MICRO_VERSION],[vte_version_micro])
################################################################################
+AH_VERBATIM([SINGLE_FILE_BUILD], [
+#ifndef VTE_EXTERN
+#define VTE_EXTERN extern G_GNUC_INTERNAL
+#endif
+#ifndef VTE_STATIC
+#define VTE_STATIC G_GNUC_INTERNAL
+#endif
+])
+
+################################################################################
+
AC_CONFIG_FILES([
Makefile
src/Makefile