Added
Link Here
|
1 |
--- configure.orig Fri Apr 26 17:15:20 2002 |
2 |
+++ configure Fri Apr 26 17:15:51 2002 |
3 |
@@ -10792,7 +10792,7 @@ |
4 |
_ACEOF |
5 |
|
6 |
fi |
7 |
-if test -r "$neon_expat_dir/expat.h"; then |
8 |
+if test -r "$neon_expat_dir/include/expat.h"; then |
9 |
ne_found_hdr=yes |
10 |
|
11 |
cat >>confdefs.h <<\_ACEOF |
12 |
@@ -10806,9 +10806,9 @@ |
13 |
#define HAVE_EXPAT 1 |
14 |
_ACEOF |
15 |
|
16 |
- CFLAGS="$CFLAGS -I$neon_expat_dir" |
17 |
+ CFLAGS="$CFLAGS -I$neon_expat_dir/include" |
18 |
if test -z "$neon_using_libtool_expat"; then |
19 |
- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat" |
20 |
+ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat" |
21 |
fi |
22 |
neon_xml_parser_message="expat in $neon_expat_dir" |
23 |
neon_found_parser="yes" |