On Mon, Dec 18, 2017 at 12:38 PM, Bram Moolenaar <[email protected]> wrote: > > Tony Mechelynck wrote: > > [...] > >> Here are my config settings (sourced, not run, by bash when opening >> the konsole tab where I shall be doing Tiny compiles): >> >> export CONF_OPT_ACL='--disable-acl' >> export CONF_OPT_GUI='--disable-gui' > > [...] > >> linux-2iyu:~/.build/vim/vim-hg/src/shadow-tiny # vi --version >> VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Dec 17 2017 23:24:04) >> Included patches: 1-1401 >> Compiled by [email protected] >> Tiny version without GUI. Features included (+) or not (-): >> +acl -extra_search -mouse_netterm -tag_old_static >> -arabic -farsi -mouse_sgr -tag_any_white > > [...] > >> Looking at it now, I just notice that it says +acl in spite of >> --disable-acl. Weird. > > Perhaps you can check the log file to see what happened.
AFAICT, auto/configure sees my --disable-acl switch but it also sees that sys/acl.h is "usable, present and here" (in that order) and prefers to act on that. I'm attaching below what seems possibly relevant in my ~/.build/vim/vim-hg/src/shadow-tiny/auto/config.log. You might want to search forward for /acl\c/ and (possibly backward from there) for /^Lines/ Best regards, Tony. Lines 1-43 This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ auto/configure --disable-gui --disable-perlinterp --disable-pythoninterp --disable-python3interp --disable-tclinterp --disable-rubyinterp --disable-cscope --disable-multibyte --with-features=tiny [email protected] --disable-acl --with-vim-name=vi --disable-mzschemeinterp --disable-luainterp --srcdir=. --cache-file=auto/config.cache ## --------- ## ## Platform. ## ## --------- ## hostname = linux-2iyu uname -m = x86_64 uname -r = 4.4.103-36-default uname -s = Linux uname -v = #1 SMP Wed Dec 13 14:10:37 UTC 2017 (8ffa695) /usr/bin/uname -p = x86_64 /bin/uname -X = unknown /bin/arch = x86_64 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /sbin PATH: /usr/sbin PATH: /usr/local/sbin PATH: /root/bin PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/bin/X11 PATH: /usr/games ## ----------- ## ## Core tests. ## ## ----------- ## Lines 1823-1899 (where HAVE_SYS_ACL_H is added to confdefs.h) | #define HAVE_LIBGEN_H 1 | /* end confdefs.h. */ | #include <frame.h> configure:10570: result: no configure:10570: checking for frame.h configure:10570: result: no configure:10570: checking sys/acl.h usability configure:10570: gcc -c -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 conftest.c >&5 configure:10570: $? = 0 configure:10570: result: yes configure:10570: checking sys/acl.h presence configure:10570: gcc -E conftest.c configure:10570: $? = 0 configure:10570: result: yes configure:10570: checking for sys/acl.h configure:10570: result: yes configure:10570: checking sys/access.h usability configure:10570: gcc -c -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 conftest.c >&5 conftest.c:84:24: fatal error: sys/access.h: No such file or directory #include <sys/access.h> ^ compilation terminated. configure:10570: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define UNIX 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define FEAT_TINY 1 | #define USE_XSMP_INTERACT 1 | #define HAVE_X11 1 | #define HAVE_X11_SM_SMLIB_H 1 | #define PROC_EXE_LINK "/proc/self/exe" | #define HAVE_DATE_TIME 1 | #define HAVE_ATTRIBUTE_UNUSED 1 | #define HAVE_DIRENT_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_TERMCAP_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_SGTTY_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_TERMIO_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STROPTS_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_LOCALE_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_STATFS_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_POLL_H 1 | #define HAVE_PWD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_LIBINTL_H 1 | #define HAVE_LIBGEN_H 1 | #define HAVE_SYS_ACL_H 1 | /* end confdefs.h. */ Lines 4744-4745 configure:12696: checking --disable-acl argument configure:12974: result: yes Line 4810 (part of a quoted confdefs.h) | #define HAVE_SYS_ACL_H 1 Lines 5645-6162 (end) (among which line 5777 is "ac_cv_header_sys_acl_h=yes" and line 6073 is "#define HAVE_SYS_ACL_H 1" ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ auto/config.status on linux-2iyu config.status:1027: creating auto/config.mk config.status:1027: creating auto/config.h config.status:1197: auto/config.h is unchanged ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_uint32_t=yes ac_cv_c_volatile=yes ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1' ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/usr/local/lib -Wl,--as-needed' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_connect=yes ac_cv_func_fchdir=yes ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_fsync=yes ac_cv_func_ftruncate=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_getpgid=yes ac_cv_func_getpseudotty=no ac_cv_func_getpwent=yes ac_cv_func_getpwnam=yes ac_cv_func_getpwuid=yes ac_cv_func_getrlimit=yes ac_cv_func_gettimeofday=yes ac_cv_func_getwd=yes ac_cv_func_iswupper=yes ac_cv_func_lstat=yes ac_cv_func_mblen=yes ac_cv_func_memset=yes ac_cv_func_mkdtemp=yes ac_cv_func_nanosleep=yes ac_cv_func_opendir=yes ac_cv_func_putenv=yes ac_cv_func_qsort=yes ac_cv_func_readlink=yes ac_cv_func_remove=yes ac_cv_func_select=yes ac_cv_func_setenv=yes ac_cv_func_setpgid=yes ac_cv_func_setsid=yes ac_cv_func_shmat=yes ac_cv_func_sigaction=yes ac_cv_func_sigaltstack=yes ac_cv_func_sigprocmask=yes ac_cv_func_sigset=yes ac_cv_func_sigsetjmp=no ac_cv_func_sigstack=yes ac_cv_func_sigvec=no ac_cv_func_strcasecmp=yes ac_cv_func_strerror=yes ac_cv_func_strftime=yes ac_cv_func_stricmp=no ac_cv_func_strncasecmp=yes ac_cv_func_strnicmp=no ac_cv_func_strpbrk=yes ac_cv_func_strtol=yes ac_cv_func_tgetent=yes ac_cv_func_towlower=yes ac_cv_func_towupper=yes ac_cv_func_usleep=yes ac_cv_func_utime=yes ac_cv_func_utimes=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_AvailabilityMacros_h=no ac_cv_header_X11_SM_SMlib_h=yes ac_cv_header_attr_xattr_h=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_elf_h=yes ac_cv_header_errno_h=yes ac_cv_header_fcntl_h=yes ac_cv_header_frame_h=no ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_langinfo_h=yes ac_cv_header_libc_h=no ac_cv_header_libgen_h=yes ac_cv_header_libintl_h=yes ac_cv_header_linux_xattr_h=yes ac_cv_header_locale_h=yes ac_cv_header_math_h=yes ac_cv_header_poll_h=yes ac_cv_header_pwd_h=yes ac_cv_header_setjmp_h=yes ac_cv_header_sgtty_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_stropts_h=yes ac_cv_header_sys_access_h=no ac_cv_header_sys_acl_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_poll_h=yes ac_cv_header_sys_ptem_h=no ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_statfs_h=yes ac_cv_header_sys_stream_h=no ac_cv_header_sys_sysctl_h=yes ac_cv_header_sys_sysinfo_h=yes ac_cv_header_sys_systeminfo_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_termcap_h=yes ac_cv_header_termio_h=yes ac_cv_header_termios_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_header_util_debug_h=no ac_cv_header_util_msg18n_h=no ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_lib_ICE_IceConnectionNumber=yes ac_cv_lib_ICE_IceOpenConnection=yes ac_cv_lib_Xdmcp__XdmcpAuthDoIt=yes ac_cv_lib_Xpm_XpmCreatePixmapFromData=yes ac_cv_lib_elf_main=no ac_cv_lib_m_strtod=yes ac_cv_lib_selinux_is_selinux_enabled=no ac_cv_lib_tinfo___tgetent=yes ac_cv_lib_xpg4__xpg4_setrunelocale=no ac_cv_objext=o ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FGREP='/usr/bin/grep -F' ac_cv_path_GREP=/usr/bin/grep ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_MSGFMT=msgfmt ac_cv_prog_STRIP=strip ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_gcc_traditional=no ac_cv_prog_make_make_set=yes ac_cv_search_opendir='none required' ac_cv_search_strerror='none required' ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_time_t=8 ac_cv_small_wchar_t=no ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_sys_largefile_source=no ac_cv_type_dev_t=yes ac_cv_type_ino_t=yes ac_cv_type_mode_t=yes ac_cv_type_off_t=yes ac_cv_type_pid_t=yes ac_cv_type_rlim_t=yes ac_cv_type_signal=void ac_cv_type_size_t=yes ac_cv_type_stack_t=yes ac_cv_type_uid_t=yes cf_cv_ebcdic=no vi_cv_have_gpm=yes vi_cv_have_sysmouse=no vim_cv_getcwd_broken=no vim_cv_memmove_handles_overlap=yes vim_cv_stat_ignores_slash=no vim_cv_terminfo=yes vim_cv_tgetent=zero vim_cv_toupper_broken=no vim_cv_tty_group=world ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='gcc' CFLAGS='-O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1' CHANNEL_OBJ='' CHANNEL_SRC='' CPP='gcc -E' CPPFLAGS='' CPP_MM='M' CROSS_COMPILING='' DEFS='-DHAVE_CONFIG_H' DEPEND_CFLAGS_FILTER='| sed '\''s+-I */+-isystem /+g'\''' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' EXEEXT='' EXNAME='ex' FGREP='/usr/bin/grep -F' GLIB_COMPILE_RESOURCES='' GNOME_INCLUDEDIR='' GNOME_LIBDIR='' GNOME_LIBS='' GREP='/usr/bin/grep' GRESOURCE_OBJ='' GRESOURCE_SRC='' GTK_CFLAGS='' GTK_LIBNAME='' GTK_LIBS='' GTK_UPDATE_ICON_CACHE='' GUITYPE='NONE' GUI_INC_LOC='' GUI_LIB_LOC='' GUI_X_LIBS='' HANGULIN_OBJ='' HANGULIN_SRC='' INSTALL_LANGS='install-languages' INSTALL_TOOL_LANGS='install-tool-languages' LDFLAGS='-L/usr/local/lib -Wl,--as-needed' LIBOBJS='' LIBS='-lm -ltinfo -lgpm -ldl' LINK_AS_NEEDED='yes' LTLIBOBJS='' LUA_CFLAGS='' LUA_LIBS='' LUA_OBJ='' LUA_PRO='' LUA_SRC='' MAKEMO='' MOTIF_LIBNAME='' MSGFMT='msgfmt' MZSCHEME_CFLAGS='' MZSCHEME_EXTRA='' MZSCHEME_LIBS='' MZSCHEME_MZC='' MZSCHEME_OBJ='' MZSCHEME_PRO='' MZSCHEME_SRC='' NARROW_PROTO='' NETBEANS_OBJ='' NETBEANS_SRC='' OBJEXT='o' OS_EXTRA_OBJ='' OS_EXTRA_SRC='' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PATH_SEPARATOR=':' PERL_CFLAGS='' PERL_LIBS='' PERL_OBJ='' PERL_PRO='' PERL_SRC='' PKG_CONFIG='' PYTHON3_CFLAGS='' PYTHON3_CONFDIR='' PYTHON3_LIBS='' PYTHON3_OBJ='' PYTHON3_SRC='' PYTHON_CFLAGS='' PYTHON_CONFDIR='' PYTHON_GETPATH_CFLAGS='' PYTHON_LIBS='' PYTHON_OBJ='' PYTHON_SRC='' QUOTESED='sed -e '\''s/[\\"]/\\&/g'\'' -e '\''s/\\"/"/'\'' -e '\''s/\\";$$/";/'\''' RUBY_CFLAGS='' RUBY_LIBS='' RUBY_OBJ='' RUBY_PRO='' RUBY_SRC='' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' TAGPRG='ctags -I INIT+ --fields=+S' TCL_CFLAGS='' TCL_LIBS='' TCL_OBJ='' TCL_PRO='' TCL_SRC='' TERM_OBJ='' TERM_SRC='' UPDATE_DESKTOP_DATABASE='' VIEWNAME='view' VIMNAME='vi' WORKSHOP_OBJ='' WORKSHOP_SRC='' XCODE_SELECT='' XMKMF='' X_CFLAGS=' ' X_EXTRA_LIBS=' -lXdmcp -lSM -lICE' X_LIB='-lXt -lX11' X_LIBS=' ' X_PRE_LIBS=' -lSM -lICE -lXpm' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build_alias='' compiledby='[email protected]' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dogvimdiff='' dovimdiff='' dvidir='${docdir}' exec_prefix='${prefix}' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib64' libexecdir='${exec_prefix}/lib' line_break='"\\012"' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' shrpenv='' sysconfdir='${prefix}/etc' target_alias='' vi_cv_path_lua='' vi_cv_path_luajit='' vi_cv_path_mzscheme='' vi_cv_path_perl='' vi_cv_path_plain_lua='' vi_cv_path_python3='' vi_cv_path_python='' vi_cv_path_ruby='' vi_cv_path_tcl='' vi_cv_perl_xsubpp='' vi_cv_perllib='' xmkmfpath='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define UNIX 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define FEAT_TINY 1 #define USE_XSMP_INTERACT 1 #define HAVE_X11 1 #define HAVE_X11_SM_SMLIB_H 1 #define PROC_EXE_LINK "/proc/self/exe" #define HAVE_DATE_TIME 1 #define HAVE_ATTRIBUTE_UNUSED 1 #define HAVE_DIRENT_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_TERMCAP_H 1 #define HAVE_FCNTL_H 1 #define HAVE_SGTTY_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_TERMIO_H 1 #define HAVE_ICONV_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_MATH_H 1 #define HAVE_UNISTD_H 1 #define HAVE_STROPTS_H 1 #define HAVE_ERRNO_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_LOCALE_H 1 #define HAVE_TERMIOS_H 1 #define HAVE_SYS_STATFS_H 1 #define HAVE_POLL_H 1 #define HAVE_SYS_POLL_H 1 #define HAVE_PWD_H 1 #define HAVE_UTIME_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_LIBINTL_H 1 #define HAVE_LIBGEN_H 1 #define HAVE_SYS_ACL_H 1 #define HAVE_SYS_SYSINFO_H 1 #define HAVE_WCHAR_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_SYS_SYSCTL_H 1 #define HAVE_STRINGS_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_LIBTINFO 1 #define TERMINFO 1 #define TGETENT_ZERO_ERR 0 #define HAVE_OSPEED 1 #define HAVE_UP_BC_PC 1 #define SYS_SELECT_WITH_SYS_TIME 1 #define HAVE_SVR4_PTYS 1 #define RETSIGTYPE void #define SIGRETURN return #define HAVE_SIGCONTEXT 1 #define HAVE_FCHDIR 1 #define HAVE_FCHOWN 1 #define HAVE_FCHMOD 1 #define HAVE_FSYNC 1 #define HAVE_GETCWD 1 #define HAVE_GETPWENT 1 #define HAVE_GETPWNAM 1 #define HAVE_GETPWUID 1 #define HAVE_GETRLIMIT 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GETWD 1 #define HAVE_LSTAT 1 #define HAVE_MEMSET 1 #define HAVE_MKDTEMP 1 #define HAVE_NANOSLEEP 1 #define HAVE_OPENDIR 1 #define HAVE_PUTENV 1 #define HAVE_QSORT 1 #define HAVE_READLINK 1 #define HAVE_SELECT 1 #define HAVE_SETENV 1 #define HAVE_GETPGID 1 #define HAVE_SETPGID 1 #define HAVE_SETSID 1 #define HAVE_SIGALTSTACK 1 #define HAVE_SIGSTACK 1 #define HAVE_SIGSET 1 #define HAVE_SIGACTION 1 #define HAVE_SIGPROCMASK 1 #define HAVE_STRCASECMP 1 #define HAVE_STRERROR 1 #define HAVE_STRFTIME 1 #define HAVE_STRNCASECMP 1 #define HAVE_STRPBRK 1 #define HAVE_STRTOL 1 #define HAVE_TGETENT 1 #define HAVE_TOWLOWER 1 #define HAVE_TOWUPPER 1 #define HAVE_ISWUPPER 1 #define HAVE_USLEEP 1 #define HAVE_UTIME 1 #define HAVE_UTIMES 1 #define HAVE_MBLEN 1 #define HAVE_FTRUNCATE 1 #define HAVE_FSEEKO 1 #define HAVE_ST_BLKSIZE 1 #define HAVE_ICONV 1 #define HAVE_NL_LANGINFO_CODESET 1 #define HAVE_LIBM 1 #define HAVE_FLOAT_FUNCS 1 #define HAVE_ISINF 1 #define HAVE_ISNAN 1 #define HAVE_GPM 1 #define HAVE_FD_CLOEXEC 1 #define HAVE_RENAME 1 #define HAVE_SYSINFO 1 #define HAVE_SYSINFO_MEM_UNIT 1 #define HAVE_SYSCONF 1 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_TIME_T 8 #define SIZEOF_OFF_T 8 #define VIM_SIZEOF_INT 4 #define VIM_SIZEOF_LONG 8 #define USEMEMMOVE 1 #define HAVE_XUTF8SETWMPROPERTIES 1 #define USEMAN_S 1 #define HAVE_DLFCN_H 1 #define HAVE_DLOPEN 1 #define HAVE_DLSYM 1 #define HAVE_SETJMP_H 1 configure: exit 0 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
