diff options
author | monty@mashka.mysql.fi <> | 2003-02-07 18:47:13 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-07 18:47:13 +0200 |
commit | d92022f7f018fb1b19efa8a04ed06217600c16f7 (patch) | |
tree | 1da242ff128f877e7bb27fbcafaf1244dff8f16d /configure.in | |
parent | 7391bc564fb042ab59f1c185d9defeacb8fea728 (diff) | |
download | mariadb-git-d92022f7f018fb1b19efa8a04ed06217600c16f7.tar.gz |
Fixed problem that caused automake to fail
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 d2469f1fffd..d4f749d5de7 100644 --- a/configure.in +++ b/configure.in @@ -1067,7 +1067,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. # @@ -1167,6 +1167,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 |