This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
Fix doxygen warn message display
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@169 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.109.0
adnans
23 years ago
parent
0a8cd6b5e4
commit
b1e67cb646
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
configure.in
+ 1
- 1
configure.in
View File
@@ -83,7 +83,7 @@ fi
# you need doxygen to make dist.
AC_CHECK_PROG(HAVE_DOXYGEN, doxygen, true, false)
if test $HAVE_
SNDFILE
= "false"; then
if test $HAVE_
DOXYGEN
= "false"; then
AC_MSG_WARN([*** doxygen not found, docs will not be built])
fi
Write
Preview
Loading…
Cancel
Save