mirror of
https://github.com/mpv-player/mpv
synced 2025-01-21 07:10:52 +00:00
!00l, last commit mixed up "normal" ggi and ggiwmh tests.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23836 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
bd58ee07b3
commit
70207b6394
4
configure
vendored
4
configure
vendored
@ -4154,7 +4154,7 @@ echocheck "GGI"
|
||||
if test "$_ggi" = auto ; then
|
||||
cat > $TMPC << EOF
|
||||
#include <ggi/ggi.h>
|
||||
int main(void) { ggiInit(); ggiWmhInit(); return 0; }
|
||||
int main(void) { ggiInit(); return 0; }
|
||||
EOF
|
||||
_ggi=no
|
||||
cc_check -lggi && _ggi=yes
|
||||
@ -4176,7 +4176,7 @@ if test "$_ggiwmh" = auto ; then
|
||||
cat > $TMPC << EOF
|
||||
#include <ggi/ggi.h>
|
||||
#include <ggi/wmh.h>
|
||||
int main(void) { return 0; }
|
||||
int main(void) { ggiInit(); ggiWmhInit(); return 0; }
|
||||
EOF
|
||||
cc_check -lggi -lggiwmh && _ggiwmh=yes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user