From: jcorgan Date: Mon, 9 Oct 2006 19:16:23 +0000 (+0000) Subject: Partial fix for ticket:84. Improves error message. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=4bf3a46e2560a040fb02e8228ca9b45455cc4809;p=debian%2Fgnuradio Partial fix for ticket:84. Improves error message. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3747 221aa14e-8319-0410-a670-987f0aec2ac5 --- 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)