diff options
Diffstat (limited to 'sim/w65/configure.in')
-rwxr-xr-x | sim/w65/configure.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/w65/configure.in b/sim/w65/configure.in index 9df0f8b..5abf717 100755 --- a/sim/w65/configure.in +++ b/sim/w65/configure.in @@ -1,4 +1,5 @@ dnl Process this file with autoconf to produce a configure script. + AC_PREREQ(2.5)dnl AC_INIT(Makefile.in) @@ -27,6 +28,11 @@ else fi AC_SUBST(CC_FOR_BUILD) +dnl We don't use gettext, but bfd does. So we do the appropriate checks +dnl to see if there are intl libraries we should link against. +ALL_LINGUAS= +CY_GNU_GETTEXT + AC_CHECK_HEADERS(stdlib.h time.h unistd.h) AC_MSG_CHECKING([whether printf must be declared]) |