Lines Matching refs:SDL2_CONFIG
41 if test x${SDL2_CONFIG+set} != xset ; then
42 SDL2_CONFIG=$sdl_exec_prefix/bin/sdl2-config
47 if test x${SDL2_CONFIG+set} != xset ; then
48 SDL2_CONFIG=$sdl_prefix/bin/sdl2-config
55 SDL2_CONFIG="pkg-config sdl2"
61 AC_PATH_PROG(SDL2_CONFIG, sdl2-config, no, [$PATH])
65 if test "$SDL2_CONFIG" = "no" -a "x$search_sdl_framework" = "xyes"; then
87 if test "$SDL2_CONFIG" != "no"; then
90 SDL_CFLAGS=`$SDL2_CONFIG $sdl_config_args --cflags`
91 SDL_LIBS=`$SDL2_CONFIG $sdl_config_args --libs`
94 sdl_major_version=`$SDL2_CONFIG $sdl_config_args --version | \
96 sdl_minor_version=`$SDL2_CONFIG $sdl_config_args --version | \
98 sdl_micro_version=`$SDL2_CONFIG $sdl_config_args --version | \
162 printf("*** If sdl2-config was wrong, set the environment variable SDL2_CONFIG\n");
187 if test "$SDL2_CONFIG" = "no" ; then
190 echo "*** your path, or set the SDL2_CONFIG environment variable to the"
221 echo "*** may want to edit the sdl2-config script: $SDL2_CONFIG" ])