summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2013-04-23 02:54:13 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2013-04-23 02:54:13 +0200
commit32622d0ea366406f3afa14bb9edb4855d6979786 (patch)
tree9ccfb9c0e165658e54f82da1d9de2c9bb3348f5a /configure.in
parentefd6d12b975441c7e1875a59dd9e0f3db7e958cb (diff)
parenta5e9f3d26f887deb451a3ea086e52266c117aa0a (diff)
Merge branch 'birdcl'
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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,