]> git.lyx.org Git - features.git/commitdiff
std::count is now assumed to exist, remove the check for it
authorAndré Pönitz <poenitz@gmx.net>
Mon, 13 Aug 2007 07:25:40 +0000 (07:25 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Mon, 13 Aug 2007 07:25:40 +0000 (07:25 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19496 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 4684f7d7d6048a316050d6ab1321e29d8aab41c8..568af6cc9600492b4578ee2300e23341fbbd7cc9 100644 (file)
@@ -945,14 +945,6 @@ result = utils.createConfigFile(conf,
         ('mktemp', 'HAVE_MKTEMP', None),
         ('mkstemp', 'HAVE_MKSTEMP', None),
         ('strerror', 'HAVE_STRERROR', None),
-        ('count', 'HAVE_STD_COUNT', '''
-#include <algorithm>
-int count()
-{
-char a[] = "hello";
-return std::count(a, a+5, 'l');
-}
-'''),
         ('getcwd', 'HAVE_GETCWD', None),
         ('setenv', 'HAVE_SETENV', None),
         ('putenv', 'HAVE_PUTENV', None),