Imported Upstream version 3.0.4
[debian/gnuradio] / config / grc_gr_video_sdl.m4
index 280714aa207dc6728d196b0250956f38eaabd432..405feb0ea2016dba01e6e3f1550683874ec66f94 100644 (file)
@@ -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)