Add support for expat-2 to xgettext by linking it at build time rather than
at runtime using dlopen

http://bugs.gentoo.org/146211

--- gettext-0.15/gettext-tools/configure
+++ gettext-0.15/gettext-tools/configure
@@ -44267,19 +44266,6 @@
 
 
 
-case "$host_os" in
-  linux*)
-
-cat >>confdefs.h <<\_ACEOF
-#define DYNLOAD_LIBEXPAT 1
-_ACEOF
-
-    LIBEXPAT="-ldl"
-    LTLIBEXPAT="-ldl"
-
-
-    ;;
-  *)
 
 
 
@@ -44786,8 +44772,6 @@
 
 
 
-    ;;
-esac
 
  # If set to t, that means we are running in a shell under Emacs.
  # If you have an Emacs named "t", then use the full path.