diff -cr gtk+-2.4.1/configure.in gtk+-2.4.1.patched/configure.in
*** gtk+-2.4.1/configure.in	2004-04-30 09:02:06.000000000 -0700
--- gtk+-2.4.1.patched/configure.in	2004-06-17 17:00:47.000000000 -0700
***************
*** 331,337 ****
  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-pixbuf, gdk and gtk)
      LIBTOOL_EXPORT_OPTIONS=
--- 331,338 ----
  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 "^[[^_]].*"'
!     LIBTOOL_EXPORT_OPTIONS=
  else
      # We currently use .def files on Windows (for gdk-pixbuf, gdk and gtk)
      LIBTOOL_EXPORT_OPTIONS=
