an extra " slipped by, and m4 had a fit

This commit is contained in:
treadway 2003-04-08 22:18:40 +00:00
parent 98f9a07cf0
commit 38223072e8
2 changed files with 234 additions and 254 deletions

474
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -163,12 +163,7 @@ AC_ARG_WITH(insure,
CFLAGS="$CFLAGS -g"
CXXFLAGS="$CXXFLAGS -g"
casc_user_chose_compilers=yes
fi
case "${withval}" in
yes) PREPEND="" ;;
no) PREPEND="" ;;
*) PREPEND="" ;;
esac],
fi],
[PREPEND=""]
)
@ -206,12 +201,7 @@ AC_ARG_WITH(insure-to-file,
CFLAGS="$CFLAGS -Zoi \"report_file insure.log\""
CXXFLAGS="$CXXFLAGS -Zoi \"report_file insure.log\""
casc_user_chose_compilers=yes
fi
case "${withval}" in
yes) PREPEND=""";;
no) PREPEND="" ;;
*) PREPEND="" ;;
esac]
fi]
)
AC_ARG_WITH(purify-to-file,