Browse Source

Detect missing readline headers.

git-svn-id: svn+ssh://jackaudio.org/trunk/jack@902 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
trutkin 21 years ago
parent
commit
2c2d2f7c3e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      configure.ac

+ 1
- 0
configure.ac View File

@@ -533,6 +533,7 @@ AC_CHECK_LIB(readline, readline, [:],
AC_CHECK_LIB(readline, readline,
[READLINE_DEPS="-lncurses"], [HAVE_READLINE=false], "-lncurses")],
"-ltermcap")])
AC_CHECK_HEADER(readline/chardefs.h, [], [HAVE_READLINE=false])
if test x$HAVE_READLINE = xfalse; then
AC_MSG_WARN([*** the jack_transport example client will not be built])
fi


Loading…
Cancel
Save