summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-06-16 13:33:28 +0000
committerAaron Marks <nymacro@gmail.com>2005-06-16 13:33:28 +0000
commit154515dbaeff0dfb0501f96464a7016945f45fbd (patch)
tree3d692be134ad8ea83883c284d5e62fea8e2d2c09 /configure.ac
parentd55a795784c6e8e6d1167c623390da584f4df078 (diff)
downloadmanaserv-154515dbaeff0dfb0501f96464a7016945f45fbd.tar.gz
manaserv-154515dbaeff0dfb0501f96464a7016945f45fbd.tar.xz
manaserv-154515dbaeff0dfb0501f96464a7016945f45fbd.zip
Created Storage child which uses DAL (used by default now).
Updated RecoredSet to allow access to rows() and cols().
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 93ac8d9..4c5e109 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ if test "x$with_sqlite" == "xyes"; then
)
# Add define
- SQLITE_CFLAGS=" -DSQLITE_SUPPORT $SQLITE_SUPPORT"
+ SQLITE_CFLAGS=" -DSQLITE_SUPPORT $SQLITE_SUPPORT -DUSE_SQLITE"
AC_SUBST(SQLITE_CFLAGS)
AC_SUBST(SQLITE_LIBS)