Line 785... |
Line 785... |
enable_fast_install
|
enable_fast_install
|
with_gnu_ld
|
with_gnu_ld
|
enable_libtool_lock
|
enable_libtool_lock
|
enable_nls
|
enable_nls
|
enable_initfini_array
|
enable_initfini_array
|
|
with_zlib
|
'
|
'
|
ac_precious_vars='build_alias
|
ac_precious_vars='build_alias
|
host_alias
|
host_alias
|
target_alias
|
target_alias
|
CC
|
CC
|
Line 1448... |
Line 1449... |
--with-lib-path=dir1:dir2... set default LIB_PATH
|
--with-lib-path=dir1:dir2... set default LIB_PATH
|
--with-sysroot=DIR Search for usr/lib et al within DIR.
|
--with-sysroot=DIR Search for usr/lib et al within DIR.
|
--with-pic try to use only PIC/non-PIC objects [default=use
|
--with-pic try to use only PIC/non-PIC objects [default=use
|
both]
|
both]
|
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
|
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
|
|
--with-zlib include zlib support (auto/yes/no) default=auto
|
|
|
Some influential environment variables:
|
Some influential environment variables:
|
CC C compiler command
|
CC C compiler command
|
CFLAGS C compiler flags
|
CFLAGS C compiler flags
|
LDFLAGS linker flags, e.g. -L if you have libraries in a
|
LDFLAGS linker flags, e.g. -L if you have libraries in a
|
Line 12136... |
Line 12138... |
lt_cv_dlopen_self=cross
|
lt_cv_dlopen_self=cross
|
else
|
else
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
#line 12141 "configure"
|
#line 12143 "configure"
|
#include "confdefs.h"
|
#include "confdefs.h"
|
|
|
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
#include
|
#include
|
#endif
|
#endif
|
Line 12242... |
Line 12244... |
lt_cv_dlopen_self_static=cross
|
lt_cv_dlopen_self_static=cross
|
else
|
else
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
lt_status=$lt_dlunknown
|
lt_status=$lt_dlunknown
|
cat > conftest.$ac_ext <<_LT_EOF
|
cat > conftest.$ac_ext <<_LT_EOF
|
#line 12247 "configure"
|
#line 12249 "configure"
|
#include "confdefs.h"
|
#include "confdefs.h"
|
|
|
#if HAVE_DLFCN_H
|
#if HAVE_DLFCN_H
|
#include
|
#include
|
#endif
|
#endif
|
Line 15495... |
Line 15497... |
|
|
# Only expand once:
|
# Only expand once:
|
|
|
|
|
|
|
ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi id bg"
|
ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi id bg it"
|
# If we haven't got the data from the intl directory,
|
# If we haven't got the data from the intl directory,
|
# assume NLS is disabled.
|
# assume NLS is disabled.
|
USE_NLS=no
|
USE_NLS=no
|
LIBINTL=
|
LIBINTL=
|
LIBINTL_DEP=
|
LIBINTL_DEP=
|
Line 16615... |
Line 16617... |
_ACEOF
|
_ACEOF
|
|
|
|
|
# Link in zlib if we can. This is needed only for the bootstrap tests
|
# Link in zlib if we can. This is needed only for the bootstrap tests
|
# right now, since those tests use libbfd, which depends on zlib.
|
# right now, since those tests use libbfd, which depends on zlib.
|
|
|
|
# See if the user specified whether he wants zlib support or not.
|
|
|
|
# Check whether --with-zlib was given.
|
|
if test "${with_zlib+set}" = set; then :
|
|
withval=$with_zlib;
|
|
else
|
|
with_zlib=auto
|
|
fi
|
|
|
|
|
|
if test "$with_zlib" != "no"; then
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
|
$as_echo_n "checking for library containing zlibVersion... " >&6; }
|
$as_echo_n "checking for library containing zlibVersion... " >&6; }
|
if test "${ac_cv_search_zlibVersion+set}" = set; then :
|
if test "${ac_cv_search_zlibVersion+set}" = set; then :
|
$as_echo_n "(cached) " >&6
|
$as_echo_n "(cached) " >&6
|
else
|
else
|
Line 16682... |
Line 16696... |
|
|
done
|
done
|
|
|
fi
|
fi
|
|
|
|
if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
|
|
as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
|
|
fi
|
|
fi
|
|
|
|
|
# When converting linker scripts into strings for use in emulation
|
# When converting linker scripts into strings for use in emulation
|
# files, use astring.sed if the compiler supports ANSI string
|
# files, use astring.sed if the compiler supports ANSI string
|
# concatenation, or ostring.sed otherwise. This is to support the
|
# concatenation, or ostring.sed otherwise. This is to support the
|
# broken Microsoft MSVC compiler, which limits the length of string
|
# broken Microsoft MSVC compiler, which limits the length of string
|