Add configure test for protoc

This commit is contained in:
Quentin Smith
2012-02-25 18:12:58 -05:00
committed by Keith Winstein
parent 17d6962af8
commit 5c1020c51a
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CXX
AC_PROG_RANLIB
AC_PATH_PROG([PROTOC], [protoc], [AC_MSG_ERROR([protoc is not found])])
WARNING_CXXFLAGS=""
PICKY_CXXFLAGS=""