configure: Print a few more hints about requiring 32-bit libraries.

This commit is contained in:
Alexandre Julliard 2008-11-24 13:45:25 +01:00
parent 4dedbd404c
commit d2c8bfbf8a
2 changed files with 9 additions and 12 deletions

14
configure vendored
View File

@ -12159,13 +12159,13 @@ fi
if test "x$XLIB" = "x"; then if test "x$XLIB" = "x"; then
case "x$with_x" in case "x$with_x" in
xno) ;; 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 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 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 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;} Use the --without-x option if you really want this." >&2;}
{ (exit 1); exit 1; }; } ;; { (exit 1); exit 1; }; } ;;
esac esac
@ -14905,11 +14905,9 @@ fi
if test "x$FREETYPELIBS" = "x"; then if test "x$FREETYPELIBS" = "x"; then
case "x$with_freetype" in case "x$with_freetype" in
xno) ;; xno) ;;
*) { { $as_echo "$as_me:$LINENO: error: FreeType development files not found. *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this." >&5 Use the --without-freetype option if you really want this." >&5
$as_echo "$as_me: error: FreeType development files not found. $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
Fonts will not be built. Dialog text may be invisible or unaligned.
Use the --without-freetype option if you really want this." >&2;} Use the --without-freetype option if you really want this." >&2;}
{ (exit 1); exit 1; }; } ;; { (exit 1); exit 1; }; } ;;
esac esac

View File

@ -826,9 +826,9 @@ else
enable_opengl32=${enable_opengl32:-no} enable_opengl32=${enable_opengl32:-no}
enable_glu32=${enable_glu32:-no} enable_glu32=${enable_glu32:-no}
fi 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 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 **** dnl **** Check for libxml2 ****
@ -1048,8 +1048,7 @@ then
fi fi
fi fi
fi fi
WINE_ERROR_WITH(freetype,[test "x$FREETYPELIBS" = "x"],[FreeType development files not found. WINE_ERROR_WITH(freetype,[test "x$FREETYPELIBS" = "x"],[FreeType ${notice_platform}development files not found. Fonts will not be built.])
Fonts will not be built. Dialog text may be invisible or unaligned.])
test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no} test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
dnl **** Check for parport (currently Linux only) **** dnl **** Check for parport (currently Linux only) ****