projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26c8235
)
add --disable-doxygen-docs options (sf patch #1365935 https://sourceforge.net/tracker...
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 19 May 2006 00:31:12 +0000
(
00:31
+0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 19 May 2006 00:31:12 +0000
(
00:31
+0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 92f2005ddb4bbaf0cf4fbcb6099b8abd8a4e50fb..a65dacd09ed2d5a7b8d7b460cbddb6e9067b483d 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-168,7
+168,10
@@
dnl check for i18n(internationalization); these are from libiconv/gettext
AM_ICONV
AM_LANGINFO_CODESET
-AC_CHECK_PROGS(DOXYGEN, doxygen)
+AC_ARG_ENABLE(doxygen_docs, AC_HELP_STRING([--disable-doxygen-docs], [Disable API documentation building via Doxygen]))
+if "x$enable_doxygen_docs" != "xno"; then
+ AC_CHECK_PROGS(DOXYGEN, doxygen)
+fi
AM_CONDITIONAL(FLaC__HAS_DOXYGEN, test -n "$DOXYGEN")
if test -n "$DOXYGEN" ; then
AC_DEFINE(FLAC__HAS_DOXYGEN)