ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure.ac
(Generate patch)

Comparing gvpe/configure.ac (file contents):
Revision 1.37 by pcg, Fri Mar 18 01:53:05 2005 UTC vs.
Revision 1.38 by pcg, Fri Mar 18 02:32:20 2005 UTC

39typedef int32_t s32; 39typedef int32_t s32;
40#endif 40#endif
41 41
42#endif 42#endif
43 43
44// include clocale first because gettext.h might overwrite setlocale 44#if HAVE_CLOCALE
45#if defined(HAVE_CLOCALE) && defined(__cplusplus) 45# define CLOCALE <clocale>
46# include <clocale>
47#else 46#else
48# include <locale.h> 47# define CLOCALE <locale.h>
49#endif 48#endif
50#include "gettext.h"
51]) 49])
52 50
53dnl Include the macros from the m4/ directory 51dnl Include the macros from the m4/ directory
54AM_ACLOCAL_INCLUDE(m4) 52AM_ACLOCAL_INCLUDE(m4)
55 53

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines