[Xfce4-commits] r30096 - terminal/trunk
Nick Schermer
nick at xfce.org
Sat Jun 27 21:31:01 CEST 2009
Author: nick
Date: 2009-06-27 19:31:01 +0000 (Sat, 27 Jun 2009)
New Revision: 30096
Modified:
terminal/trunk/configure.in.in
Log:
Fix broken syntax highlighting in my code editor.
Modified: terminal/trunk/configure.in.in
===================================================================
--- terminal/trunk/configure.in.in 2009-06-27 19:30:39 UTC (rev 30095)
+++ terminal/trunk/configure.in.in 2009-06-27 19:31:01 UTC (rev 30096)
@@ -178,7 +178,7 @@
CFLAGS="$save_CFLAGS"
dnl Check whether the compiler accepts the -fno-strict-aliasing
- dnl switch, as certain packages - like Glib - still don't work
+ dnl switch, as certain packages - like Glib - still do not work
dnl properly with newer compilers.
save_CFLAGS="$CFLAGS"
CFLAGS="$CFLAGS -fno-strict-aliasing"
More information about the Xfce4-commits
mailing list