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:
Sylvestre Ledru 2013-12-24 15:32:53 +01:00
parent cc2ec76e4b
commit 6143c993fe
2 changed files with 2 additions and 2 deletions

View File

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

View File

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