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

oldstable
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
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

View File

@ -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) ****