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

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.54 by ayin, Mon Jun 25 13:53:42 2007 UTC vs.
Revision 1.55 by ayin, Mon Jun 25 23:11:23 2007 UTC

78 78
79AC_DEFINE(_GNU_SOURCE, 1, Use all glibc features.) 79AC_DEFINE(_GNU_SOURCE, 1, Use all glibc features.)
80 80
81case $host in 81case $host in
82 *-*-solaris* ) 82 *-*-solaris* )
83 AC_DEFINE(_XOPEN_SOURCE_EXTENDED, 1, Needed to get declarations for msg_control and msg_controllen on Solaris) 83 AC_DEFINE(_XOPEN_SOURCE, 500, Needed to get declarations for msg_control and msg_controllen on Solaris)
84 AC_DEFINE(_XOPEN_SOURCE, 2, Needed to get declarations for msg_control and msg_controllen on Solaris)
85 AC_DEFINE(__EXTENSIONS__, 1, Needed to get declarations for msg_control and msg_controllen on Solaris)
86 ;; 84 ;;
87esac 85esac
88 86
89dnl if test x$GXX = xyes; then 87dnl if test x$GXX = xyes; then
90dnl CXXFLAGS="$CXXFLAGS" dnl I once had -fno-exceptions, but I am using them now... 88dnl CXXFLAGS="$CXXFLAGS" dnl I once had -fno-exceptions, but I am using them now...

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines