[Mockpp-commits] mockpp configure.in,1.81,1.82
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-06-13 20:33:34
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16381 Modified Files: configure.in Log Message: cleanup for release Index: configure.in =================================================================== RCS file: /cvsroot/mockpp/mockpp/configure.in,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- configure.in 27 May 2005 16:50:10 -0000 1.81 +++ configure.in 13 Jun 2005 20:33:25 -0000 1.82 @@ -266,9 +266,10 @@ fi AC_SUBST(MAKE_FO_XSL) -dnl ------------------------------------------------------------------------ ]) +dnl ------------------------------------------------------------------------ + AC_DEFUN([EA_ENABLE_UNICODE], [ AC_ARG_ENABLE(unicode, [ --enable-unicode generate library with wchar_t/std::wstring instead of char/std::string]) |