[Cppunit-cvs] cppunit configure.in,1.78,1.79
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-06-14 21:29:04
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27544 Modified Files: configure.in Log Message: MinGW, cygwin: enable build of shared library when using libtool. patch #1194394 contributed by Stéphane Fillod. Index: configure.in =================================================================== RCS file: /cvsroot/cppunit/cppunit/configure.in,v retrieving revision 1.78 retrieving revision 1.79 diff -C2 -d -r1.78 -r1.79 *** configure.in 19 Jun 2004 11:30:32 -0000 1.78 --- configure.in 14 Jun 2005 21:28:46 -0000 1.79 *************** *** 58,61 **** --- 58,62 ---- AC_LANG(C++) + AC_LIBTOOL_WIN32_DLL AC_PROG_LIBTOOL |