common/autoconf/jdk-options.m4

changeset 811
feb4f2d97042
parent 802
9286a6e61291
child 813
9b102ab97693
equal deleted inserted replaced
809:4faa09c7fe55 811:feb4f2d97042
314 SUPPORT_HEADLESS=yes 314 SUPPORT_HEADLESS=yes
315 BUILD_HEADLESS="BUILD_HEADLESS:=true" 315 BUILD_HEADLESS="BUILD_HEADLESS:=true"
316 316
317 if test "x$SUPPORT_HEADFUL" = xyes; then 317 if test "x$SUPPORT_HEADFUL" = xyes; then
318 # We are building both headful and headless. 318 # We are building both headful and headless.
319 headful_msg="inlude support for both headful and headless" 319 headful_msg="include support for both headful and headless"
320 fi 320 fi
321 321
322 if test "x$SUPPORT_HEADFUL" = xno; then 322 if test "x$SUPPORT_HEADFUL" = xno; then
323 # Thus we are building headless only. 323 # Thus we are building headless only.
324 BUILD_HEADLESS="BUILD_HEADLESS:=true" 324 BUILD_HEADLESS="BUILD_HEADLESS:=true"

mercurial