[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2005-04-19 18:50:04
Message-ID: 20050419185004.C2FBC650 () office ! kde ! org
[Download RAW message or body]

CVS commit by aacid: 

Don't warn about openexr not beign nistalled while configure, do it at the end


  M +17 -0     configure.in.bot   1.14
  M +2 -6      kioslave/thumbnail/configure.in.in   1.5


--- kdebase/configure.in.bot  #1.13:1.14
@@ -7,2 +7,19 @@
   echo ""
 fi
+
+if test "$EXRSTATUS" = "no"; then
+  echo ""
+  echo "No OpenEXR Libraries were found"
+  echo "Install OpenEXR package (from http:///www.openexr.org)"
+  echo "if you want EXR image format support"
+  echo ""
+fi
+
+if test "$EXRSTATUS" = "old"; then
+  echo ""
+  echo "OpenEXR libraries were found, but at least version 1.1.0 is requireds"
+  echo "Install newer OpenEXR package (from http:///www.openexr.org)"
+  echo "if you want EXR image format support"
+  echo ""
+fi
+

--- kdebase/kioslave/thumbnail/configure.in.in  #1.4:1.5
@@ -51,13 +51,9 @@
      if !(`$PKG_CONFIG --exists OpenEXR`) ; then
         AC_MSG_RESULT(no)
-        echo "*** pkg-config installed, but no OpenEXR Libraries were found ***"
-        echo "*** Install OpenEXR package (from http://www.openexr.org)"
-        echo "*** if you want EXR image format support"
+        EXRSTATUS=no
      else
         if !(`$PKG_CONFIG --atleast-version="1.1.1" OpenEXR`) ; then
            AC_MSG_RESULT(no)
-           echo "*** OpenEXR libraries were found, but at least version 1.1.1 is required ***"
-           echo "*** Install newer OpenEXR package (from http://www.openexr.org)"
-           echo "*** if you want EXR image format support"
+           EXRSTATUS=old
         else
            kde_save_LIBS="$LIBS"


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic