1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Don't want to run the oggtest program during configure step.

This commit is contained in:
lllucius@gmail.com
2013-10-24 22:33:12 +00:00
parent 5ae956b348
commit 95d7c66b19
2 changed files with 2 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ AC_DEFUN([AUDACITY_CHECKLIB_LIBVORBIS], [
LIBVORBIS_LOCAL_CPPSYMBOLS="USE_LIBVORBIS"
LIBVORBIS_LOCAL_CONFIG_SUBDIRS="lib-src/libogg lib-src/libvorbis"
LIBVORBIS_LOCAL_CONFIGURE_OPTS="--disable-oggtest"
export PKG_CONFIG_PATH="${srcdir}/lib-src/libogg:${PKG_CONFIG_PATH}"
AC_MSG_NOTICE([Vorbis libraries are available in this source tree])