[MPlayer-cvslog] r32264 - trunk/configure

diego subversion at mplayerhq.hu
Thu Sep 16 13:29:23 CEST 2010


Author: diego
Date: Thu Sep 16 13:29:23 2010
New Revision: 32264

Log:
Simplify libggiwmh check using function_check().

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Thu Sep 16 13:26:16 2010	(r32263)
+++ trunk/configure	Thu Sep 16 13:29:23 2010	(r32264)
@@ -4697,10 +4697,6 @@ echores "$_ggi"
 echocheck "GGI extension: libggiwmh"
 if test "$_ggiwmh" = auto ; then
   _ggiwmh=no
-  cat > $TMPC << EOF
-#include <ggi/wmh.h>
-int main(void) { ggiWmhInit(); return 0; }
-EOF
   function_check ggi/wmh.h 'ggiWmhInit()' -lggi -lggiwmh && _ggiwmh=yes
 fi
 # needed to get right output on obscure combination


More information about the MPlayer-cvslog mailing list