common/autoconf/libraries.m4
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File jdk10-hs Cdiff common/autoconf/libraries.m4

common/autoconf/libraries.m4

Print this page

        

*** 1,7 **** # ! # Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this --- 1,7 ---- # ! # Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 only, as # published by the Free Software Foundation. Oracle designates this
*** 29,39 **** m4_include([lib-cups.m4]) m4_include([lib-ffi.m4]) m4_include([lib-freetype.m4]) m4_include([lib-std.m4]) m4_include([lib-x11.m4]) - m4_include([lib-elf.m4]) ################################################################################ # Determine which libraries are needed for this configuration ################################################################################ AC_DEFUN_ONCE([LIB_DETERMINE_DEPENDENCIES], --- 29,38 ----
*** 89,99 **** LIB_SETUP_LIBFFI LIB_SETUP_LLVM LIB_SETUP_BUNDLED_LIBS LIB_SETUP_MISC_LIBS LIB_SETUP_SOLARIS_STLPORT - LIB_SETUP_LIBELF ]) ################################################################################ # Setup llvm (Low-Level VM) ################################################################################ --- 88,97 ----
common/autoconf/libraries.m4
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File