changeset 589:81b973e373f9

[project @ 1994-08-07 23:32:10 by jwe]
author jwe
date Sun, 07 Aug 1994 23:32:10 +0000
parents 9b02a14aaaea
children 8e42786004d6
files configure.in
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sun Aug 07 23:03:57 1994 +0000
+++ b/configure.in	Sun Aug 07 23:32:10 1994 +0000
@@ -21,7 +21,7 @@
 dnl along with Octave; see the file COPYING.  If not, write to the Free
 dnl Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 dnl
-AC_REVISION($Revision: 1.36 $)dnl
+AC_REVISION($Revision: 1.37 $)dnl
 AC_PREREQ(1.8)dnl
 AC_INIT(src/octave.cc)
 AC_CONFIG_HEADER(config.h)
@@ -242,6 +242,12 @@
 AC_SCO_INTL
 AC_XENIX_DIR
 dnl
+dnl How big are ints?
+dnl
+AC_SIZEOF_TYPE(short)
+AC_SIZEOF_TYPE(int)
+AC_SIZEOF_TYPE(long)
+dnl
 dnl Try to determine the floating point format.
 dnl
 AC_CHECKING([floating point format])