Fix a formatting issue in the configure script

Release_1.3_Bugfix
Bradlee Speice 2012-07-19 13:36:11 -04:00
parent 4043c9cbad
commit e529aa60e4
1 changed files with 4 additions and 2 deletions

View File

@ -53,8 +53,10 @@ fi
# Check for doxygen
AC_ARG_WITH(docs, [ --with-docs build documentation for libcvautomation @<:@default=no@:>@])
AC_ARG_ENABLE(man, [ --enable-man enable building the 'man' pages for libcvautomation - only works if --with-docs is enabled @<:@default=enable@:>@])
AC_ARG_ENABLE(tex, [ --enable-tex enable building the 'latex' pages for libcvautomation - only works if --with-docs is enabled @<:@default=disable@:>@])
AC_ARG_ENABLE(man, [ --enable-man enable building the 'man' pages for libcvautomation
only works if --with-docs is enabled @<:@default=enable@:>@])
AC_ARG_ENABLE(tex, [ --enable-tex enable building the 'latex' pages for libcvautomation
only works if --with-docs is enabled @<:@default=disable@:>@])
if test "$with_docs" == "yes"; then
AC_CHECK_PROGS([Doxygen], [doxygen], [missing])