Module: wine Branch: master Commit: 5805d8b4f64fb72a137365ed82f8ed383acd2e7b URL: http://source.winehq.org/git/wine.git/?a=commit;h=5805d8b4f64fb72a137365ed82...
Author: Gerald Pfeifer gerald@pfeifer.com Date: Sun Sep 19 21:10:13 2010 +0200
configure: Improve formatting of error when X development files are not found.
---
configure | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure b/configure index b9927b1..dcca4e6 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.ac b/configure.ac index 559f674..e3220ef 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ****