Fixed problem that caused automake to fail
This commit is contained in:
parent
7391bc564f
commit
d92022f7f0
@ -1067,7 +1067,7 @@ dnl Is this the right match for DEC OSF on alpha?
|
|||||||
*netware*)
|
*netware*)
|
||||||
# No need for curses library so set it to null
|
# No need for curses library so set it to null
|
||||||
with_named_curses=""
|
with_named_curses=""
|
||||||
|
PLATFORM_NETWARE=yes
|
||||||
#
|
#
|
||||||
# Edit Makefile.in files.
|
# Edit Makefile.in files.
|
||||||
#
|
#
|
||||||
@ -1167,6 +1167,7 @@ EOF
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
AM_CONDITIONAL(PLATFORM_NETWARE, test "$PLATFORM_NETWARE" = "yes")
|
||||||
|
|
||||||
#---START: Used in for client configure
|
#---START: Used in for client configure
|
||||||
# Check if we threads are in libc or if we should use
|
# Check if we threads are in libc or if we should use
|
||||||
|
Loading…
x
Reference in New Issue
Block a user