ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/acinclude.m4
(Generate patch)

Comparing deliantra/server/acinclude.m4 (file contents):
Revision 1.2 by pippijn, Sun May 7 08:19:27 2006 UTC vs.
Revision 1.3 by root, Sun May 7 11:07:59 2006 UTC

156 ac_save_LIBS="$LIBS" 156 ac_save_LIBS="$LIBS"
157 157
158 LIBS="$1 $LIBS" 158 LIBS="$1 $LIBS"
159 AC_MSG_CHECKING(for crossedit required headers) 159 AC_MSG_CHECKING(for crossedit required headers)
160 AC_TRY_LINK([ 160 AC_TRY_LINK([
161#include <Posix.h> 161#include <X11/Xaw/XawInit.h>
162#include <Xaw.h>
163#include <Ansi.h>
164#include <config.h>
165#include <includes.h>
166#include <debug.h>
167#include <assert.h>
168
169 ], , 162 ], ,
170 AC_MSG_RESULT(yes) 163 AC_MSG_RESULT(yes)
171 [$2], 164 [$2],
172 AC_MSG_RESULT(no) 165 AC_MSG_RESULT(no)
173 [$3]) 166 [$3])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines