equal
deleted
inserted
replaced
84 AM_PATH_SDL2($SDL_VERSION, |
84 AM_PATH_SDL2($SDL_VERSION, |
85 :, |
85 :, |
86 AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]) |
86 AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!]) |
87 ) |
87 ) |
88 CFLAGS="$CFLAGS $SDL_CFLAGS" |
88 CFLAGS="$CFLAGS $SDL_CFLAGS" |
89 LIBS="$LIBS $SDL_LIBS -lSDL2_test" |
89 LIBS="$LIBS -lSDL2_test $SDL_LIBS" |
90 |
90 |
91 dnl Check for X11 path, needed for OpenGL on some systems |
91 dnl Check for X11 path, needed for OpenGL on some systems |
92 AC_PATH_X |
92 AC_PATH_X |
93 if test x$have_x = xyes; then |
93 if test x$have_x = xyes; then |
94 if test x$ac_x_includes = xno || test "x$ac_x_includes" = xNone || test "x$ac_x_includes" = x; then |
94 if test x$ac_x_includes = xno || test "x$ac_x_includes" = xNone || test "x$ac_x_includes" = x; then |