From: Joel Becker Date: Thu, 10 Dec 1998 03:54:27 +0000 (+0000) Subject: removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.h X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=79c4245dc618fa7caff8a68d37fcc6ed947f9322;p=dana%2Fcg-glib.git removed redefinition of G_COMPILED_WITH_DEBUGGING from glibconfig.h --- diff --git a/ChangeLog b/ChangeLog index dd0032a0..f99f08d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index dd0032a0..f99f08d1 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index dd0032a0..f99f08d1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index dd0032a0..f99f08d1 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index dd0032a0..f99f08d1 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index dd0032a0..f99f08d1 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index dd0032a0..f99f08d1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index dd0032a0..f99f08d1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Wed Dec 9 22:44:44 EST 1998 Joel Becker + + * 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 * Released GLib 1.1.6 diff --git a/configure.in b/configure.in index 161cded2..a1c636bf 100644 --- a/configure.in +++ b/configure.in @@ -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' ;;