Mercurial > mplayer.hg
changeset 23816:f1a98937d141
!00l, last commit mixed up "normal" ggi and ggiwmh tests.
author | reimar |
---|---|
date | Fri, 20 Jul 2007 21:29:44 +0000 |
parents | ee4e0332a2f6 |
children | ca84259411d3 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Jul 20 21:27:17 2007 +0000 +++ b/configure Fri Jul 20 21:29:44 2007 +0000 @@ -4154,7 +4154,7 @@ 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 @@ 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