common/environment: override some configure vars for bash.

This commit is contained in:
Juan RP
2014-02-27 07:13:10 +01:00
parent 63bc638420
commit 9314bae3ef
6 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
# apr
ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
ac_cv_func_strcoll_works=yes
# samba
samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}
@@ -34,6 +35,14 @@ bash_cv_pgrp_pipe=${bash_cv_pgrp_pipe=no}
bash_cv_job_control_missing=${bash_cv_job_control_missing=present}
bash_cv_sys_named_pipes=${bash_cv_sys_named_pipes=present}
bash_cv_unusable_rtsigs=${bash_cv_unusable_rtsigs=no}
bash_cv_func_snprintf=yes
bash_cv_func_vsnprintf=yes
bash_cv_func_sigsetjmp=present
bash_cv_getcwd_malloc=yes
bash_cv_void_sighandler=yes
bash_cv_func_ctype_nonascii=no
bash_cv_wcontinued_broken=no
bash_cv_wexitstatus_offset=8
# cgdb
ac_cv_file__dev_ptmx=yes