comparison configure.in @ 4418:3270d3536e12

[gaim-migrate @ 4691] paco-paco got gaim to compile on solaris :-) (23:18:49) Paco-Paco: Fixes getopt handling and libsocket detection on Solaris committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 26 Jan 2003 04:18:46 +0000
parents 16540914c963
children bf770f11132b
comparison
equal deleted inserted replaced
4417:fff9c1292fa1 4418:3270d3536e12
32 AC_STRUCT_TM 32 AC_STRUCT_TM
33 33
34 dnl Checks for library functions. 34 dnl Checks for library functions.
35 AC_TYPE_SIGNAL 35 AC_TYPE_SIGNAL
36 AC_FUNC_STRFTIME 36 AC_FUNC_STRFTIME
37 AC_CHECK_FUNCS(socket strdup strstr atexit getaddrinfo) 37 AC_CHECK_FUNCS(strdup strstr atexit getaddrinfo)
38 38
39 dnl Checks for getopt in standard library 39 dnl Checks for getopt in standard library
40 AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] ) 40 AC_CHECK_FUNCS(getopt_long , , [LIBOBJS="$LIBOBJS getopt.o getopt1.o"] )
41 AC_SUBST(LIBOBJS) 41 AC_SUBST(LIBOBJS)
42 42
325 AC_C_BIGENDIAN 325 AC_C_BIGENDIAN
326 326
327 dnl checks for jabber 327 dnl checks for jabber
328 dnl AC_CHECK_SIZEOF(short) 328 dnl AC_CHECK_SIZEOF(short)
329 AC_CHECK_FUNCS(snprintf connect) 329 AC_CHECK_FUNCS(snprintf connect)
330 AC_CHECK_LIB(socket, socket)
330 AC_CHECK_LIB(nsl, gethostent) 331 AC_CHECK_LIB(nsl, gethostent)
331 332
332 dnl checks for zephyr 333 dnl checks for zephyr
333 AC_DEFINE(ZEPHYR_INT32, long, [Size of an int32.]) 334 AC_DEFINE(ZEPHYR_INT32, long, [Size of an int32.])
334 AC_SUBST(KRB4_CFLAGS) 335 AC_SUBST(KRB4_CFLAGS)