diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-01-10 10:23:52 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-01-10 10:23:52 +0000 |
commit | 9ac4d1142a3891626662c639b7b48c235d1fdbe8 (patch) | |
tree | 36e21e540bd4ec3a61aa3399c965875ddae68743 /Build/source/texk/web2c/configure.ac | |
parent | efbf5bbc4445a501d5bb3e6544255a0e1cf689a7 (diff) |
Check fpr stdbool.h presence
git-svn-id: svn://tug.org/texlive/trunk@28785 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/configure.ac')
-rw-r--r-- | Build/source/texk/web2c/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/configure.ac b/Build/source/texk/web2c/configure.ac index 7250f7aa87e..7a0a574bddf 100644 --- a/Build/source/texk/web2c/configure.ac +++ b/Build/source/texk/web2c/configure.ac @@ -259,6 +259,7 @@ AC_CHECK_DECLS([strndup]) AC_CHECK_HEADERS([errno.h langinfo.h locale.h sys/time.h sys/timeb.h sys/wait.h time.h]) AC_TYPE_LONG_DOUBLE AC_TYPE_LONG_LONG_INT +AC_HEADER_STDBOOL dnl sharable format files. AC_C_BIGENDIAN |