2008-11-26 Mike Kestner <mkestner@novell.com>

* configure.in.in: prepend CFLAGS environment setting to AC_SUBST.
	Patch from Diego Petteno.  [Fixes #443175]

svn path=/trunk/gtk-sharp/; revision=120084
This commit is contained in:
Mike Kestner 2008-11-26 17:41:12 +00:00
parent 7a52b14c1c
commit e710d47363
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-11-26 Mike Kestner <mkestner@novell.com>
* configure.in.in: prepend CFLAGS environment setting to AC_SUBST.
Patch from Diego Petteno. [Fixes #443175]
2008-11-25 Mike Kestner <mkestner@novell.com>
* glib/Value.cs: fix for 'IntPtr as object' value construction.

View File

@ -67,7 +67,7 @@ fi
# not 64 bit clean in cross-compile
AC_CHECK_SIZEOF(void *, 4)
CFLAGS="-g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings"
CFLAGS="${CFLAGS} -g -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wshadow -Wpointer-arith -Wno-cast-qual -Wcast-align -Wwrite-strings"
if test "x$enable_maintainer_mode" = "xyes"; then
DEBUG_FLAGS='-debug'