changeset 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 fe42d9c111f9
children 7c2e2c4d45a4
files config.h.mingw configure.ac
diffstat 2 files changed, 2 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/config.h.mingw	Thu Dec 08 23:28:11 2005 +0000
+++ b/config.h.mingw	Thu Dec 08 23:36:47 2005 +0000
@@ -106,12 +106,6 @@
 /* Define if you have the atexit function.  */
 #define HAVE_ATEXIT 1
 
-/* Define if you have the bswap_16 function.  */
-/* #undef HAVE_BSWAP_16 */
-
-/* Define if you have the bswap_32 function.  */
-/* #undef HAVE_BSWAP_32 */
-
 /* Define if you have the connect function.  */
 /* #undef HAVE_CONNECT */
 
@@ -232,21 +226,9 @@
 /* Define if you have the <argz.h> header file.  */
 /* #undef HAVE_ARGZ_H */
 
-/* Define if you have the <arpa/nameser_compat.h> header file.  */
-/* #undef HAVE_ARPA_NAMESER_COMPAT_H */
-
-/* Define if you have the <asm/byteorder.h> header file.  */
-/* #undef HAVE_ASM_BYTEORDER_H */
-
-/* Define if you have the <byteswap.h> header file.  */
-/* #undef HAVE_BYTESWAP_H */
-
 /* Define if you have the <dlfcn.h> header file.  */
 /* #undef HAVE_DLFCN_H */
 
-/* Define if you have the <endian.h> header file.  */
-/* #undef HAVE_ENDIAN_H */
-
 /* Define if you have the <fcntl.h> header file.  */
 #define HAVE_FCNTL_H 1
 
@@ -256,9 +238,6 @@
 /* Define if you have the <locale.h> header file.  */
 #define HAVE_LOCALE_H 1
 
-/* Define if you have the <machine/endian.h> header file.  */
-/* #undef HAVE_MACHINE_ENDIAN_H */
-
 /* Define if you have the <malloc.h> header file.  */
 #define HAVE_MALLOC_H 1
 
--- a/configure.ac	Thu Dec 08 23:28:11 2005 +0000
+++ b/configure.ac	Thu Dec 08 23:36:47 2005 +0000
@@ -49,6 +49,8 @@
 AC_C_CONST
 AC_STRUCT_TM
 
+AC_C_BIGENDIAN
+
 dnl Checks for library functions.
 AC_TYPE_SIGNAL
 AC_FUNC_STRFTIME
@@ -1300,11 +1302,6 @@
 	enable_prpls=no
 fi
 
-dnl checks for icqlib--do we still need these?
-AC_CHECK_HEADERS(asm/byteorder.h byteswap.h endian.h machine/endian.h arpa/nameser_compat.h)
-AC_CHECK_FUNCS(bswap_32 bswap_16)
-AC_C_BIGENDIAN
-
 dnl checks for jabber
 dnl AC_CHECK_SIZEOF(short)
 AC_CHECK_FUNCS(snprintf connect)