- New configuration option added.

This commit is contained in:
michael 1998-06-18 13:36:49 +00:00
parent 207d1fc660
commit 0d8ed282cb
2 changed files with 9 additions and 8 deletions

View File

@ -2,6 +2,12 @@
#ifndef _VBOX_CONFIG_H
#define _VBOX_CONFIG_H 1
/*
* Define to empty if the keyword does not work:
*/
#undef const
/*
* Define if you have the ANSI C header files:
*/

View File

@ -7,6 +7,9 @@ AC_PROG_CC
AC_PROG_RANLIB
AM_PROG_INSTALL
AC_C_CONST
AC_C_INLINE
AC_HEADER_STDC
AC_HEADER_TIME
AC_CHECK_HEADERS(sys/time.h)
@ -15,20 +18,12 @@ AC_CHECK_LIB(c, siginterrupt, AC_DEFINE(HAVE_SIGINTERRUPT))
##AM_WITH_REGEX
dnl #------------------------------------------------------------------------#
dnl # Checks for needed external packages: #
dnl #------------------------------------------------------------------------#
VBOX_PACKAGE_TCL
dnl #---------------------------------------------------------------------#
dnl # The place where log's should be stored #
dnl #---------------------------------------------------------------------#