Configure diable of ipal.

This commit is contained in:
steve 2001-05-22 02:06:39 +00:00
parent 176d707e0a
commit 93dd08bdf5
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@ AC_LANG_CPLUSPLUS
AC_CHECK_HEADERS(getopt.h iosfwd sys/wait.h)
AC_CHECK_HEADER(ipal.h, HAVE_IPAL=yes, HAVE_IPAL=)
AC_ARG_WITH(ipal,enable PAL target,
if test "$with_ipal" = no; then
echo Disabling ipal support
HAVE_IPAL=
fi
)
AC_SUBST(HAVE_IPAL)
# --