From: Kern Sibbald Date: Tue, 9 Jan 2007 16:21:28 +0000 (+0000) Subject: Add back ability to disable conio X-Git-Tag: Release-2.0.1~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=721466cc87858f3bb342e61305b9aa1c343e5cb0;p=bacula%2Fbacula Add back ability to disable conio git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3952 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index 673c9f8b83..c83dc14ef5 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -452,6 +452,19 @@ else fi AC_SUBST(STORED_DIR) +# --------------------------------------------------- +# Check for conio (Bacula readline substitute)( +# --------------------------------------------------- +# this allows you to turn it completely off +AC_ARG_ENABLE(conio, + [ --disable-conio disable conio support [enabled] + ], + [if test x$enableval = xno; then + support_conio=no + fi] +) + + # --------------------------------------------------- # Check for IPv6 support # ---------------------------------------------------