diff options
author | wm4 <wm4@nowhere> | 2015-12-23 17:59:54 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-12-23 17:59:54 +0100 |
commit | ff520054c86898613ae58f358b8554760ef30e15 (patch) | |
tree | 52923c548dbca5b4c17ef45796f47624daba9442 /TOOLS | |
parent | 1a6f3c56ea6e7bf9928fc99469f8f5da4578f035 (diff) |
old-configure: add a missing define
(Why am I maintaining 2 build systems?)
Diffstat (limited to 'TOOLS')
-rwxr-xr-x | TOOLS/old-configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TOOLS/old-configure b/TOOLS/old-configure index 3dea7029ed..652dd1eef1 100755 --- a/TOOLS/old-configure +++ b/TOOLS/old-configure @@ -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" |