[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2316: fix GLIB version constants (bug 3685)

Mats Wichmann mats at linuxfoundation.org
Tue Oct 30 13:36:19 UTC 2012


------------------------------------------------------------
revno: 2316
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Tue 2012-10-30 07:36:19 -0600
message:
  fix GLIB version constants (bug 3685)
modified:
  ts/devchk/glib_2_0_glib_h.c
-------------- next part --------------
=== modified file 'ts/devchk/glib_2_0_glib_h.c'
--- a/ts/devchk/glib_2_0_glib_h.c	2012-10-29 17:20:50 +0000
+++ b/ts/devchk/glib_2_0_glib_h.c	2012-10-30 13:36:19 +0000
@@ -1242,7 +1242,7 @@
 
 #endif
 
-#if 
+#if _LSB_DEFAULT_ARCH
 cnt++;
 #ifndef GLIB_MINOR_VERSION
 Msg( "Error: Constant not found: GLIB_MINOR_VERSION\n");
@@ -1250,12 +1250,9 @@
 pcnt++;
 #endif
 
-#else
-Msg( "No definition for GLIB_MINOR_VERSION (5857, version) in db for this architecture\n");
-#ifdef GLIB_MINOR_VERSION
-#endif
-#endif
-#if 
+#endif
+
+#if _LSB_DEFAULT_ARCH
 cnt++;
 #ifndef GLIB_MICRO_VERSION
 Msg( "Error: Constant not found: GLIB_MICRO_VERSION\n");
@@ -1263,11 +1260,8 @@
 pcnt++;
 #endif
 
-#else
-Msg( "No definition for GLIB_MICRO_VERSION (5858, version) in db for this architecture\n");
-#ifdef GLIB_MICRO_VERSION
-#endif
-#endif
+#endif
+
 #if _LSB_DEFAULT_ARCH
 cnt++;
 #ifndef G_OS_UNIX



More information about the lsb-messages mailing list