diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c190e74..3480be9 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ PROTOBUF_EXECUTABLE=`pkg-config --variable=exec_prefix libprotobuf-c` if test "x$PROTOBUF_EXECUTABLE" == "x"; then PROTOBUF_EXECUTABLE=protoc-c else - PROTOBUF_EXECUTABLE="${PROTBUF_EXECUTABLE}/bin/protoc-c" + PROTOBUF_EXECUTABLE="${PROTOBUF_EXECUTABLE}/bin/protoc-c" fi AC_SUBST([PROTOBUF_EXECUTABLE]) |