Skip to content

Commit 9cf440f

Browse files
committed
Merged revision(s) 25206 from trunk/OpenMPT:
[Mod] build: Autotools: Make missing PortAudio-C++ non-fatal by default. It is only used by example code. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.32@25207 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 7f16c05 commit 9cf440f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/autotools/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ AS_IF([test "x$with_portaudiocpp" != "xno"],
309309
],
310310
[
311311
have_portaudiocpp=0
312-
AC_MSG_ERROR([Unable to find libportaudiocpp.])
312+
AC_MSG_WARN([Unable to find libportaudiocpp.])
313313
]
314314
)
315315
],

0 commit comments

Comments
 (0)