There is no need for this statement to be conditionally included. It adds support for large files without taking anything away.
http://www.gnu.org/software/autoconf/manual/autoconf.html Signed-off-by: Gaetan Nadon <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index af2737a..eccca75 100644 --- a/configure.ac +++ b/configure.ac @@ -29,6 +29,7 @@ AC_INIT([xf86-video-vmware], AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_AUX_DIR(.) +AC_SYS_LARGEFILE # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-bzip2]) @@ -122,7 +123,6 @@ AC_SUBST([DRIVER_NAME]) AC_MSG_CHECKING([whether to build Kernel Mode Setting and 3D]) if test x$BUILD_VMWGFX = xyes; then AC_MSG_RESULT([yes]) - AC_SYS_LARGEFILE AC_DEFINE([BUILD_VMWGFX], 1, [Building the vmwgfx driver path]) else AC_MSG_RESULT([no]) -- 1.7.5.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
