[xmlsec] Bug in configure.in for --with-mozilla-ver flag

Daniel Veillard veillard at redhat.com
Wed Nov 5 13:18:07 PST 2003


  Hi,

 seems a typo error, but it breaks my configure when passing
--with-mozilla-ver=1.4.1

  trivial, but annoying :-)

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