From 4bf3a46e2560a040fb02e8228ca9b45455cc4809 Mon Sep 17 00:00:00 2001 From: jcorgan Date: Mon, 9 Oct 2006 19:16:23 +0000 Subject: [PATCH] Partial fix for ticket:84. Improves error message. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3747 221aa14e-8319-0410-a670-987f0aec2ac5 --- config/grc_gr_video_sdl.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/grc_gr_video_sdl.m4 b/config/grc_gr_video_sdl.m4 index 280714aa..52615331 100644 --- a/config/grc_gr_video_sdl.m4 +++ b/config/grc_gr_video_sdl.m4 @@ -29,7 +29,7 @@ AC_DEFUN([GRC_GR_VIDEO_SDL],[ passed=yes SDL_VERSION=1.2.0 AM_PATH_SDL($SDL_VERSION,[], - [passed=no;AC_MSG_RESULT([gr-video-sdl requires library sdl, not found.])]) + [passed=no;AC_MSG_RESULT([gr-video-sdl requires library sdl, not found or failed test.])]) GRC_BUILD_CONDITIONAL([gr-video-sdl],[ AC_SUBST(SDL_CFLAGS) -- 2.30.2