diff options
author | unknown <kent@mysql.com> | 2005-05-10 13:56:08 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-05-10 13:56:08 +0200 |
commit | a862ef73ae220939e97c52b14d26c120f1c9c196 (patch) | |
tree | 29749e948c906b4b2fff5568cbf1853e8dfbea74 /configure.in | |
parent | d4432343d1960199da9750696fc2953f36e3782b (diff) | |
parent | 05a945ecf42087ad46bd120624af0c356e4041c8 (diff) | |
download | mariadb-git-a862ef73ae220939e97c52b14d26c120f1c9c196.tar.gz |
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/cw/mysql-4.1
configure.in:
Auto merged
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 |