mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
configure: Improve formatting of error when X development files are not found.
This commit is contained in:
parent
b7efaf8b6d
commit
5805d8b4f6
4
configure
vendored
4
configure
vendored
@ -9031,8 +9031,8 @@ if test "x$XLIB" = "x"; then :
|
||||
case "x$with_x" in
|
||||
xno) ;;
|
||||
*) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built
|
||||
without X support, which probably isn't what you want. You will need to install
|
||||
${notice_platform}development packages of Xlib/Xfree86 at the very least.
|
||||
without X support, which probably isn't what you want. You will need
|
||||
to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.
|
||||
Use the --without-x option if you really want this." "$LINENO" 5 ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -1088,8 +1088,8 @@ else
|
||||
enable_glu32=${enable_glu32:-no}
|
||||
fi
|
||||
WINE_ERROR_WITH(x,[test "x$XLIB" = "x"],[X ${notice_platform}development files not found. Wine will be built
|
||||
without X support, which probably isn't what you want. You will need to install
|
||||
${notice_platform}development packages of Xlib/Xfree86 at the very least.])
|
||||
without X support, which probably isn't what you want. You will need
|
||||
to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.])
|
||||
|
||||
dnl **** Check for libxml2 ****
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user