remove linking to libgtop and checks for 64-bit integer bytes (fixes

2003-12-22  Bastien Nocera  <hadess@hadess.net>

	* acinclude.m4:
	* configure.in: remove linking to libgtop and checks for 64-bit
	integer bytes (fixes warning on build on glib 2.0 systems)
This commit is contained in:
Bastien Nocera
2003-12-22 22:55:40 +00:00
committed by Bastien Nocera
parent cea6b6292d
commit f93de2fd0b
3 changed files with 8 additions and 4 deletions

View File

@@ -43,8 +43,6 @@ dnl
AC_DEFUN([GNOME_LIBGTOP_TYPES],
[
AC_CHECK_HEADERS(sys/bitypes.h)
AC_LIBGTOP_CHECK_TYPE(guint64, unsigned long long int)
AC_LIBGTOP_CHECK_TYPE(int64_t, signed long long int)
])
dnl See whether we need a declaration for a function.