Changeset: 9ca56bf33258 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9ca56bf33258
Modified Files:
        configure.ag
Branch: default
Log Message:

Finish change: configure: C++ is no longer used


diffs (19 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2543,15 +2543,6 @@
        xmmintrin.h \
        ])
 
-AC_LANG_PUSH([C++])
-AC_CHECK_HEADER(iostream,
-       AC_DEFINE(HAVE_IOSTREAM, 1,
-               [Define to 1 if you have the <iostream> header file.]),,[ ])
-AC_CHECK_HEADER(cstdio,
-       AC_DEFINE(HAVE_CSTDIO, 1,
-               [Define to 1 if you have the <cstdio> header file.]),,[ ])
-AC_LANG_POP([C++])
-
 SOCKET_LIBS=""
 have_setsockopt=no
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to