[DVDnav-discuss] [PATCH] libdvdread/configure: fix --disable-apidoc

Timothy Gu timothygu99 at gmail.com
Mon Mar 24 00:50:56 CET 2014


Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fd2ce0f..ba8604e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,7 @@ AC_SUBST([CSS_REQUIRES])
 CC_CHECK_CFLAGS_APPEND([-Wall -Wsign-compare])
 
 
-AC_ARG_ENABLE([doc],
+AC_ARG_ENABLE([apidoc],
   AS_HELP_STRING([--disable-apidoc], [Disable building (with Doxygen) and intalling API documentation @<:@default=auto@:@>]))
 
 AC_PATH_PROG([DOXYGEN], [doxygen])
-- 
1.8.3.2



More information about the DVDnav-discuss mailing list