diff options
author | sasha@mysql.sashanet.com <> | 2001-04-02 19:01:15 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-04-02 19:01:15 -0600 |
commit | f754012ad08a6cf9988e6cd2c647670c4c65573d (patch) | |
tree | cc9f61f71666e0b4b3f190526b4d8f1641274e5d /regex/Makefile.am | |
parent | 620010abfca24b5304e906d3515a8be9e16d5851 (diff) | |
download | mariadb-git-f754012ad08a6cf9988e6cd2c647670c4c65573d.tar.gz |
got --with-other-libc to work, finally
Diffstat (limited to 'regex/Makefile.am')
-rw-r--r-- | regex/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regex/Makefile.am b/regex/Makefile.am index ecbbd567600..6492ab0370f 100644 --- a/regex/Makefile.am +++ b/regex/Makefile.am @@ -23,6 +23,7 @@ libregex_a_SOURCES = regerror.c regcomp.c regexec.c regfree.c reginit.c noinst_PROGRAMS = re re_SOURCES = split.c debug.c main.c re_DEPENDENCIES= $(LIBRARIES) +re_LDFLAGS= @NOINST_LDFLAGS@ EXTRA_DIST = tests CHANGES COPYRIGHT WHATSNEW regexp.c \ debug.ih engine.ih main.ih regcomp.ih regerror.ih \ regex.3 regex.7 |