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

This commit is contained in:
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 case "x$with_x" in
xno) ;; xno) ;;
*) as_fn_error $? "X ${notice_platform}development files not found. Wine will be built *) 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 without X support, which probably isn't what you want. You will need
${notice_platform}development packages of Xlib/Xfree86 at the very least. 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 ;; Use the --without-x option if you really want this." "$LINENO" 5 ;;
esac esac
fi fi

View File

@ -1088,8 +1088,8 @@ else
enable_glu32=${enable_glu32:-no} enable_glu32=${enable_glu32:-no}
fi fi
WINE_ERROR_WITH(x,[test "x$XLIB" = "x"],[X ${notice_platform}development files not found. Wine will be built 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 without X support, which probably isn't what you want. You will need
${notice_platform}development packages of Xlib/Xfree86 at the very least.]) to install ${notice_platform}development packages of Xlib/Xfree86 at the very least.])
dnl **** Check for libxml2 **** dnl **** Check for libxml2 ****