summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/grc_gr_video_sdl.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grc_gr_video_sdl.m4 b/config/grc_gr_video_sdl.m4
index 280714aa2..526153316 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)