config_query_option LIBSNDFILE_OPTS "Enable support for large files?" y \
                    "--enable-largefile" \
                    "--disable-largefile" &&

config_query_option LIBSNDFILE_OPTS "Enable use of FLAC, Ogg and Vorbis?" y \
                    "--enable-external-libs" \
                    "--disable-external-libs" &&
config_query_option LIBSNDFILE_OPTS "Enable MPEG (via libmpg123 & lame)?" y \
                    "--enable-mpeg" \
                    "--disable-mpeg"
