comparison configure.ac @ 12423:692467ea6244

[gaim-migrate @ 14730] Remove some old configure checks. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 23:36:47 +0000
parents 515a4630d960
children 8f98014a4e7d
comparison
equal deleted inserted replaced
12422:fe42d9c111f9 12423:692467ea6244
46 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h locale.h signal.h stdint.h regex.h) 46 AC_CHECK_HEADERS(fcntl.h sys/time.h unistd.h locale.h signal.h stdint.h regex.h)
47 47
48 dnl Checks for typedefs, structures, and compiler characteristics. 48 dnl Checks for typedefs, structures, and compiler characteristics.
49 AC_C_CONST 49 AC_C_CONST
50 AC_STRUCT_TM 50 AC_STRUCT_TM
51
52 AC_C_BIGENDIAN
51 53
52 dnl Checks for library functions. 54 dnl Checks for library functions.
53 AC_TYPE_SIGNAL 55 AC_TYPE_SIGNAL
54 AC_FUNC_STRFTIME 56 AC_FUNC_STRFTIME
55 AC_CHECK_FUNCS(strdup strstr atexit) 57 AC_CHECK_FUNCS(strdup strstr atexit)
1297 AM_CONDITIONAL(PRPLS, test "x$enable_plugins" = "xyes") 1299 AM_CONDITIONAL(PRPLS, test "x$enable_plugins" = "xyes")
1298 else 1300 else
1299 AM_CONDITIONAL(PRPLS, false) 1301 AM_CONDITIONAL(PRPLS, false)
1300 enable_prpls=no 1302 enable_prpls=no
1301 fi 1303 fi
1302
1303 dnl checks for icqlib--do we still need these?
1304 AC_CHECK_HEADERS(asm/byteorder.h byteswap.h endian.h machine/endian.h arpa/nameser_compat.h)
1305 AC_CHECK_FUNCS(bswap_32 bswap_16)
1306 AC_C_BIGENDIAN
1307 1304
1308 dnl checks for jabber 1305 dnl checks for jabber
1309 dnl AC_CHECK_SIZEOF(short) 1306 dnl AC_CHECK_SIZEOF(short)
1310 AC_CHECK_FUNCS(snprintf connect) 1307 AC_CHECK_FUNCS(snprintf connect)
1311 1308