more portable handling of the bool data type (Mac OS X has stdbool.h)

This commit is contained in:
Tobias Brunner
2009-05-06 09:11:13 -04:00
parent 938b230fa7
commit a9f56adb59
2 changed files with 17 additions and 5 deletions
+4 -2
View File
@@ -762,9 +762,11 @@ if test x$medcli = xtrue; then
me=true
fi
dnl ==========================================
dnl ===========================================
dnl check required libraries and header files
dnl ==========================================
dnl ===========================================
AC_HEADER_STDBOOL
saved_LIBS=$LIBS
LIBS=""