blob: 95463f93ba31079f25f3abdf545571ea716b99f5 (
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
|
--- configure.orig Fri Jun 1 03:33:59 2001
+++ configure Mon Jun 18 13:39:58 2001
@@ -3545,3 +3545,3 @@
XML_LIBDIR='-L${libdir}'
-XML_INCLUDEDIR='-I${includedir}/libxml -I${includedir}'
+XML_INCLUDEDIR='-I${includedir}/libxml2 -I${includedir}/libxml2/libxml'
@@ -4028,3 +4028,3 @@
builtin and then its argument prototype would still apply. */
-char iconv();
+char libiconv();
@@ -4038,3 +4038,3 @@
#else
-iconv();
+libiconv();
#endif
@@ -4074,6 +4074,6 @@
builtin and then its argument prototype would still apply. */
-char iconv();
+char libiconv();
int main() {
-iconv()
+libiconv()
; return 0; }
|