diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-04-23 02:54:13 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-04-23 02:54:13 +0200 |
commit | 32622d0ea366406f3afa14bb9edb4855d6979786 (patch) | |
tree | 9ccfb9c0e165658e54f82da1d9de2c9bb3348f5a /configure.in | |
parent | efd6d12b975441c7e1875a59dd9e0f3db7e958cb (diff) | |
parent | a5e9f3d26f887deb451a3ea086e52266c117aa0a (diff) |
Merge branch 'birdcl'
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 272a2431..96f2a50e 100644 --- a/configure.in +++ b/configure.in @@ -236,7 +236,7 @@ fi CLIENT= CLIENT_LIBS= if test "$enable_client" = yes ; then - CLIENT=client + CLIENT=birdc AC_CHECK_LIB(history, add_history, CLIENT_LIBS="-lhistory") AC_CHECK_LIB(ncurses, tgetent, USE_TERMCAP_LIB=-lncurses, AC_CHECK_LIB(curses, tgetent, USE_TERMCAP_LIB=-lcurses, |