needed to add back some changes to insure++ processing

This commit is contained in:
treadway 2003-04-08 21:46:42 +00:00
parent d8da13778d
commit e0b8925bf4
2 changed files with 8 additions and 8 deletions

8
configure vendored
View File

@ -875,9 +875,9 @@ if test "${with_insure+set}" = set; then
casc_user_chose_compilers=yes
fi
case "${withval}" in
yes) PREPEND="insure" ;;
yes) PREPEND="" ;;
no) PREPEND="" ;;
*) PREPEND="insure $withval" ;;
*) PREPEND="" ;;
esac
else
PREPEND=""
@ -919,9 +919,9 @@ if test "${with_insure_to_file+set}" = set; then
casc_user_chose_compilers=yes
fi
case "${withval}" in
yes) PREPEND="insure -Zoi \"report_file insure.log\"";;
yes) PREPEND=""";;
no) PREPEND="" ;;
*) PREPEND="insure $withval" ;;
*) PREPEND="" ;;
esac
fi

View File

@ -165,9 +165,9 @@ AC_ARG_WITH(insure,
casc_user_chose_compilers=yes
fi
case "${withval}" in
yes) PREPEND="insure" ;;
yes) PREPEND="" ;;
no) PREPEND="" ;;
*) PREPEND="insure $withval" ;;
*) PREPEND="" ;;
esac],
[PREPEND=""]
)
@ -208,9 +208,9 @@ AC_ARG_WITH(insure-to-file,
casc_user_chose_compilers=yes
fi
case "${withval}" in
yes) PREPEND="insure -Zoi \"report_file insure.log\"";;
yes) PREPEND=""";;
no) PREPEND="" ;;
*) PREPEND="insure $withval" ;;
*) PREPEND="" ;;
esac]
)