Revision: 85
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=85&view=rev
Author: vaclavslavik
Date: 2008-11-16 00:11:10 +0000 (Sun, 16 Nov 2008)
Log Message:
-----------
fixed libxslt check
Modified Paths:
--------------
trunk/configure.pl
Modified: trunk/configure.pl
===================================================================
--- trunk/configure.pl 2008-11-15 23:58:09 UTC (rev 84)
+++ trunk/configure.pl 2008-11-16 00:11:10 UTC (rev 85)
@@ -266,7 +266,7 @@
if ($xmllib eq 'xslt' && 1) {
# hack
- $output = '-I/usr/local/include/libxml2';
+ $output = $output . ' -I/usr/local/include/libxml2';
if (0) {
my $cmd = $clo{$config};
print "DEBUG: cmd = '$cmd'...\n";
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|