summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 002cb81)
raw | patch | inline | side by side (parent: 002cb81)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 9 Aug 2015 16:28:30 +0000 (18:28 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 28 Nov 2015 12:10:29 +0000 (13:10 +0100) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 1f347759035931da623ddaaf4d267dac5d161ab8..12f2d469873874fa5576e39cbfc6bca1c66142ca 100644 (file)
--- a/configure.ac
+++ b/configure.ac
if test "x$have_protoc_c" = "xno"
then
have_protoc_c="no (protoc-c compiler not found)"
-else
+fi
+
+if test "X$have_protoc_c" = "xyes"
+then
AC_CHECK_HEADERS([google/protobuf-c/protobuf-c.h],
- [have_protobuf_c_h="yes"],
- [have_protobuf_c_h="no"])
- if test "x$have_protobuf_c_h" = "xno"
- then
- have_protoc_c="no (<google/protobuf-c/protobuf-c.h> not found)"
- fi
+ []
+ [have_protoc_c="no (<google/protobuf-c/protobuf-c.h> not found)"])
fi
AM_CONDITIONAL(HAVE_PROTOC_C, test "x$have_protoc_c" = "xyes")