]> git.sur5r.net Git - bacula/bacula/commitdiff
Add back ability to disable conio
authorKern Sibbald <kern@sibbald.com>
Tue, 9 Jan 2007 16:21:28 +0000 (16:21 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 9 Jan 2007 16:21:28 +0000 (16:21 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@3952 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/autoconf/configure.in

index 673c9f8b837e6c8f4173e372acfd703047b3ffe1..c83dc14ef5d4948c597a9c0f50f2250254e7d60f 100644 (file)
@@ -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
 # ---------------------------------------------------