mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
Disable readline support on cygwin, regardless of GHC version.
This commit is contained in:
@@ -61,9 +61,10 @@ AC_ARG_WITH(readline,
|
|||||||
else
|
else
|
||||||
READLINE="$withval"
|
READLINE="$withval"
|
||||||
fi],
|
fi],
|
||||||
[if test "$GHC_VERSION" = "6.4" && test "$host_os" = "cygwin"; then
|
[if test "$host_os" = "cygwin"; then
|
||||||
AC_MSG_WARN([There are problems with readline on 6.4 for Windows,
|
AC_MSG_WARN([There are problems with readline for Windows,
|
||||||
disabling readline support.
|
for example, pipe characters do not work.
|
||||||
|
Disabling readline support.
|
||||||
Use --with-readline to override.])
|
Use --with-readline to override.])
|
||||||
READLINE="no"
|
READLINE="no"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user