We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6822de3 commit badbb02Copy full SHA for badbb02
2 files changed
Makefile.am
@@ -34,4 +34,3 @@ include tests/Makefile.mk
34
include tools/Makefile.mk
35
36
check_PROGRAMS = $(TESTS)
37
-
configure.ac
@@ -11,6 +11,7 @@ AC_LANG_PUSH([C++])
11
12
# Checks for programs.
13
AC_PROG_CXX
14
+AC_PROG_CC
15
16
# Checks for libraries.
17
@@ -20,6 +21,9 @@ AC_PROG_LIBTOOL
20
21
# Check we have -std=c++11 support
22
AX_CXX_COMPILE_STDCXX_11(noext,mandatory)
23
24
+# Switch the C compiler into C99 mode
25
+AC_PROG_CC_C99
26
+
27
# Checks for header files.
28
AC_CHECK_HEADERS([arpa/inet.h stdint.h stdlib.h string.h])
29
0 commit comments