trivial text change.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1005 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2005-10-07 21:09:12 +00:00
parent fa4e8074e7
commit 24f2d6e649

View file

@ -11,7 +11,7 @@
* configure.in: Change our compile flags for the betterment of mankind.
Add "-Wstrict-prototypes" because we comply anyhow and missing a
prototype is very bad on 64-bit platforms as types default to int but
sizeof(int) != sizeof(long), add "-Wmissing-prototypes" and
sizeof(int) != sizeof(long) and add "-Wmissing-prototypes" &
"-Wmissing-declarations" to warn if we define an exported function
but fail to put it in a header.