Configure diable of ipal.
This commit is contained in:
parent
176d707e0a
commit
93dd08bdf5
|
|
@ -18,6 +18,12 @@ AC_LANG_CPLUSPLUS
|
||||||
AC_CHECK_HEADERS(getopt.h iosfwd sys/wait.h)
|
AC_CHECK_HEADERS(getopt.h iosfwd sys/wait.h)
|
||||||
|
|
||||||
AC_CHECK_HEADER(ipal.h, HAVE_IPAL=yes, HAVE_IPAL=)
|
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)
|
AC_SUBST(HAVE_IPAL)
|
||||||
|
|
||||||
# --
|
# --
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue