Revision: 7145
          http://svn.sourceforge.net/mahogany/?rev=7145&view=rev
Author:   vadz
Date:     2006-10-19 17:37:46 -0700 (Thu, 19 Oct 2006)

Log Message:
-----------
don't need to check for sqlite any longer

Modified Paths:
--------------
    trunk/M/configure.in

Removed Paths:
-------------
    trunk/M/lib/sqlite.vcproj

Modified: trunk/M/configure.in
===================================================================
--- trunk/M/configure.in        2006-10-20 00:36:24 UTC (rev 7144)
+++ trunk/M/configure.in        2006-10-20 00:37:46 UTC (rev 7145)
@@ -1131,17 +1131,8 @@
 using_dspam="no"
 case "$USE_DSPAM" in
     1)
-       dnl check for sqlite as we use sqlite driver for dspam
-       dnl
-       dnl TODO: support for other drivers
-       AC_CHECK_HEADER(sqlite.h,
-           AC_CHECK_LIB(sqlite, main,
-               using_dspam="yes"
-               MAKE_USE_DSPAM="USE_DSPAM=1",
-               AC_MSG_WARN(Cannot find sqlite library - support for DSPAM 
disabled.)
-           ),
-           AC_MSG_WARN(Cannot find sqlite header - support for DSPAM disabled.)
-       )
+       using_dspam="yes"
+       MAKE_USE_DSPAM="USE_DSPAM=1"
        ;;
 esac
 

