Separate out the lookup_sys_func table, for eventual

support for function type tables.

 Remove ipal compile flags.
This commit is contained in:
steve
2004-03-09 04:29:42 +00:00
parent 20b7a23bde
commit a0ed5e9e29
5 changed files with 110 additions and 75 deletions
-10
View File
@@ -70,16 +70,6 @@ do_times=no
)
AC_MSG_RESULT($do_times)
AC_CHECK_HEADER(ipal.h, HAVE_IPAL=yes, HAVE_IPAL=)
AC_ARG_WITH(ipal,
[ --with-ipal enable PAL target],
if test "$with_ipal" = no; then
echo Disabling ipal support
HAVE_IPAL=
fi
)
AC_SUBST(HAVE_IPAL)
# --
# Look for a dl library to use. First look for the standard dlopen
# functions, and failing that look for the HP specific shl_load function.