mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
parent
fd2af6b379
commit
320a48a585
3
configure
vendored
3
configure
vendored
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user