old-configure: add a missing define

(Why am I maintaining 2 build systems?)
This commit is contained in:
wm4 2015-12-23 17:59:54 +01:00
parent 1a6f3c56ea
commit ff520054c8
1 changed files with 1 additions and 0 deletions

View File

@ -973,6 +973,7 @@ cat > $TMPC << EOF
#define HAVE_EGL_ANGLE 0
#define HAVE_GPL3 1
#define HAVE_WIN32 0
#define HAVE_GL_DXINTEROP 0
#ifdef __OpenBSD__
#define DEFAULT_CDROM_DEVICE "/dev/rcd0c"