This commit is contained in:
Behdad Esfahbod 2011-08-02 12:05:49 -04:00
parent e9c2341b13
commit c21be799da
1 changed files with 2 additions and 1 deletions

View File

@ -121,7 +121,8 @@ check-symbols: symbols-untested.txt
else
check-am:
check-am: err-glib
err-glib:
@echo "You need to have glib support enabled to run the tests"
@exit 77
endif