From c21be799daa85d5edb2d831ac985d3e43c8755ec Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 2 Aug 2011 12:05:49 -0400 Subject: [PATCH] Minor --- test/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.am b/test/Makefile.am index bad1118..b1a9b87 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 -- 2.7.4