1
0
Fork 0

Fix output of configure when --disable-opengl is used

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@4067
This commit is contained in:
Peter Veenstra 2017-12-13 15:50:55 +00:00
parent d949fee410
commit 85b0c547ef

View file

@ -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)])