mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Merge pilot.(none):/data/msvensson/mysql/mysql-4.1-maint
into pilot.(none):/data/msvensson/mysql/mysql-5.0-maint configure.in: Auto merged
This commit is contained in:
commit
703308a65a
2 changed files with 23 additions and 0 deletions
13
configure.in
13
configure.in
|
|
@ -1946,6 +1946,19 @@ else
|
|||
fi
|
||||
AC_SUBST(TERMCAP_LIB)
|
||||
|
||||
# Check if the termcap function 'tgoto' is already declared in
|
||||
# system header files or if it need to be declared locally
|
||||
AC_CHECK_DECLS(tgoto,,,[
|
||||
#ifdef HAVE_CURSES_H
|
||||
# include <curses.h>
|
||||
#elif HAVE_NCURSES_H
|
||||
# include <ncurses.h>
|
||||
#endif
|
||||
#ifdef HAVE_TERM_H
|
||||
# include <term.h>
|
||||
#endif
|
||||
])
|
||||
|
||||
LIBEDIT_LOBJECTS=""
|
||||
AC_CHECK_FUNC(strunvis, ,[LIBEDIT_LOBJECTS="$LIBEDIT_LOBJECTS unvis.o"])
|
||||
AC_CHECK_FUNC(strvis, ,[LIBEDIT_LOBJECTS="$LIBEDIT_LOBJECTS vis.o"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue