Check for libXt headers.

Bug #328635 r=bsmedberg
This commit is contained in:
cls%seawood.org 2006-04-21 21:43:50 +00:00
parent fd2af6b379
commit 320a48a585
2 changed files with 3 additions and 1 deletions

3
configure vendored
View File

@ -20328,6 +20328,7 @@ if test "$MOZ_X11"; then
#include <stdio.h>
#include <X11/Xlib.h>
#include <X11/Intrinsic.h>
int main() {
@ -20339,7 +20340,7 @@ int main() {
; return 0; }
EOF
if { (eval echo configure:20343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
if { (eval echo configure:20344: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
:
else
echo "configure: failed program was:" >&5

View File

@ -7562,6 +7562,7 @@ if test "$MOZ_X11"; then
AC_TRY_COMPILE([
#include <stdio.h>
#include <X11/Xlib.h>
#include <X11/Intrinsic.h>
],
[
Display *dpy = 0;