fix compilation issue on iOS

This commit is contained in:
Simon Morlat 2013-09-10 22:00:55 +02:00
parent 05ee4c4a31
commit ceeaf2b2b6

View file

@ -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 ; \