[xmlsec] Problem with --with-mozilla-ver configure option

Daniel Veillard veillard at redhat.com
Wed Nov 5 13:21:10 PST 2003


 Hi,

seems there is a small but annoying typo in the variable name, see patch,

Daniel

-- 
Daniel Veillard      | Red Hat Network https://rhn.redhat.com/
veillard at redhat.com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/
-------------- next part --------------
Index: configure.in
===================================================================
RCS file: /cvs/gnome/xmlsec/configure.in,v
retrieving revision 1.95
diff -u -r1.95 configure.in
--- configure.in	29 Oct 2003 15:57:18 -0000	1.95
+++ configure.in	5 Nov 2003 20:31:37 -0000
@@ -462,8 +462,8 @@
     NSS_NSS_H=""
 
     dnl process the mozilla options if any
-    if test "z$with_mozilla_version" != "z" ; then
-        MOZILLA_VERSION=$with_mozilla_version
+    if test "z$with_mozilla_ver" != "z" ; then
+        MOZILLA_VERSION=$with_mozilla_ver
     fi
 
     ac_mozilla_name=mozilla-$MOZILLA_VERSION


More information about the xmlsec mailing list