blob: 35d18d8c58907589c7e57e8dcaa4b9f355736ec8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
--- 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;
}
|