Bug 426205 - Fix implicit declaration of exit() warning running configure r=bsmedberg a=beltzner
This commit is contained in:
Родитель
bee20f975a
Коммит
9ce2bf5705
|
@ -123,6 +123,7 @@ AC_DEFUN([MOZ_CHECK_PTHREADS],
|
|||
AC_MSG_CHECKING([for pthread_create in -l$1])
|
||||
echo "
|
||||
#include <pthread.h>
|
||||
#include <stdlib.h>
|
||||
void *foo(void *v) { int a = 1; }
|
||||
int main() {
|
||||
pthread_t t;
|
||||
|
|
|
@ -7892,6 +7892,7 @@ if test "$MOZ_X11"; then
|
|||
CFLAGS="$CFLAGS $XCFLAGS"
|
||||
AC_TRY_COMPILE([
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/Intrinsic.h>
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче