From 5805d8b4f64fb72a137365ed82f8ed383acd2e7b Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Sun, 19 Sep 2010 21:10:13 +0200 Subject: [PATCH] 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 b9927b1bb8d..dcca4e6b70e 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 559f674717d..e3220ef2030 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 ****