diff options
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 |