Many (FSF and Sun at least) have interpreted the C99 standard in a way
authorPierre Ossman <ossman@cendio.se>
Wed, 11 Jan 2006 14:36:02 +0000 (14:36 +0000)
committerPierre Ossman <ossman@cendio.se>
Wed, 11 Jan 2006 14:36:02 +0000 (14:36 +0000)
commit72316ccf9c8c7fec6fbd5d190852a61168002b24
tree60a33f3e324caf491195fd06055921fbed4b19b1
parent2623edcc4222884d57ce161e4ab0ba86feb8a2b8
Many (FSF and Sun at least) have interpreted the C99 standard in a way
that int64_t and similar types are only defined on 64 bit platforms. Using
-std=gnu99 lifts this rather silly restriction.

The HAVE_NETLINK define is not generated anywhere in our configure. So it
was rather pointless to use it for any test.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@450 fefdeb5f-60dc-0310-8127-8f9354f1896f
configure.ac