summaryrefslogtreecommitdiff
path: root/regex
diff options
context:
space:
mode:
authorunknown <sasha@mysql.sashanet.com>2001-04-02 19:01:15 -0600
committerunknown <sasha@mysql.sashanet.com>2001-04-02 19:01:15 -0600
commitae5b950c4dd81daa0e03847905f3f38b4ef8b409 (patch)
treecc9f61f71666e0b4b3f190526b4d8f1641274e5d /regex
parent3a3e8e99d5ba9a4659617d40554677d34053a7e7 (diff)
downloadmariadb-git-ae5b950c4dd81daa0e03847905f3f38b4ef8b409.tar.gz
got --with-other-libc to work, finally
configure.in: updates for --with-other-libc heap/Makefile.am: --with-other-libc libmysql/Makefile.shared: --with-other-libc mysys/Makefile.am: --with-other-libc regex/Makefile.am: --with-other-libc sql/Makefile.am: --with-other-libc strings/Makefile.am: --with-other-libc
Diffstat (limited to 'regex')
-rw-r--r--regex/Makefile.am1
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