diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-05-05 14:27:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-05-05 15:38:48 -0400 |
commit | ec724fe0fda84b34a4631bbe1a1053acc22bf8ac (patch) | |
tree | f3da991f5457770bb6b83cd5ec0386028241181c /configure.ac | |
parent | 92597da3a02cd4c7b3847a517931453209ba075d (diff) | |
download | gtk+-ec724fe0fda84b34a4631bbe1a1053acc22bf8ac.tar.gz |
Remove regex-based export control
All export control is now happening through annotations
in the headers.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index cb522617e2..702400939a 100644 --- a/configure.ac +++ b/configure.ac @@ -508,16 +508,6 @@ PKG_CHECK_MODULES(CAIRO_BACKEND, [$cairo_backends]) PKG_CHECK_MODULES(GMODULE, [gmodule-2.0]) -if test "$os_win32" != yes; then - # libtool option to control which symbols are exported - # right now, symbols starting with _ are not exported - LIBTOOL_EXPORT_OPTIONS='-export-symbols-regex "^[[^_]].*"' -else - # We currently use .def files on Windows (for gdk and gtk) - LIBTOOL_EXPORT_OPTIONS= -fi -AC_SUBST(LIBTOOL_EXPORT_OPTIONS) - dnl ****************************************************** dnl * See whether to include shared library dependencies * dnl ****************************************************** |