diff options
author | unknown <monty@mashka.mysql.fi> | 2003-02-08 01:12:58 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-02-08 01:12:58 +0200 |
commit | cb38070e9f4e3dcaf3e2f9dc42577802ba035085 (patch) | |
tree | d54b65dfc052978dab95842c84f1a39745ef0d0c /configure.in | |
parent | 5dd528a2fda1412b8b75a6311dbc7262670983b6 (diff) | |
parent | 133ed0bf6ffde95d02ea35b6c02b5a042d73ecc0 (diff) | |
download | mariadb-git-cb38070e9f4e3dcaf3e2f9dc42577802ba035085.tar.gz |
merge
configure.in:
Auto merged
mysql-test/t/explain.test:
Auto merged
sql/ha_innodb.cc:
Auto merged
sql/item_create.cc:
Auto merged
sql/item_create.h:
Auto merged
sql/opt_range.cc:
Auto merged
sql/opt_sum.cc:
Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8871189a119..e529da3c149 100644 --- a/configure.in +++ b/configure.in @@ -1070,7 +1070,7 @@ dnl Is this the right match for DEC OSF on alpha? *netware*) # No need for curses library so set it to null with_named_curses="" - + PLATFORM_NETWARE=yes # # Edit Makefile.in files. # @@ -1170,6 +1170,7 @@ EOF ;; esac +AM_CONDITIONAL(PLATFORM_NETWARE, test "$PLATFORM_NETWARE" = "yes") #---START: Used in for client configure # Check if we threads are in libc or if we should use |