CONFIGURE: Fix OpenGL test broken in previous commit.
This commit is contained in:
parent
002c6dec0e
commit
06afc39590
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -3655,6 +3655,7 @@ if test "$_opengl" = auto ; then
|
|||
# Test the current header for OpenGL
|
||||
cat > $TMPC << EOF
|
||||
#include <$i>
|
||||
#include <stdio.h>
|
||||
int main(void) { printf("ANTIVIRUS FALSE POSITIVE WORKAROUND"); return GL_VERSION_1_1; }
|
||||
EOF
|
||||
cc_check $DEFINES $OPENGL_CFLAGS $OPENGL_LIBS && _opengl=yes && break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue