From 54d94d3929d391eb436438601cd4e3ffd87fd41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Sat, 5 Jun 2004 12:31:01 +0000 Subject: [PATCH] Replaced double equal symbols with single ones - seems to be more compatible. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7753 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 00928465b0..a3f4e61456 100755 --- a/configure +++ b/configure @@ -83,11 +83,11 @@ if [ -n "$floppy" ]; then fi # BeOS -if [ "${platform}" == "BeOS" ] ; then +if [ "${platform}" = "BeOS" ] ; then standard_gcc_settings # Linux -else if [ "${platform}" == "Linux" ] ; then +else if [ "${platform}" = "Linux" ] ; then standard_gcc_settings # Unknown platform