From 93dd08bdf5bfe7f7db2dfeb18e2c92add6ba7ebf Mon Sep 17 00:00:00 2001 From: steve Date: Tue, 22 May 2001 02:06:39 +0000 Subject: [PATCH] Configure diable of ipal. --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configure.in b/configure.in index 905b11efc..a7c261f17 100644 --- a/configure.in +++ b/configure.in @@ -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) # --