You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/11/12 16:47:17 UTC

svn commit: r835420 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Thu Nov 12 15:47:17 2009
New Revision: 835420

URL: http://svn.apache.org/viewvc?rev=835420&view=rev
Log:
Use new include location

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=835420&r1=835419&r2=835420&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Thu Nov 12 15:47:17 2009
@@ -1067,7 +1067,7 @@
 if [ ".$has_sqlite" = .yes ]; then
     if [ ".$has_embedded_sqlite" = .yes ]; then
         sqliteobjs='$(SQLITE_SRCS)'
-        varadds includes "-I$topdir/srclib/sqlite"
+        varadds includes "-I$topdir/modules/util/sqlite"
         have_sqlite3=1
     else
         have_sqlite3=`have_include 0 sqlite3`