removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.h

This commit is contained in:
Joel Becker 1998-12-10 03:54:27 +00:00
parent f15056ba84
commit 79c4245dc6
9 changed files with 49 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -1,3 +1,9 @@
Wed Dec 9 22:44:44 EST 1998 Joel Becker <jlbec@ocala.cs.miami.edu>
* Removed #define of G_COMPILED_WITH_DEBUGGING from glibconfig.h
It shouldn't be there, and it was causing a double #define.
(config.h defines it also)
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org>
* Released GLib 1.1.6

View File

@ -787,8 +787,7 @@ glib_defines="
#define GLIB_MAJOR_VERSION $GLIB_MAJOR_VERSION
#define GLIB_MINOR_VERSION $GLIB_MINOR_VERSION
#define GLIB_MICRO_VERSION $GLIB_MICRO_VERSION
#define G_COMPILED_WITH_DEBUGGING \"$enable_debug\""
"
case xyes in
x$glib_cv_va_copy) glib_vacopy='#define G_VA_COPY va_copy' ;;