提交 f19126dd 编写于 作者: K Khaled Hosny

We are already inside “if HAVE_GLIB” check

上级 7af48a3f
...@@ -31,11 +31,11 @@ TEST_PROGS = \ ...@@ -31,11 +31,11 @@ TEST_PROGS = \
test-version \ test-version \
$(NULL) $(NULL)
test_unicode_CPPFLAGS = $(AM_CPPFLAGS) test_unicode_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(GLIB_CFLAGS) \
$(NULL)
test_unicode_LDADD = $(LDADD) test_unicode_LDADD = $(LDADD)
if HAVE_GLIB
test_unicode_CPPFLAGS += $(GLIB_CFLAGS)
endif
if HAVE_ICU if HAVE_ICU
test_unicode_CPPFLAGS += $(ICU_CFLAGS) test_unicode_CPPFLAGS += $(ICU_CFLAGS)
test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la $(ICU_LIBS) test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la $(ICU_LIBS)
...@@ -149,12 +149,12 @@ check-symbols: symbols-untested.txt ...@@ -149,12 +149,12 @@ check-symbols: symbols-untested.txt
else else # !HAVE_GLIB
check-am: err-glib check-am: err-glib
err-glib: err-glib:
@echo "You need to have glib support enabled to run the tests" @echo "You need to have glib support enabled to run the tests"
@exit 77 @exit 77
endif endif # HAVE_GLIB
.PHONY: check-symbols check-tool check-valgrind .PHONY: check-symbols check-tool check-valgrind
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册