From 32d6ebc48af4e6e2d9a8715a6f7080a2a4830c3a Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 15 Dec 2008 16:23:34 +0000 Subject: [PATCH] add some beautification quote Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3246 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 26ac8272..6ca9c561 100644 --- a/configure.in +++ b/configure.in @@ -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])