summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-03-13 09:44:46 -0400
committerJakob Bornecrantz <jakob@vmware.com>2012-03-13 21:37:58 +0100
commite585f9ea04bbd17398d2fa804be38a4e75bc60e4 (patch)
tree4e5fa9da16617116e8d645f513d8395bf01597d0
parent04169f3860e4a7d03485631bee40c05fc45b72c6 (diff)
downloadxf86-video-vmware-e585f9ea04bbd17398d2fa804be38a4e75bc60e4.tar.gz
xf86-video-vmware-e585f9ea04bbd17398d2fa804be38a4e75bc60e4.tar.bz2
xf86-video-vmware-e585f9ea04bbd17398d2fa804be38a4e75bc60e4.zip
config: move AC_SYS_LARGEFILE in autoconf init section
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@videotron.ca> Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>
-rw-r--r--configure.ac2
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])