diff --git a/ChangeLog b/ChangeLog index 41209439c..85f90f032 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-05-11 Mike Kestner + + * configure.in.in : s/-g/-debug + 2005-05-11 Mike Kestner * gtk/Gtk.metadata : hide IconTheme.GetIconSizes. diff --git a/configure.in.in b/configure.in.in index 16a135d2e..408ba6af5 100644 --- a/configure.in.in +++ b/configure.in.in @@ -40,11 +40,11 @@ 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' if test "x$enable_maintainer_mode" = "xyes"; then -DEBUG_FLAGS='-g' +DEBUG_FLAGS='-debug' else DEBUG_FLAGS= AC_ARG_ENABLE(debug, [ --enable-debug Build debugger (.mdb) files for dlls], - DEBUG_FLAGS='-g' + DEBUG_FLAGS='-debug' ) fi