You've already forked fuse-utils
mirror of
https://git.code.sf.net/p/fuse-emulator/fuse-utils
synced 2025-08-07 13:42:58 +03:00
committed by
Fredrick Meunier
parent
e08d77d89e
commit
b2aa9dddab
10
configure.in
10
configure.in
@@ -111,11 +111,19 @@ if test "$glib" = yes; then
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Look for audiofile (default=yes)
|
||||||
|
AC_MSG_CHECKING(whether to use audiofile)
|
||||||
|
AC_ARG_WITH(audiofile,
|
||||||
|
[ --without-audiofile don't use audiofile],
|
||||||
|
if test "$withval" = no; then audiofile=no; else audiofile=yes; fi,
|
||||||
|
audiofile=yes)
|
||||||
|
AC_MSG_RESULT($audiofile)
|
||||||
|
if test "$audiofile" = yes; then
|
||||||
AM_PATH_AUDIOFILE(
|
AM_PATH_AUDIOFILE(
|
||||||
0.2.3,
|
0.2.3,
|
||||||
AC_DEFINE([HAVE_LIB_AUDIOFILE], 1, [Defined if we've got audiofile])
|
AC_DEFINE([HAVE_LIB_AUDIOFILE], 1, [Defined if we've got audiofile])
|
||||||
audiofile=yes
|
|
||||||
)
|
)
|
||||||
|
fi
|
||||||
AM_CONDITIONAL(BUILD_AUDIOTOOLS, test "$audiofile" = yes)
|
AM_CONDITIONAL(BUILD_AUDIOTOOLS, test "$audiofile" = yes)
|
||||||
|
|
||||||
AC_OUTPUT(Makefile \
|
AC_OUTPUT(Makefile \
|
||||||
|
@@ -237,3 +237,5 @@
|
|||||||
blocks, embedding loading screen and cassette inlays during
|
blocks, embedding loading screen and cassette inlays during
|
||||||
conversion (Fred).
|
conversion (Fred).
|
||||||
20080512 tape2wav.c: add help text for rate option (Fred).
|
20080512 tape2wav.c: add help text for rate option (Fred).
|
||||||
|
20080614 configure.in: add --without-audiofile (patch #1982487)
|
||||||
|
(José Manuel Ferrer Ortiz).
|
||||||
|
Reference in New Issue
Block a user