blob: 67a6fde4e246e5ebc1fddd00e50395af6faa5f34 (
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
40
41
42
43
44
45
46
47
48
49
50
51
52
|
$NetBSD: patch-ab,v 1.2 1999/10/14 07:27:35 fredb Exp $
--- configure.orig Wed Nov 25 05:21:07 1998
+++ configure Sun Oct 10 12:01:16 1999
@@ -2517,7 +2517,7 @@
#
LibWWW_headers="WWWLib.h WWWApp.h WWWFile.h WWWHTTP.h WWWMIME.h WWWNews.h WWWTrans.h"
LibWWW_HTAncMan_h="HTAncMan.h"
-LibWWW_config_h="config.h"
+LibWWW_config_h="wwwconf.h"
#
@@ -2853,22 +2853,22 @@
#
# If not all defined yet, then we've failed with it.
#
- if eval ${libwww_not_defined_yet} ;
- then
- ac_path_libwww=missing
- libwww_dir=""
- libwww_version=""
- libwww_distribution=""
- libwww_library_dir=""
- libwww_include=""
- libwww_config_h_dir=""
- libwww_suffix=""
- libwww_library=""
- libwww_make_dir=""
- libwww_make_target=""
- echo "$ac_t""no" 1>&6
- { echo "configure: error: Cannot find W3C libwww. Do worry! Arena cannot be built." 1>&2; exit 1; }
- fi
+# if eval ${libwww_not_defined_yet} ;
+# then
+# ac_path_libwww=missing
+# libwww_dir=""
+# libwww_version=""
+# libwww_distribution=""
+# libwww_library_dir=""
+# libwww_include=""
+# libwww_config_h_dir=""
+# libwww_suffix=""
+# libwww_library=""
+# libwww_make_dir=""
+# libwww_make_target=""
+# echo "$ac_t""no" 1>&6
+# { echo "configure: error: Cannot find W3C libwww. Do worry! Arena cannot be built." 1>&2; exit 1; }
+# fi
#
# If we get managed to reach this point,
# then all the libwww stuff has been already found.
|