Commit c6751cfb authored by Keegan McAllister's avatar Keegan McAllister Committed by Keith Winstein
Browse files

configure.ac: Fix protoc check

AC_MSG_ERROR inside the variable assignment doesn't work properly.  We get
output like

    checking for protoc... ./configure: line 4524: is: command not found
    no

and then the build continues (and fails) with PROTOC="".

Closes #132 github pull request.
parent b4c47b77
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment