From ae5b950c4dd81daa0e03847905f3f38b4ef8b409 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Apr 2001 19:01:15 -0600 Subject: 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 --- regex/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'regex') 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 -- cgit v1.2.1