s/enable_shared/build_libtool_libs/

This commit is contained in:
Werner Lemberg 2008-06-09 21:27:17 +00:00
parent 630e24d965
commit 26bd7a2c5d
3 changed files with 5 additions and 6 deletions

View File

@ -13,8 +13,8 @@
* README.CVS: Updated.
* builds/unix/configure.raw: Updated for newer versions of autoconf
and friends.
* builds/unix/configure.raw, builds/unix/freetype-config.in: Updated
for newer versions of autoconf and friends.
2008-06-08 Werner Lemberg <wl@gnu.org>

View File

@ -510,8 +510,7 @@ LT_INIT(win32-dll)
AC_SUBST([hardcode_libdir_flag_spec])
AC_SUBST([wl])
# urgh -- this is an internal libtool variable...
AC_SUBST([enable_shared])
AC_SUBST([build_libtool_libs])
# configuration file -- stay in 8.3 limit

View File

@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright 2000, 2001, 2002, 2003, 2004, 2005 by
# Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2008 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
@ -14,7 +14,7 @@ exec_prefix=@exec_prefix@
exec_prefix_set=no
includedir=@includedir@
libdir=@libdir@
enable_shared=@enable_shared@
enable_shared=@build_libtool_libs@
wl=@wl@
hardcode_libdir_flag_spec='@hardcode_libdir_flag_spec@'