add some beautification quote
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3246
This commit is contained in:
parent
2553d6230a
commit
32d6ebc48a
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ dnl Check if SDL is 1.2.x (1.3 not supported)
|
|||
AC_MSG_CHECKING([SDL version only being 1.2.X])
|
||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include "SDL.h"]],[[
|
||||
#if SDL_MINOR_VERSION != 2
|
||||
#error "Only SDL 1.2 supported
|
||||
#error "Only SDL 1.2 supported"
|
||||
#endif
|
||||
]])],AC_MSG_RESULT([yes]),[
|
||||
AC_MSG_RESULT([no])
|
||||
|
|
Loading…
Add table
Reference in a new issue