Add support for fsel

This commit is contained in:
Michael Meissner 1996-10-18 16:22:35 +00:00
parent edda595e38
commit c7f6f3993c
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ AC_ARG_ENABLE(sim-filter,
esac
if test x"$silent" != x"yes" && test x"$sim_filter" != x""; then
echo "Setting filter flags = $sim_filter" 6>&1
fi],[sim_filter="-F 32,f"
fi],[sim_filter="-F 32,f,o"
if test x"$silent" != x"yes"; then
echo "Setting filter flags = $sim_filter" 6>&1
fi])dnl