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:
committed by
Bastien Nocera
parent
cea6b6292d
commit
f93de2fd0b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user