Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3
This commit is contained in:
commit
20080c0a24
4
configure
vendored
4
configure
vendored
@ -6579,7 +6579,7 @@ fi
|
|||||||
$as_echo "$ac_cv_lib_ncurses_main" >&6; }
|
$as_echo "$ac_cv_lib_ncurses_main" >&6; }
|
||||||
if test "x$ac_cv_lib_ncurses_main" = xyes; then :
|
if test "x$ac_cv_lib_ncurses_main" = xyes; then :
|
||||||
|
|
||||||
LDFLAGS="-lncurses $LDFLAGS"
|
LIBS="-lncurses $LIBS"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -6618,7 +6618,7 @@ if test "x$ac_cv_lib_readline_main" = xyes; then :
|
|||||||
|
|
||||||
$as_echo "#define HAVE_LIBREADLINE 1" >>confdefs.h
|
$as_echo "#define HAVE_LIBREADLINE 1" >>confdefs.h
|
||||||
|
|
||||||
LIBS="-lreadline $LDFLAGS"
|
LIBS="-lreadline $LIBS"
|
||||||
|
|
||||||
else
|
else
|
||||||
if test "x$with_readline" != xcheck; then
|
if test "x$with_readline" != xcheck; then
|
||||||
|
@ -748,11 +748,11 @@ fi
|
|||||||
if test "$yap_cv_readline" != "no"
|
if test "$yap_cv_readline" != "no"
|
||||||
then
|
then
|
||||||
AC_CHECK_LIB([ncurses], [main],[
|
AC_CHECK_LIB([ncurses], [main],[
|
||||||
LDFLAGS="-lncurses $LDFLAGS"
|
LIBS="-lncurses $LIBS"
|
||||||
])
|
])
|
||||||
AC_CHECK_LIB([readline], [main],[
|
AC_CHECK_LIB([readline], [main],[
|
||||||
AC_DEFINE([HAVE_LIBREADLINE], [1],[Define if you have libreadline])
|
AC_DEFINE([HAVE_LIBREADLINE], [1],[Define if you have libreadline])
|
||||||
LIBS="-lreadline $LDFLAGS"
|
LIBS="-lreadline $LIBS"
|
||||||
],
|
],
|
||||||
[if test "x$with_readline" != xcheck; then
|
[if test "x$with_readline" != xcheck; then
|
||||||
AC_MSG_FAILURE(
|
AC_MSG_FAILURE(
|
||||||
|
Reference in New Issue
Block a user