diff options
author | brian@zim.(none) <> | 2005-03-16 16:22:56 -0800 |
---|---|---|
committer | brian@zim.(none) <> | 2005-03-16 16:22:56 -0800 |
commit | 473e1ffd3a1e2da0b0cacf8a11d04d5b076c27b2 (patch) | |
tree | b1ade2e2af49cdbe6f38dabc833e02514d43570d /regex | |
parent | d6c893bb1cb1eb6ae2c663e0160787fa0436546c (diff) | |
download | mariadb-git-473e1ffd3a1e2da0b0cacf8a11d04d5b076c27b2.tar.gz |
Removed support for RAID, mit-threads, and MySQL FS (really, if someone wants this feature look at a web-dav hookup).
Diffstat (limited to 'regex')
-rw-r--r-- | regex/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/Makefile.am b/regex/Makefile.am index ee7fc5463b7..07d7a03635d 100644 --- a/regex/Makefile.am +++ b/regex/Makefile.am @@ -15,7 +15,7 @@ # Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, # MA 02111-1307, USA -INCLUDES = @MT_INCLUDES@ -I$(top_srcdir)/include +INCLUDES = -I$(top_srcdir)/include noinst_LIBRARIES = libregex.a LDADD= libregex.a $(top_builddir)/strings/libmystrings.a noinst_HEADERS = cclass.h cname.h regex2.h utils.h engine.c regex.h |