diff options
author | kent@mysql.com <> | 2005-05-10 13:56:08 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-05-10 13:56:08 +0200 |
commit | 7c65e20e324da230f1eb93b7b522c55347fe00e1 (patch) | |
tree | 29749e948c906b4b2fff5568cbf1853e8dfbea74 /configure.in | |
parent | 70506c67ffbc6bb4a12a08996220853bf97a67fd (diff) | |
parent | faf8f825b546e33b0ec78f88afe7b02b3606bb98 (diff) | |
download | mariadb-git-7c65e20e324da230f1eb93b7b522c55347fe00e1.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/cw/mysql-4.1
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 1f36a45d40c..a5872a79ae3 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 |