[Mockpp-commits] mockpp/config ac_cxx_rtti.m4,1.1,1.2
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-11-27 17:28:07
|
Update of /cvsroot/mockpp/mockpp/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7837/config Modified Files: ac_cxx_rtti.m4 Log Message: optionally disable exceptions Index: ac_cxx_rtti.m4 =================================================================== RCS file: /cvsroot/mockpp/mockpp/config/ac_cxx_rtti.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ac_cxx_rtti.m4 27 Nov 2005 15:38:09 -0000 1.1 +++ ac_cxx_rtti.m4 27 Nov 2005 17:27:56 -0000 1.2 @@ -39,7 +39,7 @@ AC_DEFUN([EA_DISABLE_RTTI],[ -AC_ARG_ENABLE(rtti, [ --disable-rtti disable rtti support (no)], [ disable_rtti=yes ], [ disable_rtti=no ]) +AC_ARG_ENABLE(rtti, [ --disable-rtti disable rtti support (no)], [ disable_rtti=yes ], [ disable_rtti=no ]) if test "x$disable_rtti" = xyes; then echo "*******************************************************" |