From c202adb9f46dcf4ffeff4f508b7e32957fdf24f6 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 4 Jan 2010 22:32:28 +0000 Subject: Remove pointless variable declaration from DirectFB check. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30223 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f4d9452c30..8ca9c0d645 100755 --- a/configure +++ b/configure @@ -4138,7 +4138,7 @@ if test "$_directfb" = auto ; then _directfb=no cat > $TMPC < -int main(void) { IDirectFB *foo; DirectFBInit(0,0); return 0; } +int main(void) { DirectFBInit(0, 0); return 0; } EOF for _inc_tmp in "" -I/usr/local/include/directfb \ -I/usr/include/directfb -I/usr/local/include; do -- cgit v1.2.3