needed to add back some changes to insure++ processing
This commit is contained in:
parent
d8da13778d
commit
e0b8925bf4
8
configure
vendored
8
configure
vendored
@ -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
|
||||
|
||||
@ -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]
|
||||
)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user