Deleted: trunk/M/lib/sqlite.vcproj
===================================================================
--- trunk/M/lib/sqlite.vcproj   2006-10-20 00:36:24 UTC (rev 7144)
+++ trunk/M/lib/sqlite.vcproj   2006-10-20 00:37:46 UTC (rev 7145)
@@ -1,271 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-       ProjectType="Visual C++"
-       Version="7.10"
-       Name="sqlite"
-       ProjectGUID="{21A4A012-8304-49E6-B0C7-D28296C44E99}"
-       RootNamespace="sqlite"
-       SccProjectName=""
-       SccLocalPath="">
-       <Platforms>
-               <Platform
-                       Name="Win32"/>
-       </Platforms>
-       <Configurations>
-               <Configuration
-                       Name="Debug|Win32"
-                       OutputDirectory=".\Debug"
-                       IntermediateDirectory=".\Debug"
-                       ConfigurationType="4"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"
-                       CharacterSet="2">
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
-                               ExceptionHandling="FALSE"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="3"
-                               UsePrecompiledHeader="0"
-                               PrecompiledHeaderFile=".\Debug\sqlite.pch"
-                               WarningLevel="3"
-                               SuppressStartupBanner="TRUE"
-                               DebugInformationFormat="4"
-                               CompileAs="1"/>
-                       <Tool
-                               Name="VCCustomBuildTool"/>
-                       <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile=".\sqlited.lib"
-                               SuppressStartupBanner="TRUE"/>
-                       <Tool
-                               Name="VCMIDLTool"/>
-                       <Tool
-                               Name="VCPostBuildEventTool"/>
-                       <Tool
-                               Name="VCPreBuildEventTool"/>
-                       <Tool
-                               Name="VCPreLinkEventTool"/>
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               Culture="1033"/>
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"/>
-                       <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
-                       <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-               </Configuration>
-               <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory=".\Release"
-                       IntermediateDirectory=".\Release"
-                       ConfigurationType="4"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="FALSE"
-                       CharacterSet="2">
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="2"
-                               InlineFunctionExpansion="1"
-                               PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
-                               StringPooling="TRUE"
-                               ExceptionHandling="FALSE"
-                               RuntimeLibrary="2"
-                               EnableFunctionLevelLinking="TRUE"
-                               UsePrecompiledHeader="0"
-                               PrecompiledHeaderFile=".\Release\sqlite.pch"
-                               WarningLevel="3"
-                               SuppressStartupBanner="TRUE"
-                               CompileAs="1"/>
-                       <Tool
-                               Name="VCCustomBuildTool"/>
-                       <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile=".\sqlite.lib"
-                               SuppressStartupBanner="TRUE"/>
-                       <Tool
-                               Name="VCMIDLTool"/>
-                       <Tool
-                               Name="VCPostBuildEventTool"/>
-                       <Tool
-                               Name="VCPreBuildEventTool"/>
-                       <Tool
-                               Name="VCPreLinkEventTool"/>
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               Culture="1033"/>
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"/>
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"/>
-                       <Tool
-                               Name="VCManagedWrapperGeneratorTool"/>
-                       <Tool
-                               Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-               </Configuration>
-       </Configurations>
-       <References>
-       </References>
-       <Files>
-               <Filter
-                       Name="Source Files"
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
-                       <File
-                               RelativePath=".\attach.c">
-                       </File>
-                       <File
-                               RelativePath=".\auth.c">
-                       </File>
-                       <File
-                               RelativePath=".\btree.c">
-                       </File>
-                       <File
-                               RelativePath=".\btree_rb.c">
-                       </File>
-                       <File
-                               RelativePath=".\build.c">
-                       </File>
-                       <File
-                               RelativePath=".\copy.c">
-                       </File>
-                       <File
-                               RelativePath=".\date.c">
-                       </File>
-                       <File
-                               RelativePath=".\delete.c">
-                       </File>
-                       <File
-                               RelativePath=".\encode.c">
-                       </File>
-                       <File
-                               RelativePath=".\expr.c">
-                       </File>
-                       <File
-                               RelativePath=".\func.c">
-                       </File>
-                       <File
-                               RelativePath=".\hash.c">
-                       </File>
-                       <File
-                               RelativePath=".\insert.c">
-                       </File>
-                       <File
-                               RelativePath=".\main.c">
-                       </File>
-                       <File
-                               RelativePath=".\opcodes.c">
-                       </File>
-                       <File
-                               RelativePath=".\os.c">
-                       </File>
-                       <File
-                               RelativePath=".\pager.c">
-                       </File>
-                       <File
-                               RelativePath=".\parse.c">
-                       </File>
-                       <File
-                               RelativePath=".\pragma.c">
-                       </File>
-                       <File
-                               RelativePath=".\printf.c">
-                       </File>
-                       <File
-                               RelativePath=".\random.c">
-                       </File>
-                       <File
-                               RelativePath=".\select.c">
-                       </File>
-                       <File
-                               RelativePath=".\shell.c">
-                       </File>
-                       <File
-                               RelativePath=".\table.c">
-                       </File>
-                       <File
-                               RelativePath=".\tclsqlite.c">
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       ExcludedFromBuild="TRUE">
-                                       <Tool
-                                               Name="VCCLCompilerTool"/>
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       ExcludedFromBuild="TRUE">
-                                       <Tool
-                                               Name="VCCLCompilerTool"/>
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath=".\tokenize.c">
-                       </File>
-                       <File
-                               RelativePath=".\trigger.c">
-                       </File>
-                       <File
-                               RelativePath=".\update.c">
-                       </File>
-                       <File
-                               RelativePath=".\util.c">
-                       </File>
-                       <File
-                               RelativePath=".\vacuum.c">
-                       </File>
-                       <File
-                               RelativePath=".\vdbe.c">
-                       </File>
-                       <File
-                               RelativePath=".\vdbeaux.c">
-                       </File>
-                       <File
-                               RelativePath=".\where.c">
-                       </File>
-               </Filter>
-               <Filter
-                       Name="Header Files"
-                       Filter="h;hpp;hxx;hm;inl">
-                       <File
-                               RelativePath=".\btree.h">
-                       </File>
-                       <File
-                               RelativePath=".\config.h">
-                       </File>
-                       <File
-                               RelativePath=".\hash.h">
-                       </File>
-                       <File
-                               RelativePath=".\opcodes.h">
-                       </File>
-                       <File
-                               RelativePath=".\os.h">
-                       </File>
-                       <File
-                               RelativePath=".\pager.h">
-                       </File>
-                       <File
-                               RelativePath=".\parse.h">
-                       </File>
-                       <File
-                               RelativePath=".\sqlite.h">
-                       </File>
-                       <File
-                               RelativePath=".\sqliteInt.h">
-                       </File>
-                       <File
-                               RelativePath=".\vdbe.h">
-                       </File>
-                       <File
-                               RelativePath=".\vdbeInt.h">
-                       </File>
-               </Filter>
-       </Files>
-       <Globals>
-       </Globals>
-</VisualStudioProject>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to