mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-04 00:20:17 +01:00
Merge branch 'inline'
This commit is contained in:
commit
e54d56b7b2
2 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2007-10-11 Simon McVittie <simon.mcvittie@collabora.co.uk>
|
||||
|
||||
* configure.in: enable Autoconf's AC_C_INLINE to avoid compilation
|
||||
failure with gcc -ansi
|
||||
* dbus/dbus-macros.h, dbus/dbus-arch-deps.h.in: Use new macro
|
||||
_DBUS_GNUC_EXTENSION (the same as G_GNUC_EXTENSION) to avoid -ansi
|
||||
warnings about use of "long long".
|
||||
|
|
|
|||
|
|
@ -59,6 +59,7 @@ AM_PROG_CC_C_O
|
|||
AC_PROG_CXX
|
||||
AC_ISC_POSIX
|
||||
AC_HEADER_STDC
|
||||
AC_C_INLINE
|
||||
|
||||
AC_ARG_ENABLE(tests, AS_HELP_STRING([--enable-tests],[enable unit test code]),enable_tests=$enableval,enable_tests=$USE_MAINTAINER_MODE)
|
||||
AC_ARG_ENABLE(ansi, AS_HELP_STRING([--enable-ansi],[enable -ansi -pedantic gcc flags]),enable_ansi=$enableval,enable_ansi=no)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue