Enlightenment CVS committal Author : mej Project : eterm Module : Eterm
Dir : eterm/Eterm Modified Files: ChangeLog configure.in Log Message: Mon Apr 18 16:00:22 2005 Michael Jennings (mej) Remove unused NO_XLOCALE crap and do it right. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v retrieving revision 1.402 retrieving revision 1.403 diff -u -3 -r1.402 -r1.403 --- ChangeLog 15 Mar 2005 21:47:54 -0000 1.402 +++ ChangeLog 18 Apr 2005 20:01:51 -0000 1.403 @@ -5313,3 +5313,7 @@ Fixed saving/handling of beep_command attribute. ---------------------------------------------------------------------- +Mon Apr 18 16:00:22 2005 Michael Jennings (mej) + +Remove unused NO_XLOCALE crap and do it right. +---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v retrieving revision 1.88 retrieving revision 1.89 diff -u -3 -r1.88 -r1.89 --- configure.in 15 Mar 2005 21:47:55 -0000 1.88 +++ configure.in 18 Apr 2005 20:01:54 -0000 1.89 @@ -1,4 +1,4 @@ -dnl# $Id: configure.in,v 1.88 2005/03/15 21:47:55 mej Exp $ +dnl# $Id: configure.in,v 1.89 2005/04/18 20:01:54 mej Exp $ PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin export PATH @@ -205,7 +205,7 @@ sys/sockio.h sys/byteorder.h malloc.h \ utmpx.h unistd.h bsd/signal.h regex.h \ regexp.h stdarg.h X11/Xmu/Atoms.h \ -X11/Sunkeysym.h) +X11/Sunkeysym.h X11/Xlocale.h) AC_HEADER_TIME dnl# Missing typedefs and replacements @@ -817,9 +817,6 @@ XIM="TRUE" ]) -# check if we need X_LOCALE definition -AC_CHECK_LIB(X11, _Xsetlocale, AC_DEFINE(X_LOCALE, , [X locale.]), AC_DEFINE(NO_XLOCALE, , [No X locale.])) - # For multibyte selection handling #if test "$MULTICHAR_ENCODING" != "none"; then AC_CHECK_LIB(Xmu, XmuInternAtom) ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs