Commit c1700122 authored by Ross Burton's avatar Ross Burton
Browse files

2008-05-06 Ross Burton <ross@openedhand.com>

	* configure.ac:
	Add AC_SYS_LARGEFILE to use 64-bit offsets, thus both fixing
	32-bit compiles and making the world a better place.


git-svn-id: https://svn.o-hand.com/repos/gupnp/trunk/gupnp@912 d8cb91d7-bff9-0310-92b9-80b65e4482b2
parent 345e232e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
2008-05-06  Ross Burton  <ross@openedhand.com>

	* configure.ac:
	Add AC_SYS_LARGEFILE to use 64-bit offsets, thus both fixing
	32-bit compiles and making the world a better place.

2008-05-06  Ross Burton  <ross@openedhand.com>

	* libgupnp/gupnp-context.c:
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ AC_PROG_CC
AC_STDC_HEADERS
AC_PROG_LIBTOOL
AC_FUNC_MMAP
AC_SYS_LARGEFILE

PKG_CHECK_MODULES(LIBGUPNP, gobject-2.0 >= 2.9.1 \
                            gmodule-2.0 \