summaryrefslogtreecommitdiff
path: root/www/kannel/files/patch-ag
blob: a53b1132b586cb6421d7047f1dd4c5c68c1ebfaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- configure.old      Mon Jul 24 19:52:35 2000
+++ configure  Mon Jul 24 19:52:57 2000
@@ -1028,35 +1028,6 @@
   echo "$ac_t""no" 1>&6
 fi
 
-
-
-ac_safe=`echo "/sbin/start-stop-daemon" | sed 'y%./+-%__p_%'`
-echo $ac_n "checking for /sbin/start-stop-daemon""... $ac_c" 1>&6
-echo "configure:1036: checking for /sbin/start-stop-daemon" >&5
-if eval "test \"`echo '$''{'ac_cv_file_$ac_safe'+set}'`\" = set"; then
-  echo $ac_n "(cached) $ac_c" 1>&6
-else
-  if test "$cross_compiling" = yes; then
-    { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; }
-else
-  if test -r /sbin/start-stop-daemon; then
-    eval "ac_cv_file_$ac_safe=yes"
-  else
-    eval "ac_cv_file_$ac_safe=no"
-  fi
-fi
-fi
-if eval "test \"`echo '$ac_cv_file_'$ac_safe`\" = yes"; then
-  echo "$ac_t""yes" 1>&6
-  :
-else
-  echo "$ac_t""no" 1>&6
-STARTSTOPDAEMONSRC="utils/start-stop-daemon.c"
-fi
-
-
-
-
 echo $ac_n "checking for log in -lm""... $ac_c" 1>&6
 echo "configure:1062: checking for log in -lm" >&5
 ac_lib_var=`echo m'_'log | sed 'y%./+-%__p_%'`