summaryrefslogtreecommitdiff
path: root/net/spread/patches/patch-configure
blob: bd0e1d480ea83c6392a4e1380f6768d582ab383d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-configure,v 1.1 2013/08/26 15:00:33 fhajny Exp $

Make piddir configurable.
--- configure.orig	2013-08-26 14:49:35.051354307 +0000
+++ configure
@@ -3397,14 +3397,6 @@ if test "${with_pid_dir+set}" = set; the
 fi
 
 
-# make sure the directory exists
-if test ! -d $piddir ; then	
-	piddir=`eval echo ${sysconfdir}`
-	case $piddir in
- 		NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
-	esac
-fi
-
 cat >> confdefs.h <<EOF
 #define _PATH_SPREAD_PIDDIR "$piddir"
 EOF