From 0caa345a697b82386f6660a1672df0eb78c95984 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 13 Jul 2008 11:50:48 +0000 Subject: main(void) --> int main(void) in .align test git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27272 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 1c381cb624..9a968c88be 100755 --- a/configure +++ b/configure @@ -2410,7 +2410,7 @@ echocheck ".align is a power of two" if test "$_asmalign_pot" = auto ; then _asmalign_pot=no cat > $TMPC << EOF -main(void) { asm (".align 3"); } +int main(void) { asm (".align 3"); } EOF cc_check && _asmalign_pot=yes fi -- cgit v1.2.3