configure: Improve formatting of error when X development files are not found.

oldstable
Gerald Pfeifer 2010-09-19 21:10:13 +02:00 committed by Alexandre Julliard
parent b7efaf8b6d
commit 5805d8b4f6
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -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

View File

@ -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 ****