--- configure.orig	Sat Apr 10 03:28:51 2004
+++ configure	Sat Apr 10 04:47:54 2004
@@ -16589,17 +16589,12 @@
 cat >>conftest.$ac_ext <<_ACEOF
 /* end confdefs.h.  */
 
-/* Override any gcc2 internal prototype to avoid an error.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-/* We use char because int might match the return type of a gcc2
-   builtin and then its argument prototype would still apply.  */
-char dgettext ();
+#include <libintl.h>
+
 int
 main ()
 {
-dgettext ();
+dgettext ("","");
   ;
   return 0;
 }
