We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e57c2d + a1c6404 commit 6ee8054Copy full SHA for 6ee8054
configure.ac
@@ -23,16 +23,9 @@ AC_USE_SYSTEM_EXTENSIONS
23
AC_HEADER_SYS_WAIT
24
AC_FUNC_MMAP
25
26
-dnl Find C compiler
27
-dnl AC_PROG_CC_C99
28
-
29
dnl Find C++ compiler
30
AC_PROG_CXX
31
-AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no)
32
-if test "$HAVE_CXX" = "no"
33
-then
34
- AC_MSG_ERROR([Could not find a c++ compiler]);
35
-fi
+AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
36
37
AX_CFLAGS_WARN_ALL
38
AX_CXXFLAGS_WARN_ALL
@@ -110,8 +103,6 @@ then
110
103
AC_MSG_ERROR([One or more of the mandatory Boost libraries not found.])
111
104
fi
112
105
113
-AX_CXX_COMPILE_STDCXX_11()
114
115
106
dnl Check for Lua libraries and headers
116
107
AX_PROG_LUA([5.0],[],[
117
108
AX_LUA_HEADERS([
0 commit comments