X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Fgrc_gr_video_sdl.m4;h=405feb0ea2016dba01e6e3f1550683874ec66f94;hb=09a1e803a9e6587c78d20cdf16891e5295874668;hp=280714aa207dc6728d196b0250956f38eaabd432;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/config/grc_gr_video_sdl.m4 b/config/grc_gr_video_sdl.m4 index 280714aa..405feb0e 100644 --- a/config/grc_gr_video_sdl.m4 +++ b/config/grc_gr_video_sdl.m4 @@ -4,7 +4,7 @@ dnl This file is part of GNU Radio dnl dnl GNU Radio is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2, or (at your option) +dnl the Free Software Foundation; either version 3, or (at your option) dnl any later version. dnl dnl GNU Radio is distributed in the hope that it will be useful, @@ -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)