Avoid 'test -a'.

This commit is contained in:
Raja R Harinath
2001-10-05 01:36:56 +00:00
parent f80cd10350
commit 6af5ba071d
9 changed files with 81 additions and 49 deletions

View File

@@ -768,7 +768,7 @@ if test -z "$G_MODULE_IMPL"; then
[])
fi
dnl *** load_image (BeOS)
if test -z "$G_MODULE_IMPL" -a "x$glib_native_beos" = "xyes"; then
if test -z "$G_MODULE_IMPL" && test "x$glib_native_beos" = "xyes"; then
AC_CHECK_LIB(root, load_image,
[G_MODULE_LIBS="-lbe -lroot -lglib"
G_MODULE_LIBS_EXTRA="-L\$(top_builddir_full)/.libs"