From ceeaf2b2b66daa6aab9d20211f8a03e53f3715a0 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Tue, 10 Sep 2013 22:00:55 +0200 Subject: [PATCH] fix compilation issue on iOS --- coreapi/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/Makefile.am b/coreapi/Makefile.am index ca91dd7c0..2059a9ff9 100644 --- a/coreapi/Makefile.am +++ b/coreapi/Makefile.am @@ -136,7 +136,7 @@ AM_CXXFLAGS=$(AM_CFLAGS) make_gitversion_h: if test "$(GITDESCRIBE)" != "" ; then \ - if test "$(GIT_TAG)" != $(PACKAGE_VERSION) ; then \ + if test "$(GIT_TAG)" != "$(PACKAGE_VERSION)" ; then \ echo "*** PACKAGE_VERSION and git tag differ. Please put them identical."; \ exit 1; \ fi ; \