From 85b0c547efff1c8418b754f00a112d620bc3b76a Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Wed, 13 Dec 2017 15:50:55 +0000 Subject: [PATCH] Fix output of configure when --disable-opengl is used Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4067 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 4800454b..78c92e44 100644 --- a/configure.ac +++ b/configure.ac @@ -434,6 +434,8 @@ case "$host" in fi ;; esac +else + AC_MSG_RESULT(no) fi AH_TEMPLATE(C_DDRAW,[Define to 1 to enable output=ddraw (Win32)])