mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 16:38:43 +02:00
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:
committed by
Matthias Clasen
parent
543cd4b10f
commit
b1f6eaf987
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user