< prev index next >

common/autoconf/libraries.m4

Print this page

        

*** 57,71 **** NEEDS_LIB_CUPS=false else NEEDS_LIB_CUPS=true fi ! # Check if freetype is needed ! if test "x$OPENJDK" = "xtrue"; then NEEDS_LIB_FREETYPE=true - else - NEEDS_LIB_FREETYPE=false fi # Check if alsa is needed if test "x$OPENJDK_TARGET_OS" = xlinux; then NEEDS_LIB_ALSA=true --- 57,69 ---- NEEDS_LIB_CUPS=false else NEEDS_LIB_CUPS=true fi ! # A custom hook may have set this already ! if test "x$NEEDS_LIB_FREETYPE" = "x"; then NEEDS_LIB_FREETYPE=true fi # Check if alsa is needed if test "x$OPENJDK_TARGET_OS" = xlinux; then NEEDS_LIB_ALSA=true
< prev index next >