From 3191bcb92b2ab23231e2f1682ec4eb75934a9a43 Mon Sep 17 00:00:00 2001
From: James Woodcock <james_woodcock@yahoo.co.uk>
Date: Thu, 6 Sep 2012 20:47:11 +0100
Subject: [PATCH 4/4] Use the system strcasestr() on Linux.

---
 cde/programs/dtmail/dtmail/FindDialog.C | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cde/programs/dtmail/dtmail/FindDialog.C b/cde/programs/dtmail/dtmail/FindDialog.C
index 4696c42..ad4169c 100644
--- a/cde/programs/dtmail/dtmail/FindDialog.C
+++ b/cde/programs/dtmail/dtmail/FindDialog.C
@@ -728,7 +728,7 @@ FindDialog::compareMessage(DtMailMessageHandle	  handle)
   return(found);
 }
 
-#if !defined(CSRG_BASED)
+#if !defined(CSRG_BASED) && !defined(linux)
 //
 // See if string 'toFind' is anyware in string 'str'.
 // A case-insensitive version of strstr().
-- 
1.7.11.2.138.g2b53359

