AM_CONDITIONAL needs to be here explicitely for doc/apiref/Makefile rebuild
authorshort <>
Sat, 12 Apr 2003 09:18:15 +0000 (09:18 +0000)
committershort <>
Sat, 12 Apr 2003 09:18:15 +0000 (09:18 +0000)
configure.in

index 9811c1b..9c45350 100644 (file)
@@ -35,6 +35,8 @@ ALL_LINGUAS="cs"
 AM_GNU_GETTEXT
 
 GTK_DOC_CHECK
+dnl AM_CONDITIONAL needs to be here explicitely for doc/apiref/Makefile rebuild
+AM_CONDITIONAL(ENABLE_GTK_DOC, test x$enable_gtk_doc = xyes)
 
 dnl Do not discard 'CFLAGS' settings as they may have been passed us by rpmbuild(8)