diff options
author | kent@mysql.com <> | 2005-05-10 13:53:47 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-05-10 13:53:47 +0200 |
commit | faf8f825b546e33b0ec78f88afe7b02b3606bb98 (patch) | |
tree | 05f43a71cf967942681ec5b680dfb24d3ef906bf /configure.in | |
parent | 08bba8bc22b91082229a4eab67b31674e44c8159 (diff) | |
download | mariadb-git-faf8f825b546e33b0ec78f88afe7b02b3606bb98.tar.gz |
Makefile.am, configure.in:
Enable creation of embedded lib when --with-darwin-mwcc
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 00ec737e76f..9d524de125a 100644 --- a/configure.in +++ b/configure.in @@ -145,8 +145,11 @@ AC_ARG_WITH(darwin-mwcc, export CC CXX LD AR RANLIB AC_SUBST(AR) AC_SUBST(RANLIB) + with_darwin_mwcc=yes ]) +AM_CONDITIONAL(DARWIN_MWCC, test x$with_darwin_mwcc = xyes) + if test "x${CFLAGS-}" = x ; then cflags_is_set=no else |