From 5d8d2b054224bc5fdc73b886f8e765c360f86734 Mon Sep 17 00:00:00 2001 From: "liujisi@google.com" Date: Mon, 6 Dec 2010 06:20:14 +0000 Subject: Fix issues: 200 202 211 215 237 246. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d6035ef3..3d8c2112 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ AM_CONDITIONAL([HAVE_ZLIB], [test $HAVE_ZLIB = 1]) AS_IF([test "$with_protoc" != "no"], [ PROTOC=$with_protoc - AS_IF([test "$with_protoc" == "yes"], [ + AS_IF([test "$with_protoc" = "yes"], [ # No argument given. Use system protoc. PROTOC=protoc ]) -- cgit v1.2.3