зеркало из https://github.com/mozilla/pjs.git
Родитель
eac6eeffca
Коммит
9a0c290a1b
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче