Update of /cvsroot/ufraw/ufraw
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5507

Modified Files:
        configure.ac 
Log Message:
Warn but do not crash when --with-lensfun is used on systems where lensfun is 
not installed.

Index: configure.ac
===================================================================
RCS file: /cvsroot/ufraw/ufraw/configure.ac,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- configure.ac        29 Sep 2009 16:45:35 -0000      1.140
+++ configure.ac        3 Oct 2009 08:30:07 -0000       1.141
@@ -295,8 +295,8 @@
       AC_DEFINE(HAVE_LENSFUN, 1, have lensfun library) ],
     [ have_lensfun=no
       if test "x$with_lensfun" != xcheck; then
-        AC_MSG_FAILURE(
-          [--with-lensfun was given, but test for lensfun failed])
+        AC_MSG_WARN(
+          [--with-lensfun was given, but test for lensfun failed. UFRaw will 
be built without lensfun support.])
       fi
     ] ) ] )
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
ufraw-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ufraw-cvs

Reply via email to