ossp-pkg/petidomo/configure.in 1.6 -> 1.7
--- configure.in 2001/01/08 15:14:41 1.6
+++ configure.in 2001/01/11 14:11:33 1.7
@@ -1,12 +1,12 @@
dnl
dnl configure.in -- Process this file with autoconf to produce a configure script.
dnl
-dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.6 2001/01/08 15:14:41 simons Exp $
+dnl $Header: /v/ossp/cvs/ossp-pkg/petidomo/configure.in,v 1.7 2001/01/11 14:11:33 simons Exp $
dnl
AC_INIT(petidomo.h)
AC_CONFIG_AUX_DIR(../etc)
-AC_REVISION($Revision: 1.6 $)dnl
+AC_REVISION($Revision: 1.7 $)dnl
dnl Checks for paths and programs.
dnl
@@ -21,6 +21,12 @@
AC_MSG_WARN($YACC might not work for us. Please install bison if the build fails.)
fi
+dnl Find out what sizes the types have.
+dnl
+AC_CHECK_SIZEOF(unsigned short, 2)
+AC_CHECK_SIZEOF(unsigned int, 4)
+AC_CHECK_SIZEOF(unsigned long, 4)
+
dnl Checks for typedefs
dnl
AC_CHECK_TYPE(ssize_t, long)
|
|