diff options
author | pixel <pixel> | 2003-08-21 16:49:52 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-08-21 16:49:52 +0000 |
commit | 23974eb093c83a5e6f7b1109e0f739ad7a870aac (patch) | |
tree | b3cabc2eae9dde5689e8182f06036fcb6c417c34 /configure.ac | |
parent | 567a5619d98b17276479055512a469f1571c4ab4 (diff) |
Starting MySQL code
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index a5a7959..b2b759d 100644 --- a/configure.ac +++ b/configure.ac @@ -23,6 +23,7 @@ AC_C_BIGENDIAN # Checks for libraries. AC_CHECK_LIB([c], [printf]) +AM_PATH_MYSQL(AC_DEFINE(HAVE_MYSQL, 1, [Have MySQL])) # Checks for header files. AC_FUNC_ALLOCA |