blob: 6e613cc07642620e8a5f458f3f8447f986fe56e9 (
plain)
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
39
|
$NetBSD: patch-ab,v 1.5 2001/03/13 21:34:03 jlam Exp $
--- configure.orig Thu Jan 11 13:39:29 2001
+++ configure
@@ -6336,6 +6336,7 @@
cat > conftest.$ac_ext <<EOF
#line 6338 "configure"
#include "confdefs.h"
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
int main() {
@@ -40176,6 +40177,7 @@
fi
+if false; then
echo $ac_n "checking for pam_start in -lpam""... $ac_c" 1>&6
echo "configure:40181: checking for pam_start in -lpam" >&5
ac_lib_var=`echo pam'_'pam_start | sed 'y%./+-%__p_%'`
@@ -40220,6 +40222,8 @@
else
echo "$ac_t""no" 1>&6
fi
+
+fi # if false
for ac_func in getcwd getwd
@@ -47325,9 +47329,6 @@
$SHELL $srcdir/ltconfig --output=shlibtool --disable-static --srcdir=$srcdir --cache-file=./config.cache $srcdir/ltmain.sh
SHARED_LIBTOOL='$(SHELL) $(top_builddir)/shlibtool'
- else
- PHP_COMPILE='$(COMPILE) -c $< && touch $@'
- CXX_PHP_COMPILE='$(CXX_COMPILE) -c $< && touch $@'
fi
fi
|