Merge with trunk revision 40072

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40134 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-10-06 13:36:42 +00:00
parent ee6453135a
commit ca9fe0459b
2 changed files with 290 additions and 241 deletions

526
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -213,6 +213,11 @@ if test $set_x_paths = yes; then
,)
fi
AC_CHECK_HEADERS(X11/extensions/sync.h,,,
[#include <X11/X.h>
#include <X11/Xutil.h>
])
LIBS="$X_LIBS $LIBS"
fi
AC_SUBST(X_PRE_LIBS)