Add an OS_LINUX conditional.

2004-12-27  Matthias Clasen  <mclasen@redhat.com>

	* configure.in: Add an OS_LINUX conditional.

	* glib/Makefile.am (TESTS): Only check the ABI on
	linux, since the shell script is not portable, and libtool
	deficiencies may distort the ABI on other platforms.  (#161741)
This commit is contained in:
Matthias Clasen
2004-12-27 06:55:08 +00:00
committed by Matthias Clasen
parent 543cd4b10f
commit b1f6eaf987
9 changed files with 55 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-12-27 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: Only check the ABI on linux, since
the shell script is not portable. (#161734, Adrian Bunk)
2004-12-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.6.0 ===

View File

@@ -19,7 +19,7 @@ gobject.def: gobject.symbols
gobjectalias.h: gobject.symbols
$(PERL) $(srcdir)/makegobjectalias.pl < $(srcdir)/gobject.symbols > gobjectalias.h
if OS_UNIX
if OS_LINUX
TESTS = abicheck.sh
endif