[Bug 2969] New: [IcedTea6] ENABLE_SYSTEM_LCMS is not defined if ENABLE_LCMS2 is not set

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Tue May 24 16:36:02 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2969

            Bug ID: 2969
           Summary: [IcedTea6] ENABLE_SYSTEM_LCMS is not defined if
                    ENABLE_LCMS2 is not set
           Product: IcedTea
           Version: 6-hg
          Hardware: all
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: IcedTea
          Assignee: gnu.andrew at redhat.com
          Reporter: gnu.andrew at redhat.com
                CC: unassigned at icedtea.classpath.org

ENABLE_SYSTEM_LCMS is left undefined following the change in bug 2962.

-    if test x"${ENABLE_LCMS2}" = "xyes" -a x"${target_os}" = "xlinux-gnu" ;
then
-      ENABLE_SYSTEM_LCMS="yes" ;
-    else
-      ENABLE_SYSTEM_LCMS="no" ;
+    if test x"${ENABLE_LCMS2}" = "xyes" ; then
+      case "${target_os}" in
+        *linux*)
+          ENABLE_SYSTEM_LCMS="yes"
+      ;;
+    *)
+          ENABLE_SYSTEM_LCMS="no" ;
+      ;;
+      esac
     fi;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160524/d03d798a/attachment.html>


More information about the distro-pkg-dev mailing list