mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8026888: Licensee build failure due to wrong libs being called
Reviewed-by: tbell, ihse, simonis
This commit is contained in:
parent
af31015c79
commit
cc9f5581c4
2 changed files with 1 additions and 21 deletions
|
@ -3864,7 +3864,7 @@ fi
|
||||||
#CUSTOM_AUTOCONF_INCLUDE
|
#CUSTOM_AUTOCONF_INCLUDE
|
||||||
|
|
||||||
# Do not change or remove the following line, it is needed for consistency checks:
|
# Do not change or remove the following line, it is needed for consistency checks:
|
||||||
DATE_WHEN_GENERATED=1382526194
|
DATE_WHEN_GENERATED=1382540536
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
|
@ -30857,16 +30857,6 @@ fi
|
||||||
as_fn_error $? "Could not find X11 libraries. $HELP_MSG" "$LINENO" 5
|
as_fn_error $? "Could not find X11 libraries. $HELP_MSG" "$LINENO" 5
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Some of the old makefiles require a setting of OPENWIN_HOME
|
|
||||||
# Since the X11R6 directory has disappeared on later Linuxes,
|
|
||||||
# we need to probe for it.
|
|
||||||
if test "x$OPENJDK_TARGET_OS" = xlinux; then
|
|
||||||
if test -d "$SYS_ROOT/usr/X11R6"; then
|
|
||||||
OPENWIN_HOME="$SYS_ROOT/usr/X11R6"
|
|
||||||
elif test -d "$SYS_ROOT/usr/include/X11"; then
|
|
||||||
OPENWIN_HOME="$SYS_ROOT/usr"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
if test "x$OPENJDK_TARGET_OS" = xsolaris; then
|
if test "x$OPENJDK_TARGET_OS" = xsolaris; then
|
||||||
OPENWIN_HOME="/usr/openwin"
|
OPENWIN_HOME="/usr/openwin"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -136,16 +136,6 @@ AC_DEFUN_ONCE([LIB_SETUP_X11],
|
||||||
AC_MSG_ERROR([Could not find X11 libraries. $HELP_MSG])
|
AC_MSG_ERROR([Could not find X11 libraries. $HELP_MSG])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Some of the old makefiles require a setting of OPENWIN_HOME
|
|
||||||
# Since the X11R6 directory has disappeared on later Linuxes,
|
|
||||||
# we need to probe for it.
|
|
||||||
if test "x$OPENJDK_TARGET_OS" = xlinux; then
|
|
||||||
if test -d "$SYS_ROOT/usr/X11R6"; then
|
|
||||||
OPENWIN_HOME="$SYS_ROOT/usr/X11R6"
|
|
||||||
elif test -d "$SYS_ROOT/usr/include/X11"; then
|
|
||||||
OPENWIN_HOME="$SYS_ROOT/usr"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
if test "x$OPENJDK_TARGET_OS" = xsolaris; then
|
if test "x$OPENJDK_TARGET_OS" = xsolaris; then
|
||||||
OPENWIN_HOME="/usr/openwin"
|
OPENWIN_HOME="/usr/openwin"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue