build: Change return type of main in configure compile test programs
commit0c564e103d8240a997ee43965fa749bf816ea486
authorTobias Klauser <tklauser@distanz.ch>
Mon, 8 Sep 2014 07:37:27 +0000 (8 09:37 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 8 Sep 2014 07:37:27 +0000 (8 09:37 +0200)
tree4e1e6969fdff3036f6fcef49b85e30a16e9b5d9a
parente46767f61986d982501ec59233fabddc2876f63d
build: Change return type of main in configure compile test programs

When running the configure script with `CC=clang ./configure' clang
fails all the compile test programs due to the main() function not
having return type int. Change it, so we can use clang as a compiler in
the configure script.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
configure