an extra " slipped by, and m4 had a fit
This commit is contained in:
parent
98f9a07cf0
commit
38223072e8
14
configure.in
14
configure.in
@ -163,12 +163,7 @@ AC_ARG_WITH(insure,
|
|||||||
CFLAGS="$CFLAGS -g"
|
CFLAGS="$CFLAGS -g"
|
||||||
CXXFLAGS="$CXXFLAGS -g"
|
CXXFLAGS="$CXXFLAGS -g"
|
||||||
casc_user_chose_compilers=yes
|
casc_user_chose_compilers=yes
|
||||||
fi
|
fi],
|
||||||
case "${withval}" in
|
|
||||||
yes) PREPEND="" ;;
|
|
||||||
no) PREPEND="" ;;
|
|
||||||
*) PREPEND="" ;;
|
|
||||||
esac],
|
|
||||||
[PREPEND=""]
|
[PREPEND=""]
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -206,12 +201,7 @@ AC_ARG_WITH(insure-to-file,
|
|||||||
CFLAGS="$CFLAGS -Zoi \"report_file insure.log\""
|
CFLAGS="$CFLAGS -Zoi \"report_file insure.log\""
|
||||||
CXXFLAGS="$CXXFLAGS -Zoi \"report_file insure.log\""
|
CXXFLAGS="$CXXFLAGS -Zoi \"report_file insure.log\""
|
||||||
casc_user_chose_compilers=yes
|
casc_user_chose_compilers=yes
|
||||||
fi
|
fi]
|
||||||
case "${withval}" in
|
|
||||||
yes) PREPEND=""";;
|
|
||||||
no) PREPEND="" ;;
|
|
||||||
*) PREPEND="" ;;
|
|
||||||
esac]
|
|
||||||
)
|
)
|
||||||
|
|
||||||
AC_ARG_WITH(purify-to-file,
|
AC_ARG_WITH(purify-to-file,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user