From d2c8bfbf8abde89dee4a48ddcfef752839a78c82 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Mon, 24 Nov 2008 13:45:25 +0100 Subject: [PATCH] configure: Print a few more hints about requiring 32-bit libraries. --- configure | 14 ++++++-------- configure.ac | 7 +++---- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/configure b/configure index b2e0470b12d..5b4c30cff21 100755 --- a/configure +++ b/configure @@ -12159,13 +12159,13 @@ fi if test "x$XLIB" = "x"; then case "x$with_x" in xno) ;; - *) { { $as_echo "$as_me:$LINENO: error: X development files not found. Wine will be built + *) { { $as_echo "$as_me:$LINENO: 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 -development packages of Xlib/Xfree86 at the very least. +${notice_platform}development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this." >&5 -$as_echo "$as_me: error: X development files not found. Wine will be built +$as_echo "$as_me: 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 -development packages of Xlib/Xfree86 at the very least. +${notice_platform}development packages of Xlib/Xfree86 at the very least. Use the --without-x option if you really want this." >&2;} { (exit 1); exit 1; }; } ;; esac @@ -14905,11 +14905,9 @@ fi if test "x$FREETYPELIBS" = "x"; then case "x$with_freetype" in xno) ;; - *) { { $as_echo "$as_me:$LINENO: error: FreeType development files not found. -Fonts will not be built. Dialog text may be invisible or unaligned. + *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built. Use the --without-freetype option if you really want this." >&5 -$as_echo "$as_me: error: FreeType development files not found. -Fonts will not be built. Dialog text may be invisible or unaligned. +$as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built. Use the --without-freetype option if you really want this." >&2;} { (exit 1); exit 1; }; } ;; esac diff --git a/configure.ac b/configure.ac index d2446f31805..f79b0627a31 100644 --- a/configure.ac +++ b/configure.ac @@ -826,9 +826,9 @@ else enable_opengl32=${enable_opengl32:-no} enable_glu32=${enable_glu32:-no} fi -WINE_ERROR_WITH(x,[test "x$XLIB" = "x"],[X 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 -development packages of Xlib/Xfree86 at the very least.]) +${notice_platform}development packages of Xlib/Xfree86 at the very least.]) dnl **** Check for libxml2 **** @@ -1048,8 +1048,7 @@ then fi fi fi -WINE_ERROR_WITH(freetype,[test "x$FREETYPELIBS" = "x"],[FreeType development files not found. -Fonts will not be built. Dialog text may be invisible or unaligned.]) +WINE_ERROR_WITH(freetype,[test "x$FREETYPELIBS" = "x"],[FreeType ${notice_platform}development files not found. Fonts will not be built.]) test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no} dnl **** Check for parport (currently Linux only) ****