summaryrefslogtreecommitdiff
path: root/configure.in~
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in~')
-rw-r--r--configure.in~6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in~ b/configure.in~
index 4c9289aa..a14562d1 100644
--- a/configure.in~
+++ b/configure.in~
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-AC_REVISION([for Bash 4.2, version 4.032])dnl
+AC_REVISION([for Bash 4.2, version 4.033])dnl
define(bashvers, 4.2)
define(relstatus, devel)
@@ -98,7 +98,7 @@ esac
dnl
dnl macros for the bash debugger
dnl
-AM_PATH_LISPDIR
+dnl AM_PATH_LISPDIR
AC_ARG_VAR(DEBUGGER_START_FILE, [location of bash debugger initialization file])
dnl arguments to configure
@@ -905,6 +905,8 @@ BASH_CHECK_TYPE(socklen_t, [#include <sys/socket.h>], int, HAVE_SOCKLEN_T)
fi
BASH_TYPE_RLIMIT
+AC_CHECK_SIZEOF(intmax_t, 8)
+
dnl presence and contents of structures used by system calls
BASH_STRUCT_TERMIOS_LDISC
BASH_STRUCT_TERMIO_LDISC