summaryrefslogtreecommitdiff
path: root/net/darkstat/patches/patch-ab
blob: 05ed7be80bfa6ad9031d98ce0f5b1432f2511953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.1 2007/05/09 13:39:12 obache Exp $

--- configure.orig	2007-04-29 12:19:45.000000000 +0200
+++ configure
@@ -1702,13 +1702,7 @@ RULE="----------------------------------
 
 # Check whether --with-chroot-dir was given.
 if test "${with_chroot_dir+set}" = set; then
-  withval=$with_chroot_dir; if test \! -d "$withval" ; then
-   { { echo "$as_me:$LINENO: error: directory $withval doesn't exist" >&5
-echo "$as_me: error: directory $withval doesn't exist" >&2;}
-   { (exit 1); exit 1; }; }
-  else
-   _chd="$withval"
-  fi
+  _chd=$with_chroot_dir
 else
   # Find an "empty" directory to serve as the chroot.
   _chd="/var/empty"