commit | eae5829ed2e2ef39c134e6fe6e267f3ef9bd73e1 | [log] [tgz] |
---|---|---|
author | Gerald Pfeifer <gerald@pfeifer.com> | Sat Jan 02 15:13:43 2010 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 04 17:06:58 2010 +0100 |
tree | f57abcfb3f1a2659e9db80a8964095b25940a9d2 | |
parent | 2ef707cc09d6f1649a5876512cb0a5e194e243bf [diff] [blame] |
configure: Sort WINE_TRY_CFLAGS entries alphabetically.
diff --git a/configure.ac b/configure.ac index 2a9c83a..03a80d6 100644 --- a/configure.ac +++ b/configure.ac
@@ -1494,8 +1494,8 @@ WINE_TRY_CFLAGS([-fno-strict-aliasing]) WINE_TRY_CFLAGS([-Wdeclaration-after-statement]) WINE_TRY_CFLAGS([-Wstrict-prototypes]) - WINE_TRY_CFLAGS([-Wwrite-strings]) WINE_TRY_CFLAGS([-Wtype-limits]) + WINE_TRY_CFLAGS([-Wwrite-strings]) dnl Check for noisy string.h saved_CFLAGS="$CFLAGS"