mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 625015 - Improve the error message when the X development libraries are not available; r=glandium
Patch based on the one of Aikeremu Tiemuer
This commit is contained in:
parent
cc2ec76e4b
commit
6143c993fe
@ -8691,7 +8691,7 @@ if test "$MOZ_X11"; then
|
||||
exit(1);
|
||||
}
|
||||
], [],
|
||||
[ AC_MSG_ERROR([Could not compile basic X program.]) ])
|
||||
[ AC_MSG_ERROR([Can't find X headers (install libxt-dev (Debian/Ubuntu), libXt-devel (Fedora), or xorg-x11-libXt-devel (SuSE)).]) ])
|
||||
CFLAGS="$_SAVE_CFLAGS"
|
||||
|
||||
if test -n "$MISSING_X"; then
|
||||
|
@ -4116,7 +4116,7 @@ if test "$MOZ_X11"; then
|
||||
exit(1);
|
||||
}
|
||||
], [],
|
||||
[ AC_MSG_ERROR([Could not compile basic X program.]) ])
|
||||
[ AC_MSG_ERROR([Can't find X headers (install libxt-dev (Debian/Ubuntu), libXt-devel (Fedora), or xorg-x11-libXt-devel (SuSE)).]) ])
|
||||
CFLAGS="$_SAVE_CFLAGS"
|
||||
|
||||
if test -n "$MISSING_X"; then
|
||||
|
Loading…
Reference in New Issue
Block a user