From cba0478eaa0f6e5e5d8a0834882d78bfdd3186b0 Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Tue, 27 Oct 1998 23:51:16 +0000 Subject: [PATCH] Fixed silly problem when checking for Xpm and Motif 2.1. Thanks to Stuart Parmenter for pointing this out. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ea29d7c9c7b3..3c1ce497d6d8 100644 --- a/configure.in +++ b/configure.in @@ -442,7 +442,7 @@ LDFLAGS="$_SAVE_LDFLAGS" res=`echo :$MOZ_FE | grep -c " x"` if [ test $res != 0 ]; then - if [ test "$MOTIF_REQUIRES_XPM" = "True" && test "$MOTIF_VERSION" = "2.1" ]; then + if [ test "$MOTIF_REQUIRES_XPM" = "True" || test "$MOTIF_VERSION" = "2.1" ]; then _SAVE_LDFLAGS="$LDFLAGS" LDFLAGS="$XLDFLAGS $LDFLAGS" if [ test "$MOTIF_REQUIRES_XPM" = "True" ]; then