Sort WINE_TRY_CFLAGS entries alphabetically in configure.ac
Gerald Pfeifer
gerald at pfeifer.com
Sat Jan 2 08:13:43 CST 2010
I am playing a bit with these, and having the list alphabetically
helps...
Gerald
ChangeLog:
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 @@ then
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"
More information about the wine-patches
mailing list