From 025e08ce9c5e67bd17ca1aa84b6a9a56e4e31682 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Tue, 25 May 2010 20:28:09 +0300 Subject: [PATCH 1/1] Do not require SDL by default --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index afc210765e..0136744690 100644 --- a/configure.ac +++ b/configure.ac @@ -3395,9 +3395,9 @@ then ]) ]) ],[ - AC_MSG_ERROR([The development package for SDL is not present or too old. - You need 1.2.10. Alternatively you can also configure with - --disable-sdl.]) + AC_MSG_WARN([The development package for SDL is not present or too old. + You need 1.2.10. Alternatively you can also configure with + --disable-sdl.]) ]) fi -- 2.39.5