AC_MSG_CHECKING([for string])
AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
#include <string>
string str = "a string";
]])],
[AC_DEFINE([HAS_STRING], [1], [support string])
AC_MSG_RESULT([yes])
],
[AC_MSG_RESULT([no])])
Monday, October 14, 2019
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment