Module: wine Branch: master Commit: d2c8bfbf8abde89dee4a48ddcfef752839a78c82 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2c8bfbf8abde89dee4a48ddcf...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Nov 24 13:45:25 2008 +0100
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 b2e0470..5b4c30c 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 d2446f3..f79b062 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) ****