We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 081b1af + badbb02 commit 05cccc7Copy full SHA for 05cccc7
3 files changed
.gitignore
@@ -12,7 +12,7 @@
12
*.zip
13
.deps
14
.dirstamp
15
-googlemock-read-only/
+gtest-read-only/
16
Makefile
17
Makefile.in
18
aclocal.m4
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
# Checks for programs.
AC_PROG_CXX
+AC_PROG_CC
# Checks for libraries.
@@ -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