From e35fdd699b6d1eafc41fb7083ece17b6812e7c63 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 10 Jan 2007 10:39:45 +0000 Subject: (svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'. --- config.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lib b/config.lib index 4b973fa80..b7a4cb4e6 100644 --- a/config.lib +++ b/config.lib @@ -51,7 +51,7 @@ set_default() { with_iconv="1" with_midi="" with_midi_arg="" - with_freetpye="1" + with_freetype="1" with_fontconfig="1" save_params_array="build host cc_build cc_host cxx_host windres strip lipo os revision endian config_log prefix_dir binary_dir data_dir icon_dir personal_dir install_dir custom_lang_dir second_data_dir enable_install enable_debug enable_profiling enable_dedicated enable_network enable_static enable_translator enable_assert enable_strip with_osx_sysroot enable_universal enable_osx_g5 with_application_bundle with_sdl with_cocoa with_zlib with_png with_makedepend with_direct_music with_sort with_iconv with_midi with_midi_arg with_freetype with_fontconfig CC CXX CFLAGS LDFLAGS" -- cgit v1.2.3-54-g00ecf