Hi,

Please review the patch attached that checks for the existence of the
XSP package using pkg-config.

Thanks,
Srinidhi.
-- 
ASCII ribbon campaign ( )            B S Srinidhi
 - against HTML email  X             http://www.srinidhi-is.in
             & vCards / \            Bangalore
Index: configure.in
===================================================================
--- configure.in	(revision 6625)
+++ configure.in	(working copy)
@@ -590,8 +590,11 @@
 # Configure MONO_WEBSERVER
 #
 MONO_WEBSERVER="no"
-if test -e "/usr/lib/mono/1.0/Mono.WebServer.dll"; then
-	MONO_WEBSERVER="yes"
+#if test -e "/usr/lib/mono/1.0/Mono.WebServer.dll"; then
+#	MONO_WEBSERVER="yes"
+#fi
+if test "$SIMIAS_OS" = "linux"; then
+	PKG_CHECK_MODULES(MONO_WEBSERVER, xsp >= 1.1.18)
 fi
 
 AC_SUBST(MONO_WEBSERVER)
_______________________________________________
ifolder-dev mailing list
[email protected]
http://forge.novell.com/mailman/listinfo/ifolder-dev

Reply via email to