blob: 31f0315eef0fe9003d0213b329d96106ded77cbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -urN ori/configure.pl xmlwrapp-0.4.0/configure.pl
--- ori/configure.pl 2003-02-03 23:47:54.000000000 +0100
+++ xmlwrapp-0.4.0/configure.pl 2003-03-24 12:21:07.000000000 +0100
@@ -277,7 +277,7 @@
$output =~ s/-I//g;
my @include_dirs = split(/\s+/, $output);
my $main_include_dir = undef;
- my $xslt_include_dir = undef;
+ my $xslt_include_dir = "/usr/include/libxml2";
foreach my $dir (@include_dirs) {
if (-d "$dir${dirsep}libxml") {
|