]> git.lyx.org Git - features.git/commitdiff
Enable HAVE_DECL_ISTREAMBUF_ITERATOR checking as istreambuf_iterator exists and work...
authorAbdelrazak Younes <younes@lyx.org>
Wed, 28 Nov 2007 09:53:45 +0000 (09:53 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 28 Nov 2007 09:53:45 +0000 (09:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21844 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/ConfigureChecks.cmake

index d87fd3cab9c2123a29c9d43ca7a3dfe12d38bd34..a66a85fa4dc1cd05821e322e214c0539de03aa6b 100644 (file)
@@ -105,14 +105,14 @@ check_type_size(wint_t  HAVE_WINT_T)
 #      "
 #HAVE_STD_COUNT)
 
-#check_cxx_source_compiles(
-#      "
-#      #include <streambuf>
-#      #include <istream>
-#      typedef std::istreambuf_iterator<char> type;
-#      int main(){return 0;}
-#      "
-#HAVE_DECL_ISTREAMBUF_ITERATOR)
+check_cxx_source_compiles(
+       "
+       #include <streambuf>
+       #include <istream>
+       typedef std::istreambuf_iterator<char> type;
+       int main(){return 0;}
+       "
+HAVE_DECL_ISTREAMBUF_ITERATOR)
 
 #check_cxx_source_compiles(
 #      "