[PATCH video-vmware] config: move AC_SYS_LARGEFILE in autoconf init section

Gaetan Nadon memsize at videotron.ca
Tue Mar 13 06:44:46 PDT 2012


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 <memsize at videotron.ca>
---
 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



More information about the xorg-devel mailing list